Vertaling van "API /v1" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Que faire quand on récupère cette même personne en passant par l'API /v1 ?
What do you do when you retrieve that same person through the API/v1?
Un autre problème se pose suivant la manière dont vous avez implémenté les modifications de donnée lorsque vous appelez une API /v1.
Another problem is the way you have implemented the data changes when you call an API/v1.
Accéder à des données plus riches de la /v2 au travers du prisme plus étroit de l'API /v1 peut être un vrai casse-tête.
Accessing richer data from the/v2 through the narrower prism of the API/v1 can be a real headache.
Fournit l'API /v1, stocke l'adresse dans la table address et sait la lire aux deux endroits.
Provides the API/v1, stores the address in the address table and knows how to read it in both places.
Fournit les API /v1 et /v2, et ne sait la lire qu'au format v2, suppression de la colonne address de la table person du code, la colonne est alors toujours en base.
Provides the API/v1 and/v2, and only reads it in v2 format, removing the address column from the person table of the code, then the column is always in base.
Déploiement du code qui fournit l'api /v1 et qui est compatible avec les deux manières de stocker l'adresse.
Deploying the code that provides the api/v1 and that is compatible with both ways of storing the address.
Déploiement du code qui fournit les api /v1 et /v2 et qui est compatible avec la nouvelle manière de stocker l'adresse, la colonne address de la table person n'est plus utilisée par le code.
Deploying the code that provides api/v1 and/v2 and which is compatible with the new way to store the address, the address column of the person table is no longer used by the code...
Andere resultaten
Les clients consomment les API via des intermédiaires, il est donc possible que pendant cette période ils utilisent à la fois les versions /v1 et /v2.
Customers consume APIs via intermediaries, so it is possible that during this period they use both versions/v1 and/v2.
Le premier problème, valable aussi pour les API fermées, est de savoir comment migrer les données de /v1 à /v2.
The first problem, also valid for closed APIs, is how to migrate the data from/v1 to/v2.