Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In a new app or an existing app, navigate to the App Composer. 
  2. Under API Connector Builder, click the ADD NEW button to create a new API connector.

  3. Provide an IDName, and Description for the API connector, and click Save.

  4. For Select OAS document, upload and select the OAS document.

  5. Under API Server, for Select API Server, select the API server from the drop-down list.
  6. Depending on the OAS document used, configure any additional required fields.
    Image RemovedImage Added
  7. Under Security, for Select Authentication method, select an authentication method provided by the OAS document from the drop-down list.
  8. Depending on the OAS document selected, configure the fields in the Security section depending on the authentication method selected. The images below display the different fields to configure depending on the OAS document used.
    Code Block
    titleNote
    If the OAS document did not provide any authentication details, you can choose to use the headers to configure the API key.

    Image RemovedImage Added
    After selecting the OAS document and configuring the authentications, the available API endpoints of the OAS document will be available in the palette.
  9. Click the Design tab. 
  10. In API Connector Builder, drag and drop an API endpoint to the canvas.

  11. Click the API endpoint on the canvas to configure it.
  12. After configuring the API endpoint, click Apply Change and click SAVE.

...