Greetings to experienced Hop developers. I'd like to create a new plugin for our accounting software.
The api has a well defined open-api spec with swagger. https://app.infusionbusinesssoftware.com/api/swagger-ui/index.html It returns products, customers etc. It supports webhooks for source data that have changed callbacks. It supports pagination, returning 100 rows at a time. It also supports POST for sending new or edit data back to accounting. It returns richly nested JSON for all queries. Which existing Apache Hop plugin is a good simple example to copy and modify to create this new plugin? Which plugin to parent from? As discussed here... https://hop.apache.org/dev-manual/latest/plugin-development.html#_steps_to_add_new_plugin David.
