API Vs SDK! What's the difference?

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

Комментарии • 19

  • @Streetlolz
    @Streetlolz 21 час назад +24

    This explains web or rest api, api as a concept is something else

    • @boscodomingo
      @boscodomingo 20 часов назад +2

      Yeah ByteByteGo are extremely inconsistent. They often make absolutely garbage videos that explain things wrong, use incorrect concepts... It's so weird because they also make extremely good ones

    • @factzilla3071
      @factzilla3071 18 часов назад

      Yeah this was a confusing video

    • @damelyngdoh2370
      @damelyngdoh2370 10 часов назад

      Yeah, REST is a small part of the API universe.

  • @ListonFermi
    @ListonFermi 22 часа назад +2

    Wow! Useful topic

  • @SerhiiYashchuk
    @SerhiiYashchuk 23 часа назад +1

    Thank you ❤

  • @denzilv
    @denzilv 21 час назад +3

    Your videos are always great! 🤙

  • @pixelsymbols
    @pixelsymbols 23 часа назад +2

    Thx ❤

  • @PaulRodriguez-r7c
    @PaulRodriguez-r7c 7 часов назад

    Thanks for the breakdown! A bit off-topic, but I wanted to ask: I have a SafePal wallet with USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). What's the best way to send them to Binance?

  • @shis10
    @shis10 9 часов назад +2

    This video increased confusion . 😂

  • @hotlineoperator
    @hotlineoperator 22 часа назад +5

    API and SDK are complete different concepts.

    • @KingKluch
      @KingKluch 13 часов назад

      Maybe he's describing these concepts at a high level and from the perspective of a software developer that is trying to plan how they will implement their product (trying to decide on which technology to use) . But this probably should have been titled REST API and SDKs because not every API follow the REST style, which was described in this video.

  • @3ilz
    @3ilz 17 часов назад

    great!

  • @Lucuskane
    @Lucuskane 23 часа назад +1

    ❤❤❤❤🎉

  • @theyruinedyoutubeagain
    @theyruinedyoutubeagain 19 часов назад +3

    Saying "OAuth" and showing the Auth0 logo is terribly confusing for people who don't know auth

  • @YouGenom
    @YouGenom 23 часа назад +1

    Isn't PUT to create and PATCH to update things?

    • @mykalimba
      @mykalimba 21 час назад +5

      Not according to most authorities on the internet. POST to create a resource, PUT to completely replace a resource, and PATCH to partially replace portions of a resource.

    • @swalkers8008
      @swalkers8008 21 час назад +1

      The one that is meant for creating is
      POST