Vertaling van "api/v1" in Frans
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.
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 l'api /v1 et qui est compatible avec les deux manières de stocker l'adresse.
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...
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.
What do you do when you retrieve that same person through the API/v1?
Que faire quand on récupère cette même personne en passant par l'API /v1 ?
Another problem is the way you have implemented the data changes when you call an 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.
Accessing richer data from the/v2 through the narrower prism of the API/v1 can be a real headache.
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.
Provides the API/v1, stores the address in the address table and knows how to read it in both places.
Fournit l'API /v1, stocke l'adresse dans la table address et sait la lire aux deux endroits.
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.
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.
Andere resultaten
If this is the only way that this transition happens, it is sometimes necessary to adapt the design of the API/v2.
Si c'est le seul moyen que cette transition se passe bien, il est parfois nécessaire d'adapter le design de l'API /v2.
If you choose to migrate data after opening/v2, the case where an api/v2 is called while the data is still stored in v1 format is added.
Si vous choisissez de faire la migration de données après l'ouverture de /v2, s'ajoute le cas où on appelle une api /v2 alors que la donnée est encore stockée au format v1.
Here is the main differences and key changes between APIv1 and APIv2.
Voici une liste des principales différences et modifications clés qui distinguent l'APIv1 de l'APIv2.