...
The API Connector Builder allows app designer to use third party API service based on OAS (OpenAPI Specification) document to make the integration easier by configuration through UI. In the builder, app designer can just upload an OAS document and pick the API endpoints they want to use in app design/integration. Then, the created API connector can be use with following API connector plugins.
> API Connector Process Tool plugin
> API Connector Form Load plugin
> API Connector Form Store plugin
> API Connector Form Options plugin
> API Connector List Data plugin
> API Connector List Action plugin
...
- In a new app or an existing app, navigate to the App Composer.
- Under API Connector Builder, click the ADD NEW button to create a new API connector.
- Provide an ID, Name, and Description for the API connector, and click Save.
- For Select OAS document, upload and select the OAS document.
- Under API Server, for Select API Server, select the API server from the drop-down list.
- Depending on the OAS document used, for region, select the SAP Subscription Billing Region from the drop-down listconfigure any additional required fields.
- Under Security, for Select Authentication methodmethod, select an authentication method provided by the OAS document from the drop-down list. In this example, it is oauth2.
- Depending on the OAS document selected, configure Configure the fields in the Authenticators Security section depending on the authentication method selected.
- Click the Design tab.
- In API Connector Builder, drag and drop an API request template to the canvas.
- Click the template to configure it.
- Click SAVE.
...