L
L
lowadka2014-09-30 12:34:44
API
lowadka, 2014-09-30 12:34:44

How do you implement API versioning for mobile applications?

There is a mobile application that is released once a month. The application works through the API. This API can be updated for new applications, so there may be compatibility issues in the old version. How do you solve this problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Kane, 2014-09-30
@Kane

I don’t make backward incompatible changes, I always think that something will have to be changed. In case you have to make an incompatible change, you have to release a new version of the API.

P
Push Pull, 2014-09-30
@deadbyelpy

we always specified the version parameter in the api method;
if this is not present, we enter it - and for the compatibility of old versions in the api, we give (execute) the latest version for which the parameter has not yet been accepted.
With the base - the bases are different in structure, but according to the data they are similar, i.e. data is being duplicated

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question