...
Add the project dependency below:
Code Block language xml <!-- Add apibuilder_api dependency --> <dependency> <groupId>org.joget.api</groupId> <artifactId>apibuilder_api</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency>
Info You can get the apibuilder_api.jar at https://download.joget.org/addons/for_plugin_developer/
Abstract Class
org.joget.api.model.ApiPluginAbstract
...
Sample Plugins
Basic Current User API
Sample API with property options
- apibuilder_sample_plugin.zip
...