Search found 1 match

by Estrobeda
20 Sep 2021, 01:25
Forum: General Plugin Discussion
Topic: Api plugin that can be used by other plugins
Replies: 1
Views: 16506

Api plugin that can be used by other plugins

Hello, I want to make a plugin that basically works like a RestAPI library that other plugins I want to make can use by simply requiring the RestAPI plugin when installing. (This can be done with $this->requires = array('MantisCore' => 'x.xx.x', 'PluginName' => 'x.xx.x'); in the register function.) ...