Files
api-guidelines/asynchronous-api-guidelines/02_asynchronous_api_guidelines/b_api_first.md
2024-05-08 16:57:21 +02:00

409 B

adidas Asynchronous API guidelines

Asynchronous API guidelines

API First

Asynchronous APIs SHOULD use the API First principle :

  • The API designs SHOULD involve all relevant stakeholders (developers, consumers, ...) to ensure that final design fulfil requirements from different perspectives
  • The resulting API specification will be the source of truth rather than the API implementation