API Endpoints
This section of the platform allows users to see an inventory of API endpoints that are available under each project.
Kondukto can ingest API endpoints through swagger files that can be imported via UI or KDT in json format.
A sample KDT command would look like the following; (just make sure KDT version is up to date):
kdt endpoint import -p project_name -f swagger_file.json
Updated 7 days ago