Create API - shephertz/App42_APIGateway_Docs GitHub Wiki

Create API

To create a new API, Navigate to APIs > Manage. Click on Create API.

CreateAPI

How to create a Proxy API?

Choose API Type as Proxy and click on Create.

ChooseAPI

Enter all the mandatory information i.e. API name, version, Method (SET,PUT, POST, DELETE) , Content Type and Service Endpoint and Click on Create.

CreateProxyAPI

Manage section will show you all your created API’s with their details.

ManageAPI

How to create a Jar API?

Select API Type as JAR and click on Create.

ChooseAPI

Enter all the mandatory information i.e. Name, Version, Add Method, Content Type and upload your jar file. To get more information on how to write Java API(jar), refer Writing Java API section

CreateJarAPI

Once you click on Create, your API will be created.