Content pfp
Content
@
0 reply
0 recast
0 reaction

Leo Nasskau pfp
Leo Nasskau
@lsn
okay i have been coding for like only 3 years but please please please someone tell me the difference between an API and an SDK bullets point comparisons only warps to the most useful
4 replies
1 recast
5 reactions

Justin Hunter pfp
Justin Hunter
@polluterofminds
An API allows you to use any programming language you want but you have to manage all the set up and boilerplate. And SDK is typically written for a specific language and abstracts away all of the boilerplate and setup. The SDK uses the API internally.
2 replies
0 recast
1 reaction

Avneesh pfp
Avneesh
@avneesh
APIs don’t have any language restrictions but SDKs do. SDKs have additional boilerplate code as functions which might not be worth making an API call. SDKs usually have much better type support compared to APIs Most sdks use certain APIs under the hood to improve the devx
1 reply
0 recast
0 reaction

jtgi pfp
jtgi
@jtgi
api: the interface to any programmable thing sdk: a toolkit, usually a set of libraries you can install. casually though, people say “api” to mean “api accessible over http”.
0 reply
0 recast
0 reaction

Emmanuel🦉⌐◨-◨🎩🍥 pfp
Emmanuel🦉⌐◨-◨🎩🍥
@emmanuel
an SDK is like a toolbox, and an API is an adapter for outlets. SDKs can have APIs but not the other around. an API gets you access and communication, an SDK gives you tools and frameworks.
0 reply
0 recast
0 reaction

Juan Diosdado ☀️🌱 pfp
Juan Diosdado ☀️🌱
@xuanmir.eth
API = rules for how to communicate with their code SDK = prewritten code to copy-paste into your project Now, what's the difference between an SDK and a library or package?
0 reply
0 recast
0 reaction