Skip to main content

8 docs tagged with "API Modelling"

View All Tags

Create your first HelloWorld API

In this ‘Getting Started’ session, you will experience first-hand how convenient it is to build microservices with . For this purpose, you will implement and deploy a service with a Hello World API.

Implement Error Handling for APIs

You have designed API operations with more than just one resoponse to cover both the success and error case. In your implementation code you want to return a specific response body if an error happens.

Introduce Breaking Changes safely to an Existing API

You have built an API with and published it so that it can be consumed by other services. Due to new requirements you want to introduce a breaking change without breaching the API contract. To introduce breaking changes it is recommended to create a new version of your API.

Unit 7: API Schemas

In this course you will learn about API Schemas and how they can be reused in an API namespace.