1 / 5
Good teams ___ an API contract before implementation begins.
-
-
-
-
You define an API contract. Define is the precise collocation; the others do not fit. So define an API contract.
2 / 5
We need to ___ versioning in the API to support older clients.
-
-
-
-
You implement versioning. Implement is the standard technical collocation; the others are wrong. So implement versioning.
3 / 5
The team will ___ a breaking change in the next major version.
-
-
-
-
You introduce a breaking change. Introduce is the correct collocation; the others do not fit. So introduce a breaking change.
4 / 5
We should ___ the API with clear error codes.
-
-
-
-
You document an API. Document is the standard collocation; write up is informal. So document the API.
5 / 5
Clients ___ endpoints to retrieve resource data.
-
-
-
-
Clients call endpoints. Call is the precise technical collocation; the others are informal or wrong. So call endpoints.