How To Work With Any API (API Tutorial using URL Requests)

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • Learn how to work with any API using either their SDK or manually with web requests
    In this video, I'll show an example of the Spotify API which has an iOS SDK and also an example of an OCR Text Extractor API from RapidAPI where we use Swift to manually make URL requests to the API endpoints.
    You'll learn how to construct a web request in Swift, specify the header parameters, http body, http method and more!
    👋 Our "Launch Your First App" program will help you build up your iOS skills to publish your very own feature rich app even if you’re a beginner starting from scratch. codewithchris.com/plus
    MY FREE ONLINE COURSE:
    ⚡ How to make an app in 8 days - cwc.to/start
    CWC+ PROGRAM:
    👩‍💻 All our courses in a learning path - cwc.to/plus
    WEEKLY UPDATES VIA EMAIL:
    ✉️ Every Saturday, receive an email digest of new content - cwc.to/newsletter
    CONNECT:
    🌍 Website - codewithchris.com
    😺 GitHub - github.com/codewithchris
    📸 Instagram - / codewithchris
    🐦 Twitter - / codewithchris
    ABOUT CODEWITHCHRIS:
    Hi I’m Chris! I’m dedicated to teaching fundamentals about how to make an app. This is important if you’re trying to land an iOS job, be a freelancer, increase or start a business with an app idea. On this channel and my website, you'll find a ton of free resources and tutorials to aid you on your journey to learn iOS development. Many people have learned to code and build apps on their own! cwc.to/reviews
    #API #ApplicationProgrammingInterface #CodeWithChris

