This short tutorial will show you how to import your swagger definitions in Apibot. This assumes basic knowledge of how to create and run an Apibot graph. If you do not know what this means, please check our getting started tutorial
The OpenAPI Specification, originally known as the Swagger Specification, is a specification for describing, and visualizing REST APIs. In essence it is a standard format for describing API.
Click here to learn more about Swagger/OpenAPI.
To import a swagger endpoint you will need to get a swagger JSON definition of your API.
This file is usually available in Swagger UI as a url ending in .json
(see image above).
Import
.You have just imported an endpoint from a swagger definition in Apibot. Bear in mind that you will probably need to tweak your recently imported HTTP node by e.g. setting values for query params.