Even in the world of cloud native services, it is all about APIs

API Mesh is a new platform with an API-centric approach that offers an optimized workflow for building cloud-native applications.

HOW API MESH WORKS?

Swagger API definition
1. Create an API definition

To get started, create your API definition in a Swagger or Blueprint format.

Upload API to API Mesh Admin portal
2. Register the API

Navigate to the API Mesh Admin portal and upload your API definition.

Test your API the API Mock service
3. Test the APIs with the Mock service

You can test your APIs right away with the Mock service, without even writing a single line of code!

Test your API the API Mock service
4. Generate the client library

Pick from any modern programming language and generate a client library for your API. No need to build SDKs and keep the updated.

Test your API the API Mock service
5. Call the service with a simple method call

Reference the client library in your service and just call any API endpoints. The client library will take care of figuring out how to call the service and ensure the call is successful.