1. Connecting a Data Source with Swagger API

  1. After logging into the Kuika platform, open the project you will work on from the “Apps” screen.
  2. Go to the “Data Sources” (1) module. In the Data Sources module, you can view the data sources, actions and tables in the application you have developed, add a new data source, a new action and a new table.
  1. To add a new data source to your application, click the “+” (2) icon next to the “Sources” heading on the left side of the Data Sources module.
  1. Select “Swagger API” (1) as the Data Sources data source type and enter a name (2) (For example, “KuikaSwaggerAPI”).
  2. Then click on the “CREATE” (3) button.
  3. In the next step you need to enter the URL required to connect to the API.
  • Swagger URL: Use the address https://builder3.kuika.com//KuikaSwaggerAPI/swagger/docs/v1.
  • Base URL: Enter https://builder3.kuika.com/KuikaSwaggerAPI.
  1. Select No Auth as the authentication type. If the API needs to be authenticated, you can consider Kuika Auth or API Key options. In this example, the No Auth option is sufficient.
  2. After entering the required information, click the CREATE button to create the data source connection. Once you complete this process, all actions within the Kuika Swagger API are automatically integrated into your data source.