Différence entre API et SDK

alaya12 Messages postés 16 Date d'inscription   Statut Membre Dernière intervention   -  
 Toto -
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.

A voir également:

2 réponses

justinbryan
 
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
Toto
 
Thanx
0
Nabla's Messages postés 18203 Date d'inscription   Statut Contributeur Dernière intervention   3 193
 
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