Update api-first.md

This commit is contained in:
Z
2017-06-26 08:49:13 +02:00
committed by GitHub
parent b62e64bfed
commit 5c4737cbd5

View File

@@ -2,15 +2,9 @@
Everyone **MUST** follow the **API First** principle.
The API first principle is extension of contract-first principle. Therefore, an development of an API **MUST** always start with API design without any upfront coding activities.
The API first principle is an extension of contract-first principle. Therefore, a development of an API **MUST** always start with API design without any upfront coding activities.
**API description is the master of truth, not the API implementation.**
API implementation **MUST** always be compliant to respective API description which represent the [contract](./contract.md) between API and it's consumer.
API implementation **MUST** always be compliant to particular API description which represents the [contract](./contract.md) between API, and it's consumer.