https://github.com/profiq/joget-advanced-json-binder
Joget plugin with advanced JSON API functionality.
https://github.com/profiq/joget-advanced-json-binder
java joget joget-workflow json json-api
Last synced: 20 days ago
JSON representation
Joget plugin with advanced JSON API functionality.
- Host: GitHub
- URL: https://github.com/profiq/joget-advanced-json-binder
- Owner: profiq
- License: gpl-3.0
- Created: 2024-02-16T13:57:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T13:27:01.000Z (about 2 years ago)
- Last Synced: 2024-03-20T14:39:22.101Z (about 2 years ago)
- Topics: java, joget, joget-workflow, json, json-api
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Advanced JSON API Data Binder
An improved version of the [JSON API binder](https://dev.joget.org/community/display/DX8/JSON+API+List+Data+Store) included in Joget DX 8.
#### Description
Easily specify dynamic query parameters in your reqeust. This plugin extends the default functionality of the built-in in JSON API Data Binder with additional settings.
#### Full description
This plugin improves upon the functionality of the built-in JSON API data list binder with the following features:
* **Simple query parameter defintion** - The query parameter grid lets you easily specify which query parameters should be set to what dynamic values.
* **Improved datalist export** - Compatible with more APIs thanks to combining multiple access mechanisms. This allows you to export all pages from the API resource when when it needs pagination to access all data.
You can download a sample application pulling data from the Demo API with our plugin [here](#).
## Development
You can build the plugin via Docker by running the following command:
```console
./build.sh
```
### Releasing:
- Update the version in `pom.xml`
- Create new tag/release in GitHub