Différence entre API et SDK

Fermé
alaya12 Messages postés 16 Date d'inscription vendredi 10 avril 2009 Statut Membre Dernière intervention 18 juin 2010 - 18 juin 2010 à 11:49
 Toto - 3 juil. 2017 à 11:18
Bonjour,

Je veux savoir est c'est quoi la différence entre l'API (Application Programming Interface) et la SDK (Software Development Kit).

Je vous remercie.

2 réponses

An application programming interface (API) is an interface implemented by a software program which enables it to interact with other software. It facilitates interaction between different software programs similar to the way the user interface facilitates interaction between humans and computers.

A software development kit (SDK or "devkit") is typically a set of development tools that allows for the creation of applications for a certain software package, software framework, hardware platform, computer system, video game console, operating system, or similar platform.

more details: http://www.aadithyainfosolutions.com
22
Thanx
0
Nabla's Messages postés 18203 Date d'inscription mercredi 4 juin 2008 Statut Contributeur Dernière intervention 28 avril 2014 3 192
18 juin 2010 à 12:03
API ce sont des librairies, des fonctions, des objets que tu peux utiliser dans ton code.

le SDK ce sont les logiciels qui te permettent de programmer (l'interface de développement, le compilateur, etc...
9