Content pfp
Content
@
https://warpcast.com/~/channel/eli5
0 reply
0 recast
0 reaction

Leo pfp
Leo
@leosn.eth
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
5 replies
0 recast
2 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
0 reaction

Leo pfp
Leo
@leosn.eth
This makes sense in principle Thank you I was looking at Airstack APISDK and they looked so similar but I can imagine for more complicated things there are bigger differences Is it the case that if there is an SDK in your desired language, you should almost always use the SDK over the API?
1 reply
0 recast
1 reaction

Justin Hunter pfp
Justin Hunter
@polluterofminds
I think it depends on how well designed the SDK is. I’ve seen some that don’t actually make the developer experience easier than just writing your own code against the API. But generally, yeah, SDKs are going to get you up and running faster
0 reply
0 recast
0 reaction