Approaches to create custom REST connectors
Learn about the different approaches to create custom REST connectors.
The approaches to create custom REST connector are:
- Automatic
- Import from URL - Directly import a Swagger or Open API specification file to create a REST connector. You can either configure the connector settings or use it as-is.
- Import from local file - Import a YAML or JSON file to create a REST connector. The file must adhere to Swagger or OpenAPI specification standards. You can either configure the connector settings or use it as-is.
- Manual
- Create a new - Build a connector from scratch by defining all necessary resources, such as HTTP methods and parameters, for proper functioning of the REST connector.
Each approach provides flexibility in configuring the connector settings, and you can either fine-tune the configuration or use the default setup as is. Choose the approach that best suits your preferences and available resources.
Custom REST Connector Creation - A Comparison of Approaches