ความคิดเห็น • 414

  • @CodeWithChris
    @CodeWithChris  2 หลายเดือนก่อน

    👋 Our "Launch Your First App" program will help you build up your iOS skills to publish your very own feature rich app even if you’re a beginner starting from scratch. codewithchris.com/plus

  • @davidglaser1025
    @davidglaser1025 3 ปีที่แล้ว +5

    I would be super grateful for a more in-depth tutorial from you on how to implement Spotify's iOS API!! I've been having a lot of trouble trying to understand it and you explain swift really clearly. Thanks for all the helpful videos thus far!

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว +2

      Thanks for your suggestion, David! Glad that we are able to positively impact your learning journey! :-) -Arthur

  • @vicvic553
    @vicvic553 3 ปีที่แล้ว

    Okay, I wrote a comment in which I was asking you about this video, but this video actually has been existed for a while, so... thanks once again!

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Awesome, have fun learning! :-) -Arthur

  • @failed_physicist
    @failed_physicist 2 ปีที่แล้ว +1

    I was finding APIs kinda hard to work with in Swift but you explained it really well. Thanks!

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Glad to know this, thank you! -Arthur

  • @eliza7530
    @eliza7530 2 ปีที่แล้ว +1

    Your content is amazing. You explain concepts really well!

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Yay! Thank you so much! :-) -Arthur

  • @domk6699
    @domk6699 4 ปีที่แล้ว +1

    Spoonacular :) Your videos are helping me out a lot thank you!

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Glad we could be of help! Thanks for learning with us!
      -Kat

  • @trangdoanthithuy5144
    @trangdoanthithuy5144 3 ปีที่แล้ว +3

    You're so good at explaining complicated concepts simply. Thanks so much Chris

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      We value your support, Trang Doan! Cheering for you! :-)

    • @benjaminazariah2773
      @benjaminazariah2773 2 ปีที่แล้ว

      You all prolly dont give a damn but does anybody know a way to get back into an Instagram account?
      I was dumb forgot the password. I love any tips you can give me.

  • @Karma_Rinku
    @Karma_Rinku 4 ปีที่แล้ว +1

    You are awesome Teacher Buddy.. Thanks for helping the world to learn thing. Keep it up always.. thanks again

  • @aaronalexander8826
    @aaronalexander8826 3 ปีที่แล้ว

    THANK YOU!!!!!! This video is exactly what I was looking for!

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว +1

      You're so welcome, Aaron! All the best! :-) -Arthur

  • @sunnycriti9809
    @sunnycriti9809 3 ปีที่แล้ว

    Spotify API , the playlists. You have great tutorials. About a few months I will join your courses

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Thanks for dropping by and contributing! :-) -Arthur

  • @candonmez4073
    @candonmez4073 3 ปีที่แล้ว

    you do amazing job and really I can track it easily even if I am a beginner for coding. Thank you very much !

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Thank you so, so much! :-) -Arthur

  • @volimpia
    @volimpia 4 ปีที่แล้ว +1

    Thank you so much for this video. I was the one who asked for RapidApi, and this stuff is actually pretty hard to figure out. Thank you for spending your time on helping us.

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Cool! Glad we could help! 🙌
      - Kat

  • @alimohammed1813
    @alimohammed1813 ปีที่แล้ว

    Thank you Chris, I learned so much from your videos ... I would love to see how to work with USA food central API for calorie and nutrients search

  • @MyGreenpotato
    @MyGreenpotato 3 ปีที่แล้ว

    Chris is an amazing teacher. I am considering registering to his website platform

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      You're more amazing, thank you so much! See you there! :-) -Arthur

  • @jeffreytan8485
    @jeffreytan8485 4 ปีที่แล้ว +1

    Really liked the RapidAPI Tutorial! Just had a question: How would I access the data returned in the dictionary? EX: if I wanted to assign the value of the key "parsed text" (which the value was "Google") to a variable.
    Thanks for your support!

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, you may want to watch our video on how to work with dictionaries
      th-cam.com/video/mJwmGpdZQAg/w-d-xo.html
      - Francis

  • @joelleguier6533
    @joelleguier6533 3 ปีที่แล้ว +2

    Hey man thanks for the amazing vids! Do you reckon you could do a tutorial on implementing stripe into an app??

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Thanks! It's on our long list of to-dos. :)
      - Kat

  • @nishanth4054
    @nishanth4054 4 ปีที่แล้ว +1

    Hey Chris, this is Nishanth from India. Your videos are awesome and I love it. You are the one who taught me Api calls and request way more easily.
    Can you try some instagram Api.

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Thank you Nishanth! Appreciate your support. Instagram API is included in our list! :)
      - Kat

  • @muradanowar2618
    @muradanowar2618 4 ปีที่แล้ว +1

    Great Person Good Trainer.........................

  • @jesseyates4473
    @jesseyates4473 3 ปีที่แล้ว +1

    Can you do a video on web scraping API like for Xcode?
    Not many TH-camrs like yourself have videos dedicated to the topic. Plus having you do it means only quality results as your videos leave no stone unturned on how to do Xcodes.
    ps, keep up the good work we all love it.

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Thanks, Jesse! Can you kindly post your suggestion here? app.productstash.io/codewithchris#/ideas -Arthur

  • @LalitYadav-eo4hv
    @LalitYadav-eo4hv 3 ปีที่แล้ว

    Your videos are very informative

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      That's what we love to know. Thank you so much! -Arthur

  • @klipo25
    @klipo25 3 ปีที่แล้ว +2

    A full Spotify iOS SDK would be really appreciated! There are no tutorials up to date and I find it very hard to navigate in Spotifys documentation :)

    • @klipo25
      @klipo25 3 ปีที่แล้ว

      And even in SwiftUI, even though I found a way to deal with it :D

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Thanks for your suggestion! We'll see what we can do! :-) -Arthur

  • @user-ec1dn3uz5k
    @user-ec1dn3uz5k 3 ปีที่แล้ว

    Just commenting to help my boy spice up the algorithm

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Just replying to you because you're the best. :-) -Arthur

  • @rafsannazmul5764
    @rafsannazmul5764 3 ปีที่แล้ว

    Hey Chris... I am a big fan of your tutorials.
    Could you try to do a tutorial on how to use Microsoft MSAL to upload photos to OneDrive using multiple accounts?

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Hello, Rafsan! Thanks for your suggestion! Can you kindly post that on our Ideas board? app.productstash.io/codewithchris#/ideas Thank you! -Arthur

  • @talhafaiz5514
    @talhafaiz5514 4 ปีที่แล้ว +1

    I have to integrate login via instagram in my app. can you please tell me that whether instagram basic display api offers login or not. I think its not I searched alot about it. If not then what will be another way to use login feature in my app.

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, according to the documentation
      "Instagram Basic Display is not an authentication solution. Data returned by the API cannot be used to authenticate your app users or log them into your app. If you need an authentication solution we recommend using Facebook Login instead"
      however, you can use it to use access post and data from instagram
      - Francis

  • @EpicnessCupStudios
    @EpicnessCupStudios 4 ปีที่แล้ว +3

    I’m looking to work with Google Calendar, I want to represent a calendar in my app to represent a timetable. Any help? Thank you 👍🏻

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว +1

      That's a great idea! We have a couple of playlists to get you started on iOS app development. I would recommend starting here bit.ly/LearnSwift2019 and here bit.ly/BeginnersPlaylist
      Then use this tool (approadmap.io) to know what you need to learn next!
      - Kat

    • @trangdoanthithuy5144
      @trangdoanthithuy5144 3 ปีที่แล้ว

      same problem I'm trying to solve. Did you find any good source?

  • @vladmkrtumyan1660
    @vladmkrtumyan1660 2 ปีที่แล้ว

    Thank you!

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      You're so welcome, Vlad! -Arthur

  • @alexwarrener3770
    @alexwarrener3770 4 ปีที่แล้ว +1

    Hi Chris, can you do a video explaining how to create a menu slide-in bar from the left if you click the three lines etc in the top left corner. I have tried to follow other people but I get confused easily. Thanks Alex

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      You can try using the ones on Github github.com/topics/sidebar-menu?l=swift
      - Kat

  • @ruffyatutube
    @ruffyatutube 4 ปีที่แล้ว

    Hi Chris;
    Is an API defined by the URL host and then given to a programmer, or can an API be built without any host participation?

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, it is possible for an API to be build without a host, like everything is hardcoded or in a jsonfile, but it would be hard to keep it updated so whats why most API has a host
      - Francis

  • @mahmoudtarek5823
    @mahmoudtarek5823 2 ปีที่แล้ว

    I'm a new self taught web developer and I have a task to do to build a weather app and I'm really lost :D
    and here I'm on my research journey ..

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      You got this! Shukran! -Arthur

  • @roshnisuhanda7805
    @roshnisuhanda7805 3 ปีที่แล้ว

    quick question. i am very new to API, in one of your previous videos about what is an API, you called the api by simply executing the link (the news api) and you got the json response. so, in this example, if i had to generate the json response, using that method, would that be possible ? and would that be the correct approach ? will i be able to create a request using that method ?

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      "Hello, the response was from a server somewhere, if you wish to do the same then you need to make a server and have something to process data and return JSON from it, lots of things to set up really, to make it simple you can create your own JSON file locally and use that instead, check out our SwiftyJSON to help with easily managing JSON codewithchris.com/swiftyjson/
      - Francis"

  • @DavidShaw-dc4re
    @DavidShaw-dc4re ปีที่แล้ว

    Hey Chris do you have any tutorials or resource links to share about connecting to microsoft GRAPH api?

  • @timmyvancauwenberge2372
    @timmyvancauwenberge2372 3 ปีที่แล้ว +1

    Hey Chris, great video! A Spotify Web API tutorial would be awesome and super helpful!!

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Thanks for your kind words and suggestion! :-) -Arthur

  • @Syed2
    @Syed2 ปีที่แล้ว

    Very Nice.

  • @jakev9211
    @jakev9211 4 ปีที่แล้ว +27

    Apple Music and/or Spotify (in depth example) API's please :)

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Yup, it's on our list!
      -Kat

    • @bryce872
      @bryce872 4 ปีที่แล้ว +2

      @@CodeWithChris Need this. Any timeframe?

    • @manikher4004
      @manikher4004 4 ปีที่แล้ว +1

      @@CodeWithChris Spotify API run through would be great

    • @c.m.8146
      @c.m.8146 3 ปีที่แล้ว +1

      Yes this would be amazing! Espeically Apple Music. Any updates??

    • @davidglaser1025
      @davidglaser1025 3 ปีที่แล้ว +1

      Would really really appreciate this! Love your explanations.

  • @musamikail9023
    @musamikail9023 3 ปีที่แล้ว

    hi thank you for this wonderful tutorial i really enjoy it; and i fully understand how to with API, PLS which API can i use to convert speech to text (speech to text API) and how can i use it

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      "Hello, usually you just need to use networking to be able to feed data into an API and get results from it.. if it has cocoapods it shoud be easier
      to use cocoapods check out our article codewithchris.com/cocoapods/
      - Francis"

  • @GG-hk5iz
    @GG-hk5iz 4 ปีที่แล้ว +1

    Great great video. Chris can you please tell what is purpose of task.resume()?

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว +1

      Hello, task.resume() simply means that the task (like loading data from the url,etc) should be started or resumed (if paused)
      - Francis

  • @PHOENIX2001
    @PHOENIX2001 3 ปีที่แล้ว +1

    I was wondering about working with a api from League of Legends which gives the user a way to track their stats from playing, either as a casual player or a tournament player

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      You can add your tutorial request here: cwc.to/request
      - Kat

  • @sergekamga4512
    @sergekamga4512 3 ปีที่แล้ว

    I like your videos. How do you create the powerpoints for your videos? Are you using keynote or powerpoint?

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Hello, we use an actual video editing software to produce our videos. :-) -Arthur

  • @brian_c_park
    @brian_c_park 4 ปีที่แล้ว +4

    Would love to see some AI with tensorflow swift API. I want to see what the new iPhones processors are capable of in machine learning applications

    • @gjermundification
      @gjermundification 4 ปีที่แล้ว

      You can code TensorFlow in Swift IIRC.

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      We might cover that in the future! Stay tuned!
      -Kat

  • @Kunume_
    @Kunume_ 4 ปีที่แล้ว +3

    Facebook and Google Maps API!! Thank you

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว +1

      Thanks for these suggestions!
      -Kat

    • @Kunume_
      @Kunume_ 4 ปีที่แล้ว

      CodeWithChris a vid going over Facebook graphrequest would be awesome cause a lot of their documentation is outdated so I’ve been running into sooo much trouble using that api. Thanks for all the other great vids! Keep up the good work!

  • @patrickudeh5869
    @patrickudeh5869 2 ปีที่แล้ว

    Awesome tutorial man.... I would like you to look at Sassiholford api.... Thanks.

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Thanks for dropping by! :-) -Arthur

  • @GregFigenser
    @GregFigenser ปีที่แล้ว

    Can a custom API be created to search for open education resources (OER)?

  • @ericwarncke
    @ericwarncke 2 ปีที่แล้ว

    45 seconds in and I am trembling. Learning this seems so difficult. I hope to update soon that I conquered my fears and learned what to do.

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      We all start from somewhere, Eric! Just take it one lesson at a time, one day at a time. You got this. :) If you need help, post all your questions on our CodeCrew forum so that our technical support staff can assist you: codecrew.codewithchris.com. Enjoy the process! :) -Arthur

  • @GregFigenser
    @GregFigenser ปีที่แล้ว

    I am new to this, but can an API search the internet for specific tools to be used in an education setting?

  •  3 ปีที่แล้ว

    Hi may I ask why instead of creating Networker file, you did it in the viewdidload ?

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      "Hello, this is just to demonstrate how to work with APIs there was really no need to make a separate file for networking because its just a short demo video
      - Francis"

  • @twoleggedcat_cs2
    @twoleggedcat_cs2 3 ปีที่แล้ว

    how can you use JSONDecoder to decode the dictionary that was made from the request since it is a type of [String:Any] and it needs to be a string. Sorry if this is a stupid question I am new to swift

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      "Hello, then you might need to change the Data Type of your [String:Any] to a [String:String] if thats the case, it needs to be an exact dara type match, you can also opt to typecast the value before setting it on your decoder
      - Francis"

  • @LalitYadav-eo4hv
    @LalitYadav-eo4hv 3 ปีที่แล้ว

    Hi Chris, a viewer request if u can also mention what is the best practice if we need to use any of solutions suggested at org level probably like banking or may be can have a video where u can help answer people from org where they need your expert advice

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Thanks for your suggestion! Best to join our forum community then: codecrew.codewithchris.com -Arthur

  • @coleosborn8610
    @coleosborn8610 4 ปีที่แล้ว +1

    I am trying to use infinite campus for schools any advice? on how to connect to it

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, it would be best to check their documentation or if they have a cocoapods for it
      - Francis

  • @Premkumar-jh7oi
    @Premkumar-jh7oi 4 ปีที่แล้ว +1

    Hi Sir.....I need your help.
    I trying to get WiFi signal strength so that I can handle the situation like WiFi-Connected but signal strength is poor.
    Currently iam using CNCopyCurrentNetworkInfo, but it gives me only SSID, BSSID, SSID data
    Thanks in advance.

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, maybe you can check out other ways to get data from your wifi network, try asking stackoverflow or maybe our forum at codecrew.codewithchris.com
      - Francis

  • @miraclehealthsystems6395
    @miraclehealthsystems6395 3 ปีที่แล้ว

    Hello Chris , How to use URLSession with access token and how to handle the token expiry scenario and fetch new token and sent in headers in same server request only.

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      "Hello, i suggest checking the documentation for that or maybe use a 3rd party tool like alamofire
      - Francis"

  • @javakian1
    @javakian1 4 ปีที่แล้ว

    Hey Chris, is there an API for AV Foundation and Still and Movie Access, Photo Album, and Barcode and QR Code Reader ?

    • @gjermundification
      @gjermundification 4 ปีที่แล้ว +1

      QR Code Reader?!? Now that's already in the camera of iOS IIRC.

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว +1

      Hello, AVFoundation is not an API but it should be directly accessed as a library swift import. for still , imovie, qr code and the like a simple search in cocoapods.org should be able to help you integrate it easily on your app
      - Francis

  • @mrglwatson
    @mrglwatson 4 ปีที่แล้ว +1

    If I'm using SwiftUI , do I have to make any changes?

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว +1

      Hello, the base logic should be applicable even for SwiftUI as they both use the same base UIKit framework, the display of data might be a bit different though
      - Francis

  • @trevoylewis
    @trevoylewis 3 ปีที่แล้ว

    Hi Chris, I wanted to use the Yelp API Key for a project I'm currently working on.

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Awesome, hope it works out just fine! :-) -Arthur

  • @jonyzizoufifa
    @jonyzizoufifa 4 ปีที่แล้ว

    I am trying to have have Firebase observers still continue to run when my app is in the background. Is this possible?

    • @mikaelacaron4694
      @mikaelacaron4694 4 ปีที่แล้ว

      I think so! You have to make sure you put your code in the right part of the app's lifecycle

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, firebase observers would probably be a cloud function on your firebase directly, however, if your firebase get is a stream it should be able to get and display any changes no matter what state your app is in
      - Francis

  • @vitodanelli
    @vitodanelli ปีที่แล้ว

    Please consider doing a video on the US Census Bureau API.

  • @kothahemanthsaikrishna711
    @kothahemanthsaikrishna711 3 ปีที่แล้ว

    Hi what about strapi api . In strapi can we get SDK???? If yes please provide the link

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว +1

      "Hello, as long as it is an API it should be fairly easy to set up, just align the properties properly and call the right API/web call and you should be good to go
      - Francis"

  • @gevorgnazaretyan5035
    @gevorgnazaretyan5035 3 ปีที่แล้ว

    The Agora api would be cool considering how popular cloud recording for video and audio is getting!

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Great point! Thanks for watching! -Arthur

  • @rohanaggarwal8718
    @rohanaggarwal8718 3 ปีที่แล้ว +1

    Gmail API and Maps, would be sick!!!

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Sure, add your suggestion or vote for it if it's already in the list: codecrew.codewithchris.com/c/requests/
      @AdrienVillez

  • @iggy9121
    @iggy9121 3 ปีที่แล้ว

    Would be super awesome to make another video but using the Codable objects instead! Maybe even making a little toy API using Flask and calling the endpoints of that API instead.

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Great suggestion, Iggy! We'll see what we can do! :-) -Arthur

  • @bitsurfer0101
    @bitsurfer0101 2 ปีที่แล้ว

    Do they have any api's that would track shipments from all the major shipping companies in a lot of countries?

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Hello, best if you post your question in our CodeCrew forum so that our tech support staff can guide you. Kindly go here: codecrew.codewithchris.com. Thank you! -Arthur

  • @helliechen5814
    @helliechen5814 3 ปีที่แล้ว

    I was wondering if you could make a video on using an api with a get endpoint! (if i'm even phrasing that right)

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Thanks for your suggestion, Hellie! We'll see what we can do! -Arthur

  • @authenticexpressions2559
    @authenticexpressions2559 4 ปีที่แล้ว +1

    printful api thx

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Thanks for the suggestion!
      - Kat

  • @Gozycode-Academy
    @Gozycode-Academy 4 ปีที่แล้ว

    Hey Chris,
    I'm looking to implement Yelp API and Indeed API. Any help with those would be greatly appreciated. Thanks and keep up the good work!

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, it would be best to check the documentation on how to use a specific API (depends on who provided it), you might also need to add it on your project by using cocoapods
      - Francis

    • @Gozycode-Academy
      @Gozycode-Academy 4 ปีที่แล้ว

      @@CodeWithChris Ok thank you I will check it out.

  • @andrejkling3886
    @andrejkling3886 3 ปีที่แล้ว

    Hi Chris, thank you for amazing lesson... Is the same code For SwiftUI?

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Awesome, Andrej! We're slowly releasing more SwiftUI content, so stay tuned! :-) -Arthur

    • @andrejkling3886
      @andrejkling3886 3 ปีที่แล้ว

      Cool.... SwiftUi + Combine is Great Combination.... you can also create something around Combine + SwiftUi

  • @DOVEFUCKINGONE
    @DOVEFUCKINGONE 3 ปีที่แล้ว

    Nihaopay!! I would love a tutorial!

  • @sourPollo
    @sourPollo 2 ปีที่แล้ว

    Trying to pull data from a GitHub repo using the GitHub API. I am having problems with the formatting of the URL string.

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Hello, kindly post your question in our CodeCrew forum so that our tech support staff can assist you. Go here: codecrew.codewithchris.com. Thank you! -Arthur

  • @WhatIsThisAllAbout
    @WhatIsThisAllAbout 5 หลายเดือนก่อน

    How do we send a data like
    {
    "customerId": "abcdefgh",
    "logs": [
    {
    "distance" : 0.9,
    "purpose" : "work related",
    }
    ]
    }
    When I tried sending just this data using Jsonserialization, there are backslashes in my post body data
    Would I need a class for encoding top level json object and another class for logs json object to properly encode my post data i.e without the backslashes? Any help appreciated. Thanks

    • @CodeWithChris
      @CodeWithChris  5 หลายเดือนก่อน

      Hello,
      Unfortunately, we can't debug it for you in the comment section here but you can try joining and posting in our community: cwc.to/codecrew
      --Joash

    • @WhatIsThisAllAbout
      @WhatIsThisAllAbout 5 หลายเดือนก่อน

      @@CodeWithChris no worries. I figured out. Thanks for replying

  • @benjamincleek7815
    @benjamincleek7815 2 ปีที่แล้ว

    Icecast API would be great!

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Thanks for your comment, Benjamin! -Arthur

  • @douggottlieb
    @douggottlieb 3 ปีที่แล้ว

    Shopify please. Great vid

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Thanks for the suggestion, Douglas! -Arthur

  • @gregwhipkey
    @gregwhipkey 4 ปีที่แล้ว +1

    Hi Chris! I'm working with Swagger UI

  • @jessehanson3828
    @jessehanson3828 2 ปีที่แล้ว

    I’m trying to take data from spreadsheets I fill out using google sheets and make and app to represent that data. Hoping this will work using an API. I’m new tocoding but my goal is to get this to work. 🤞🏻

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Awesome, update us, Jesse! :-) -Arthur

  • @brittneyboone2993
    @brittneyboone2993 2 ปีที่แล้ว

    Hi Chris. I really like your videos. I am learning a lot from you and will be becoming a subscriber of your very soon. I have a question for you. I am a inexperienced web developer and in desperate need of help. Do you offer any assistance to people in need of api help? I would be willing to pay you. I have numerous smart contracts deployed mostly on the ETH network and I need some help with making api calls because I don't really know how to code. I am trying to learn what I can but need help with making withdrawals and transfers from my smart contracts and honesly I'm just in over my head. Do you have any suggestions on the quickest method to learn to make api calls.? I would be grateful for any feedback. Thanks so much for your brilliant work. I hope to hear back from you.

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Hey Brittney. You can post on our CodeCrew forum (codecrew.codewithchris.com) so our staff can assist you better. Thank you! - Pat

  • @Moaaz-SWE
    @Moaaz-SWE 3 ปีที่แล้ว

    google translation api... it seems it's not listed in the video here but i'm looking forward to use it very soon

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว +1

      Thanks for dropping by! :-) -Arthur

  • @TKLouie-ii2xh
    @TKLouie-ii2xh 4 ปีที่แล้ว

    I have a need to use firebase data via API (google API to get JSON)

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, you can check out part 1 of our firebase toturial for that th-cam.com/video/P1cNScXGlVI/w-d-xo.html. there will be some changes on setting up firebase as but the idea should be the same
      - Francis

  • @woo7374
    @woo7374 3 ปีที่แล้ว

    sensor tower and appannie is what i'm looking for~

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Awesome, thanks for chiming in! -Arthur

  • @legaltalksindia
    @legaltalksindia 2 ปีที่แล้ว

    I want to work with secured signing api for remote online notarization website
    Please tell how I can integrate secured signing with my website?

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Hello, kindly post your question on our CodeCrew forum so that our tech support staff there can assist you. Go here: codecrew.codewithchris.com. Thanks for learning with us! -Arthur

  • @divinepumah2581
    @divinepumah2581 3 ปีที่แล้ว

    I am trying to use the api-football api to get live scores on my website.I am not sure of the results I'll get. Anyone familiar with this API?

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      "Hello, I suggest checking if the API has documentation so you know what parameters to send and what the results/information to expect when getting results from the API
      - Francis"

  • @slipgripcarmounts8866
    @slipgripcarmounts8866 ปีที่แล้ว

    Hello Chris, i know this is like a year later, but i am learning, i know you asked which API that we are interested in seeing you show how to connect, anyways, i need to connect to REST API Shift4Shop, to retrieve my orders, trying to create an app that will monitor my orders. i think i learned enough from your videos, the issue is the jsonObject format is a little confusing of what i need to put in it. so any help would be greatly appreciated. i can send you a link for the api documentation or the project i am working n so far. maybe i am asking too much

    • @CodeWithChris
      @CodeWithChris  ปีที่แล้ว

      Hi, you can post your concern on our CodeCrew forum. Link is codecrew.codewithchris.com. We'll have our tech support staff help you out. - Pat

  • @chuckroth3195
    @chuckroth3195 ปีที่แล้ว

    I'm working with the Zora API to build an app that displays an NFT gallery!

    • @CodeWithChris
      @CodeWithChris  ปีที่แล้ว

      That's great! Good luck! - Pat

  • @VUJXNU
    @VUJXNU 3 ปีที่แล้ว

    How would you go about protecting api keys from reverse engineering?

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว +1

      "Hello, i guess it would be safe to hide your API keys inside some sort of encrypted file instead that only you know how to read and immediately convert and use on yourr app
      - Francis"

  • @saadtalks2264
    @saadtalks2264 ปีที่แล้ว

    Hey can you work with TFL api

  • @gevorgnikoghosyan7252
    @gevorgnikoghosyan7252 4 ปีที่แล้ว +1

    lets make struct based on a veeery complicated json :)) and with types like Date for example :))

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, maybe some api pulls can be quite tricky specially from social media, try it out :). but hey ready json is quite easy not because of all the tools like SwiftyJSON
      codewithchris.com/swiftyjson/
      - Francis

  • @eddymaaya
    @eddymaaya 2 ปีที่แล้ว

    Hey Chris - Guru API

  • @sergioqcostas
    @sergioqcostas ปีที่แล้ว

    What about putting an authorization heater?

    • @CodeWithChris
      @CodeWithChris  ปีที่แล้ว

      Hi Sergio. We suggest posting on our CodeCrew forum and have our tech support staff assist you. Here's the link codecrew.codewithchris.com - Pat

  • @winnieliu6542
    @winnieliu6542 4 ปีที่แล้ว

    Can you try TripAdvisor API cause I'm trying to make an app with it.

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      We implemented a new voting system to publish tutorials that are requested, please add your here: codecrew.codewithchris.com/c/requests/
      @AdrienVillez

  • @taha9971
    @taha9971 2 ปีที่แล้ว

    Hi there, You have many REST API videos, Any video about sending wordpress posts to external REST API ? Any information , Pls let me know THANKS

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Hello, best to post this question in our CodeCrew forum so that our technical support staff can assist you. Go here: codecrew.codewithchris.com. Thanks for learning with us! -Arthur

  • @nurhanchakir380
    @nurhanchakir380 4 ปีที่แล้ว

    Good bro , can you get API express Carding for this method ?

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว +1

      Hello, it would be best to check the documention on how to use an API (depends on who provided it) , you might also need to add it on your project by using cocoapods
      - Francis

    • @nurhanchakir380
      @nurhanchakir380 4 ปีที่แล้ว

      @@CodeWithChris Thanks brother for your answer
      I mean, I would like to extract an api for a site that adds donate and work me in my server with it and is it possible because I am very interested in this topic only to check BIN CODE < live
      Please answer...

  • @arielleking6316
    @arielleking6316 5 หลายเดือนก่อน

    I'm attempting to use and API for Web of science

  • @stephenkitchen6182
    @stephenkitchen6182 2 ปีที่แล้ว

    I have a Shopify site I want to market, How can I run API to market my site?

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Hello, best to post your question in our CodeCrew forum so that our tech support staff can assist you. Go here: codecrew.codewithchris.com. Thank you! -Arthur

  • @Alexander-mg4pr
    @Alexander-mg4pr 2 ปีที่แล้ว

    Does this work with SwiftUI

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว +1

      Hello, kindly post your question in our CodeCrew forum to receive guidance. Go here: codecrew.codewithchris.com. Thank you! -Arthur

  • @anthonyguerrera191
    @anthonyguerrera191 4 ปีที่แล้ว +1

    What would you do if the API you are using doesn't require a specific body type? In other words, how would you present the data if there is no body to turn into a JSON in the first place? I'm trying to use the NBA statistics API, rapidapi.com/api-sports/api/api-nba?endpoint=5bb7706be4b02d6cfa6a812a.
    How do I create a JSON with what I'm given?
    Thanks for the support.

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, i suggest looking att SwiftyJSON so you can easily work with JSON data, we have a nifty tutorial for it codewithchris.com/swiftyjson/
      - Francis

  • @meloimagpantay7904
    @meloimagpantay7904 3 ปีที่แล้ว

    I want to use Exposure Notification API but it says that I need to be whitelisted

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      "Hello, you might need to check the API documentation or support for that
      - Francis"

  • @alejandrocastro8424
    @alejandrocastro8424 3 ปีที่แล้ว

    acuity api for appointments, I need authentication help, please

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      "Hello, sorry we dont have specific api samples, maybe you can check out our alamofire article it can help with connection and authentication, you might also need to check the documentation of the api you are using
      codewithchris.com/alamofire/
      - Francis"

  • @Stephen-lm3cg
    @Stephen-lm3cg 4 ปีที่แล้ว

    What API’s are the best for deep learning chat bots

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, i suggest using github's search feature to be able to see all the available public chat apis
      something like this github.com/search?q=deep+learning+chat
      - Francis

    • @Stephen-lm3cg
      @Stephen-lm3cg 4 ปีที่แล้ว

      Thank you!!

  • @katpiss695
    @katpiss695 2 ปีที่แล้ว

    I am trying to make a script that makes an api request to remove.bg api

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Hello, our tech support staff might be able to help you. Post your question here: codecrew.codewithchris.com. Thank you! -Arthur

  • @sbedi5702
    @sbedi5702 3 ปีที่แล้ว

    A WordsAPI tutorial!

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Thanks for dropping by! :-) -Arthur

  • @ettaobi8093
    @ettaobi8093 2 ปีที่แล้ว

    can u make a video on The MBTA API like a complete walkthrough from scratch please

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Hello, can you post your suggestion here: app.productstash.io/codewithchris#/ideas -Arthur

  • @jordanshefman5606
    @jordanshefman5606 3 ปีที่แล้ว

    Can you do a tutorial with the basketball reference API

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Thanks for your suggestion, Jordan! Can you kindly post it here? app.productstash.io/codewithchris#/ideas Thanks! -Arthur

  • @dineshpal968
    @dineshpal968 4 ปีที่แล้ว

    Hii,
    Could you please make tutorial on scorm cloud API...

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Thanks for the suggestion! You can add your tutorial requests here: cwc.to/request
      - Kat

  • @AtesotFlavor
    @AtesotFlavor 2 ปีที่แล้ว

    I wish that you would cover displaying JSON data.

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว +1

      Thanks for your insight! -Arthur