11 Matching Annotations
- Jan 2024
-
www.postman.com www.postman.com
-
We want to evolve the API without unnecessary versioning. To be able to do that, the consumer should
-
- Sep 2023
- Oct 2022
-
stackoverflow.com stackoverflow.com
-
If the common storage type has to be changed (for example from string to int), a migration of content is perfomed together with any necessary update of the mapping code
-
-
blog.bitsrc.io blog.bitsrc.io
-
With a well-defined versioning strategy, when releasing a non-backwards compatible version, you can keep the existing one and the new one working in parallel for a pre-defined window of time
-
-
-
you will need to accommodate backwards compatibility or support multiple versions of an API running in parallel
-
-
www.moesif.com www.moesif.com
-
GraphQL APIs should prefer evolution over versioning, but overall, nobody has an absolute opinion about either approach
-
- Mar 2022
-
-
Pragma::Migration is an experiment at implementing Stripe-style API versioning.
Tags
Annotators
URL
-
- Jan 2022
-
-
The key thing about the REST approach is that the server addresses the client state transitions. The state of the client is almost totally driven by the server and, for this reason, discussions on API versioning make little sense, too. All that a client should know about a RESTful interface should be the entry point. The rest should come from the interpretation of server responses.
-
- Nov 2020
-
material.io material.io
-
Adapters are strictly versioned: any change to an adapter interface - associative or not - is considered breaking and will cause a major version update of the component.
-
- Apr 2020
-
haveibeenpwned.com haveibeenpwned.com
-
In the future, these attributes may expand without the API being versioned. The current attributes are:
-