REST Connectors
Danger
It is important to note that developing Connectors or Scripts comes with a "Use at Your Own Risk" policy. We would like to emphasize that any such tools, connectors, or scripts that have not been developed directly by Tools4ever are outside the scope of our standard support services. Users are advised to exercise caution and discretion when employing any non-official tools or scripts in conjunction with Tools4ever products.
A NIM REST connector file contains a single JSON object with 3 properties:
{ "schema": {}, "rest": {}, "connection": {} }
- schema
The connector's schema object defines all resources and CRUD calls supported by the system.
- rest
REST-specific connector settings, including configuration and authentication.
- connection
Additional system configuration settings (optional).
The schema property is the most complex part of the connector.