Create API - shephertz/App42_APIGateway_Docs GitHub Wiki
Create API
To create a new API, Navigate to APIs > Manage. Click on Create API.
How to create a Proxy API?
Choose API Type as Proxy and click on Create.
Enter all the mandatory information i.e. API name, version, Method (SET,PUT, POST, DELETE) , Content Type and Service Endpoint and Click on Create.
Manage section will show you all your created API’s with their details.
How to create a Jar API?
Select API Type as JAR and click on Create.
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
Once you click on Create, your API will be created.