API vs. SDK: What's the difference?

  Рет қаралды 1,452,749

IBM Technology

IBM Technology

3 жыл бұрын

Learn more about APIs: ibm.biz/guide-to-api
Learn more about REST APIs: ibm.biz/guide-to-rest-api
Check out IBM API Connect: www.ibm.com/products/api-connect
What is an API? What is an SDK? How are they related and enable users to streamline their cloud application development workflows?
In this lightboard video, Nathan Hekman with IBM Cloud, answers these questions and much more while providing a real life scenario which explains the difference and similarities, and ultimately how the two technologies can work together to allow you to spend less time connecting/configuring a cloud service, and more time coding and actually using the service in your app.
Sign up for a live demo of API Connect, IBM's API management solution → ibm.biz/BdMpXU
Try IBM API Connect free for 30 days → ibm.biz/BdMpX5
#API #SDK #RESTAPI

Пікірлер: 684
@richa9719
@richa9719 2 жыл бұрын
An SDK is just a pre-packages set of code (for a specific language) that you don’t have to write yourself. Sometimes free and sometimes you have to,purchase them. In the case of this video, he is suggesting a “API-Interaction” SDK a developer would use. There are all sorts of other SDK’s out there including things like an SDK to simplify building a User Interface.
@ulicqueldromal
@ulicqueldromal 2 жыл бұрын
What you describe sounds more like a framework to me. Isn't an sdk (software development kit) something you use during the development rather than during actual runtime? Like a debugger etc. If I'm wrong (which is totally possible), could you tell me where you would draw the line between framework and sdk?
@tresaidh3y90
@tresaidh3y90 2 жыл бұрын
@@ulicqueldromal isn't a framework like .NET an sdk anyway? (Idk though i could be wrong as well)
@jf649
@jf649 2 жыл бұрын
Thanks for that missing piece / clarification
@techeast1575
@techeast1575 2 жыл бұрын
@@ulicqueldromal sounds to me like he’s talking about templates in Wordpress. Especially the last sentence. So SDKs are themes ?
@chandlerlane8118
@chandlerlane8118 Жыл бұрын
@@tresaidh3y90 no thats a framwork you literally just said it
@jh6336
@jh6336 2 жыл бұрын
I'm impressed that you wrote all this backwards, and didn't even screw up
@ganchen5555
@ganchen5555 2 жыл бұрын
There are editing softwares that can flip horizontally.
@mcgremi5769
@mcgremi5769 2 жыл бұрын
@@ganchen5555 lol
@mcgremi5769
@mcgremi5769 2 жыл бұрын
I'm impressed that you think he wrote all this backwards 🤣
@xianseah4847
@xianseah4847 2 жыл бұрын
The camera was filming behind a glass, and he was writing on that glass as per normal. The video was simply flipped like a mirror image.
@nfathoni79
@nfathoni79 2 жыл бұрын
He actually use his right hand to write
@saketmodi6280
@saketmodi6280 3 жыл бұрын
Summary : - API : enables a system to communicate with another (without having to understand the complexity of the other system) - SDK : enables you to use APIs easily
@janglestick
@janglestick 3 жыл бұрын
well ... SDK's are actually code. It's actually instantiated, rather than being a protocol.
@sharathkumarhk4260
@sharathkumarhk4260 3 жыл бұрын
I didn't have the enough ryt now . To watch the full video.. Thanks for Summarising it. 😀
@joefuentes2977
@joefuentes2977 2 жыл бұрын
@@janglestick thank you mo one is saying what it actually is and you just nailed it. Its that simple.
@bibekanandabhattacharjee952
@bibekanandabhattacharjee952 2 жыл бұрын
1 Quick Question. Can a API not work properly without an appropriate SDK and vice-versa ?
@hachiman_1
@hachiman_1 2 жыл бұрын
@@bibekanandabhattacharjee952 My understanding is that sdk make it easier and faster to implement the api communication rather than writing code from scratch as it contains already all the methods needed to make api calls so we can just call the methods instead of writing the entire implementation. (Without reinventing the wheel)
@sourabhch3044
@sourabhch3044 3 жыл бұрын
Out of all the tech giants putting out educational videos, IBM has the most visually appealing videos.
@meow5412
@meow5412 2 жыл бұрын
true, but the sound of the markers hurts me 😢
@abiraroychoudhury7318
@abiraroychoudhury7318 3 жыл бұрын
Even before I can concentrate on the subject he is explaining, my brain is lingering on the board and its depiction, it is so amazing
@aicancode5676
@aicancode5676 3 жыл бұрын
i think this is the most clear and easy to understand video i've watched about api and sdk . love it, keep it up!!
@PoolarityChannel
@PoolarityChannel Жыл бұрын
Prior to 2000 and there is a period of overlap, API was synonymous with function calls to external libraries exposed by other modules. It could be local, in memory, inter-process or remote libraries (or set of libraries SDK), whether it was binary or textual. API's around 2000 became synonymous with HTTP SOAP Web Services, and circa 2012 became synonymous with REST Web Services.
@jamzbraz
@jamzbraz Жыл бұрын
I'm glad to see this comment cuz what's being discussed in the video is a Web API instead of a regular API. Nobody I work with seems to understand there's a difference there.
11 ай бұрын
You nailed it!
@hervem6983
@hervem6983 2 жыл бұрын
I do not understand why some people put a thumb down ?? This video is design to give an overview of technical concepts. It does an excellent job and reach it goal, it simplifies those technical notions without giving wrong info.
@jeetendrashinde2855
@jeetendrashinde2855 3 жыл бұрын
A nice short video by Nathan, but which gives a good insight on what SDK and API are. Thanks mate for your effort
@Marcelo-gk1le
@Marcelo-gk1le 3 жыл бұрын
Thanks for the explanation! That is the first presentation I see from an IBM person that goes directly to the point. Great.
@peteronum3964
@peteronum3964 3 жыл бұрын
This was absolutely simplified! Thanks IBM and amazing instructor
@ricky08454
@ricky08454 3 жыл бұрын
Perfect. Was struggling with these terms. Helped me get a basic idea to build on.
@ronaldseo
@ronaldseo 3 жыл бұрын
this is pretty good movie clip to get basic understanding of between both. It is really helpful.
@nishantingle1438
@nishantingle1438 Жыл бұрын
This channel is famous to make easy concepts complicated, hats off to you guys & keep up the good work.
@mc5dlearning454
@mc5dlearning454 3 жыл бұрын
This video gives me light for a design project of an app. Thanks!
@BarsCanYlmaz
@BarsCanYlmaz 3 жыл бұрын
i am wondering how he learned writing reverse
@EdwinvandenAkker
@EdwinvandenAkker 3 жыл бұрын
I was just thinking that. But, I think he wrote it just the way he always writes. But, in the editing software, the image is flipped horizontally...
@AANation360
@AANation360 3 жыл бұрын
Maybe the video is flipped?
@novaXire
@novaXire 3 жыл бұрын
The video is mirrored, so he is right handed and wear his watch on his left ARM ^^
@gregfrllo
@gregfrllo 3 жыл бұрын
he is a computer generated person
@thetiskyeffect
@thetiskyeffect 3 жыл бұрын
He's using a LightBoard. See kzbin.info/www/bejne/rXSypqhmYtRoj6s
@emoneyfire
@emoneyfire 2 жыл бұрын
10/10 in actually getting the point of the video across, keep posting content plz!
@chicharon5605
@chicharon5605 3 жыл бұрын
API is also the library of interfaces to a desktop application or program. For example, you can integrate a program to Excel by using its COM API Interface. API is basic, it's only an interface. An SDK is more complete as it can have library API interfaces AND Tools to work with a specific technology. For example, if you want to develop mobile apps from Windows, you will need an SDK for a mobile OS, which is a complete set of tools to compile the code to Native Mobile OS, a debugger, an IDE, etc. etc.
@Vokinov
@Vokinov Жыл бұрын
I've watched many content about APIs. This video is definitely the best. Great job.
@jrbautista
@jrbautista 3 жыл бұрын
The style of this tutorial is awesome.
@Aurangazeebak333
@Aurangazeebak333 3 жыл бұрын
Very nice video... The one I was looking for... This is the kind of demo I or I think common folks like me, look for when dealing with these software abbreviations littering the entire cloud development ecosystem. Keep posting great videos like these.
@gavincoulson3900
@gavincoulson3900 2 жыл бұрын
Definitely loving these videos from IBM. Thank you for these!
@rinoarmadiaz1199
@rinoarmadiaz1199 3 жыл бұрын
i love your explanation! easy to digest :) thank you!
@cassianoferromoraes2746
@cassianoferromoraes2746 2 жыл бұрын
Awesome video! You made it pretty clear and straightforward for us! Thanks
@chrisinhim
@chrisinhim 2 жыл бұрын
Dear IBM Cloud, you disturbed me with your creative board and the talented trainer. Due to the amazement, I could not concentrate on what he is teaching. You innovated a little more than what you need to.
@almahdidghaim7383
@almahdidghaim7383 2 жыл бұрын
These is a crestal clear example. I really appreciate your effort and method of education. great thank you as I wish to see more and more of this videos.
@ahmedchajia3478
@ahmedchajia3478 3 жыл бұрын
thanks a lot for this klarification its really help me to understant the concept of communication of an app
@mateuszczmer6802
@mateuszczmer6802 3 жыл бұрын
Great video. Sound of that pen on glass though...uff shivering
@Kaltinril
@Kaltinril 3 жыл бұрын
I just go to 29 seconds where he finished the square for the dog, I can't even continue, it's like nails on chalk board for me.
@Gaming45454
@Gaming45454 3 жыл бұрын
i stop watch at this point
@bhaskardabhi
@bhaskardabhi 2 жыл бұрын
I agree. I had to discontinue the video bcz of sound it makes
@Josiah_Harder
@Josiah_Harder 2 жыл бұрын
I actually like that sound. It's nothing like nails on a chalkboard
@persona83
@persona83 2 жыл бұрын
Nails on a chalk board is pure hell.
@wiwi-yb
@wiwi-yb 3 жыл бұрын
이렇게 좋은 영상에 한글자막을 해주셔서 너무 감사합니다
@user-xf9bo6eq8f
@user-xf9bo6eq8f 2 жыл бұрын
근데 자막 너무 개떡같지 않나요??? 메소드를 방법이라고 하는데??? 통신을 의사소통이라고 하고 ㅋㅋㅋㅋㅋ 기계번역 수준...
@cuddy90210
@cuddy90210 3 жыл бұрын
Nicely explained!.. Thank you so much!
@janpapaj1982
@janpapaj1982 2 жыл бұрын
Very succint. As a brief intro, it shines! Thanks, man.
@shashank-agrawal
@shashank-agrawal 3 жыл бұрын
A nice explanation. And I loved the board.
@bsummer
@bsummer 2 жыл бұрын
Never knew programming was this easy. You have really open my mind to endless ways of developing solutions to problems. Thanks Bro!
@superheaton
@superheaton 2 жыл бұрын
That's the idea. It should always be the guiding principles of good software. It's also great that the api or design when they are easy for the layperson to dive into the subject. Yes there is still a learning curve. If you look at search engines you dont ever had to think about issues about ranking or api or syntaxes almost never. Similarly, difficult concepts should be enjoyed by everyone. So there is a lot of work still. Glad you're enjoying it
@badsanta7356
@badsanta7356 Жыл бұрын
I don't understand shit
@angeldimitrov1353
@angeldimitrov1353 2 жыл бұрын
Great video, I think this helps remind us of what an API ‘actually’ is…I personally tend to use the term API when I should really be saying ‘SDK’. I think another important concept to mention is that an API requires the logic to be hosted on 3rd party hardware, whereas SDK entails assemblies that you absorb as local references to your project and publish along with your build.
@Potzakv20
@Potzakv20 2 жыл бұрын
What is the difference between a SDK and a package then?
@calvinsaxon5822
@calvinsaxon5822 3 жыл бұрын
great and clear introduction to the terms
@splackna
@splackna 2 жыл бұрын
I have been using api and sdk without knowing the terms for them! Thank you for the enlightenment!
@ReedoAce
@ReedoAce 2 жыл бұрын
Haha love this!
@sidineisilva14
@sidineisilva14 3 жыл бұрын
This is one of the best videos I've ever seen on youtube!!!
@robsonsilva9490
@robsonsilva9490 2 жыл бұрын
Whoa, this is a exceptional vídeo about API and SDK topics, my english needs a upgrade, but thanks was necessary!
@electricz3045
@electricz3045 Жыл бұрын
I save you some time here: API is if you make the requests yiursefl to an url to get, post, put etc. json data. SDK is a sort of module written by the service provider which contains functions you can use to complete your task. Example would be: upload_image("cat.png")
@anthonyfernandezgonzalez8262
@anthonyfernandezgonzalez8262 Жыл бұрын
Thank you! amazing tutorial, clear and solid explanation.
@EustaquioSantimano
@EustaquioSantimano 3 жыл бұрын
Very easy to understand API and SDK. Thanks
@ananddeshmukh4939
@ananddeshmukh4939 3 жыл бұрын
Amazing Board technology and nice describing, easy telling story about mittens great job.. Brother
@WisdomInExperience
@WisdomInExperience 7 ай бұрын
Awesome explanation. I was struggling to understand it.
@balaloganathan2621
@balaloganathan2621 3 жыл бұрын
Very nicely articulated- I love it!
@IBMTechnology
@IBMTechnology 3 жыл бұрын
Thanks, Bala!
@aravindhs2063
@aravindhs2063 8 ай бұрын
great explanation👍
@hrdcdedchannel7141
@hrdcdedchannel7141 3 жыл бұрын
The main difficulties of existing API multilevel systems are: 1.The difficulty of porting a program code from one API interface to another. 2.Loss of functionality upon jumping from lower layer to higher.
@vladpaul01
@vladpaul01 3 жыл бұрын
These IBM videos are NOTCHES above the google ones . Great stuff !!
@siddharthdyavanapalli4617
@siddharthdyavanapalli4617 3 жыл бұрын
Amazingly explained 🔥
@JoseSanchez-vv1zd
@JoseSanchez-vv1zd Жыл бұрын
This is a good explanation. Thank you!
@hebamsaud6813
@hebamsaud6813 3 жыл бұрын
Thank you Very simple and nice explanation
@toplemon8045
@toplemon8045 Жыл бұрын
This guy is way ahead other explainers in youtube, nice charsima, speech and gestures, and nice looks
@TricoliciSerghei
@TricoliciSerghei Жыл бұрын
Thank you for very useful videos guys! You're great!
@camel0928
@camel0928 2 жыл бұрын
Thanks for the video, the drawing is actually very helpful to understand between these two.
@IBMTechnology
@IBMTechnology 2 жыл бұрын
You're welcome, glad you like our video format! 👍
@yumincao9209
@yumincao9209 3 жыл бұрын
명확하게 정의해 주네. 이런 점 좋아요~
@placidenteziryayo1360
@placidenteziryayo1360 Жыл бұрын
Thanks for your helpful tips about SDK and API
@karianpour
@karianpour 3 жыл бұрын
The down side of the SDK is its size. It has many funcrionality that one app might not use, also as SDK should be consistent over time, it should have the older versions which make them even larger over time. Also, as they run on our thread, they could have security issues, as well as malwares. It is better to make a good document for API vs an SDK. But big companies like to creare SDK to abscure data from developer. So never use an SDK unless it is open source.
@OEThe11
@OEThe11 2 жыл бұрын
Very Interesting. And here I thought SDK's was a great Idea.
@BooleanDev
@BooleanDev Жыл бұрын
worth noting that if the language has tree shaking, sdk size is not an issue
@sahilndearkumar7645
@sahilndearkumar7645 Жыл бұрын
1.
@LuisRuizHalo
@LuisRuizHalo 3 жыл бұрын
I’ve loved this board since day one.
@basutungal
@basutungal 25 күн бұрын
Wow, that is really simple straitforward explanation..
@jagdeeshhooli930
@jagdeeshhooli930 3 жыл бұрын
Very nice explanation!
@azguindou
@azguindou 3 жыл бұрын
A wonderful explication. Thank you.
@amandapaganilima5593
@amandapaganilima5593 Жыл бұрын
This is a great video, I finally understand that difference
@rtothec1234
@rtothec1234 8 ай бұрын
Without SDKs we would need to send API requests using low level HTTP commands in whatever language we use. For example: Wanna talk to the Stripe API to get customer info using PHP? Without an SDK you probably need Guzzle HTTP library to send several requests to the /customer/ endpoints while needing to pass authentication credentials each and every time in your code. With their PHP SDK you aunthenticate once within your scripts and use the Customer object to get customer related data. SDKs facilitate using an API but are not the API and are not guaranteed be offered by the service/company that published the API. On the other hand, consuming the API using lower level commands offers us more control depending on how deep the SDK was implemented or not. I highly recommend checking out Stripe’s APIs and SDK documentation to get a good example of amazing implementation.
@saltdomeguy
@saltdomeguy 3 жыл бұрын
One of the best explanations I've seen so far
@mohammadjavadaghazadehfard7873
@mohammadjavadaghazadehfard7873 2 жыл бұрын
Hi, Thank you. It was great. please make more videos like this. best of luck.
@tesla3290
@tesla3290 Жыл бұрын
Thank you, it helped but i had a little bit of problems. Good Tutorial
@zhangjianwen2631
@zhangjianwen2631 2 жыл бұрын
Thanks for the illustration. It seems the APIs are more like the description of the communication procedure or strategy. SDK is more on the code implementation of the API. However, I think SDK has a broader meaning than just the coding implementation of APIs. I like your board and colorful pens.
@nicolasvelazquez6972
@nicolasvelazquez6972 3 жыл бұрын
Im not a native english speaker, the way you talk is amazing understable! Congrats!
@oshanyellanaranasinghe7162
@oshanyellanaranasinghe7162 3 жыл бұрын
perfect explanation 😍😍😍😍thank you
@xrays3879
@xrays3879 3 жыл бұрын
That was so perfect. Thank you!!!
@lazymacs2823
@lazymacs2823 3 жыл бұрын
Yeah
@varnanthirugnanasambandan559
@varnanthirugnanasambandan559 2 жыл бұрын
Thanks ,a colorful presentation on api and sdk. very helpful.
@IBMTechnology
@IBMTechnology 2 жыл бұрын
You are most welcome
@curioussoul7500
@curioussoul7500 Жыл бұрын
Thanks for making it so simple
@francis191
@francis191 2 жыл бұрын
Great breakdown Nathan.
@frankcklin
@frankcklin 3 жыл бұрын
vary impressive way to teaching in remote by glass wall and inverse image filming.
@ramprasad_v
@ramprasad_v 2 жыл бұрын
Great video & excellent explanation 🙂
@shirleyachara3809
@shirleyachara3809 3 жыл бұрын
Excellent explanation, thanks.
@1dagmawi
@1dagmawi 3 жыл бұрын
1min in the video, am like "gotta sub this channel". I love how calmly he explains things. Need more from this guy
@dayvs
@dayvs 2 жыл бұрын
I understand now what all this means, but sometimes you are just looking for simple definitions: API is a URL that does something (retrieve info, change something or perform an action). SDK is a file or files which have libraries that developers download and use in their proyects. Then it comes everything else that you brilliantly explained.
@vladimirgetselevich4704
@vladimirgetselevich4704 3 жыл бұрын
Good, clean explanation!
@ibrahimabdeltawab6418
@ibrahimabdeltawab6418 2 жыл бұрын
So informative! Thanks so much
@faizanahmed9304
@faizanahmed9304 2 жыл бұрын
Beautiful explanation
@surendrajat7290
@surendrajat7290 3 жыл бұрын
this video blow my mind ,, great video
@richardgonzales1936
@richardgonzales1936 3 жыл бұрын
It was superb how he wrote his explanations in reverse 👏🏻👏🏻👏🏻
@iyviish
@iyviish 3 жыл бұрын
he didnt write in reverse. he reversed the video
@srb1855
@srb1855 2 жыл бұрын
Excellent - very helpful. 👍
@TechSolutions32
@TechSolutions32 2 жыл бұрын
Amazing explanation
@osks
@osks 3 жыл бұрын
Very nicely done! Informative…
@jennwng
@jennwng 2 жыл бұрын
Great explanation! Thanks! :)
@vanadiscrawford2737
@vanadiscrawford2737 3 жыл бұрын
Very clear and well done! Excellent intro and helped clarify for me what I never have been able to get through in my head about APIs and SDKs. (Although a Chaussie mixed breed cat - really? lol)
@hichamlotfi4277
@hichamlotfi4277 3 жыл бұрын
great explanation
@vtt599
@vtt599 Жыл бұрын
Hi. i just discovered this video and it's great. Thanks for that. I have a question: once the tool box created, is there any best practice to maintain it please ?
@mitchiarikov2614
@mitchiarikov2614 2 жыл бұрын
Fantastic video, thank you!
@duartelucas5746
@duartelucas5746 2 жыл бұрын
That screeching… I am dying here. Great content!
@todokloklo358
@todokloklo358 3 жыл бұрын
Thank you,it helped me
@user-bk7ny7kt7y
@user-bk7ny7kt7y 3 жыл бұрын
아주 재밌고 유익한 영상 잘보고갑니다 :) 앞으로 많이 많이 찾아봐야겠습니다 :)
@Tolulope374
@Tolulope374 3 жыл бұрын
Awesome explanation
@christianlisangola9383
@christianlisangola9383 2 жыл бұрын
Brilliant explanation
@SoManyJasons
@SoManyJasons 2 жыл бұрын
Who knew MrBeast would be teaching me about APIs and SDKs but this really helped!
@poischiche2933
@poischiche2933 3 жыл бұрын
Great explanations sir. Thumb up
@pprathameshmore
@pprathameshmore 3 жыл бұрын
Nice explanation
@vinnycrm
@vinnycrm 2 жыл бұрын
Cool video, explained beautifully 👍
@debiprasaddash6403
@debiprasaddash6403 2 жыл бұрын
The advantage of SDK is just to avoid handeling api requests and response , but in reality SDK will not reduce the extra code form application . In simple word SDK is a sinthetic sugar over API
Containers vs VMs: What's the difference?
8:08
IBM Technology
Рет қаралды 732 М.
API vs SDK - What's the Difference?
14:10
Be A Better Dev
Рет қаралды 51 М.
КИРПИЧ ОБ ГОЛОВУ #shorts
00:24
Паша Осадчий
Рет қаралды 6 МЛН
NO NO NO YES! (40 MLN SUBSCRIBERS CHALLENGE!) #shorts
00:27
PANDA BOI
Рет қаралды 121 МЛН
REST API Crash Course - Introduction + Full Python API Tutorial
51:57
What is a REST API?
9:12
IBM Technology
Рет қаралды 1,4 МЛН
How Senior Programmers ACTUALLY Write Code
13:37
Healthy Software Developer
Рет қаралды 1,2 МЛН
Git vs. GitHub: What's the difference?
10:06
IBM Technology
Рет қаралды 370 М.
What is an SDK? (Software Development Kit)
5:32
Techquickie
Рет қаралды 425 М.
The most important AI trends in 2024
9:35
IBM Technology
Рет қаралды 178 М.
Microservices explained - the What, Why and How?
18:30
TechWorld with Nana
Рет қаралды 781 М.
Kubernetes Explained
10:59
IBM Technology
Рет қаралды 595 М.
APIs Explained | Real World Examples
11:36
CertBros
Рет қаралды 478 М.
REST API Interview Questions (Beginner Level)
7:07
Exponent
Рет қаралды 144 М.
САМЫЙ дешевый ПК с OZON на RTX 4070
16:16
Мой Компьютер
Рет қаралды 97 М.
Samsung mobile phone waterproof display. samsung mobile phone digital s23ultra  #shorts
0:15
M4 iPad Pro Impressions: Well This is Awkward
12:51
Marques Brownlee
Рет қаралды 4,7 МЛН