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

Поділитися
Вставка
  • Опубліковано 30 вер 2024

КОМЕНТАРІ • 415

  • @CodeWithChris
    @CodeWithChris  4 місяці тому

    👋 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

  • @DillonTeakell
    @DillonTeakell Місяць тому +1

    I would love to learn how to use the Spotify API and some of Apple's native frameworks! Thank you for the video, Chris!

  • @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.

  • @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

  • @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

  • @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

  • @WeAreDigitalNatives
    @WeAreDigitalNatives 4 роки тому +2

    UA-cam Vimeo Facebook live

  • @updatewithfilmon
    @updatewithfilmon 4 роки тому +1

    can you make a video on how to use WordsAPI in RapidAPI

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      Hello, you can send us your requests here: codecrew.codewithchris.com/c/requests/38
      - Kat

  • @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?

  • @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!

  • @mrglwatson
    @mrglwatson 4 роки тому +1

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

    • @CodeWithChris
      @CodeWithChris  4 роки тому +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

  • @klipo25
    @klipo25 4 роки тому +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 4 роки тому

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

    • @CodeWithChris
      @CodeWithChris  4 роки тому

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

  • @DavidShaw-dc4re
    @DavidShaw-dc4re Рік тому

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

  • @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

  • @failed_physicist
    @failed_physicist 2 роки тому +2

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

  • @thejeremytillis
    @thejeremytillis 4 роки тому +2

    Livestream API & Instagram 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

  • @GregFigenser
    @GregFigenser Рік тому

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

  • @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

  • @denglishiu
    @denglishiu Рік тому

    I have a database in Airtable I'd like my app to communicate with.

  • @jesseyates4473
    @jesseyates4473 3 роки тому +1

    Can you do a video on web scraping API like for Xcode?
    Not many UA-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

  • @GregFigenser
    @GregFigenser Рік тому

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

  • @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

  • @arielleking6316
    @arielleking6316 7 місяців тому

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

  • @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

  • @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

  • @vitodanelli
    @vitodanelli Рік тому

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

  • @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

  • @junhuing3507
    @junhuing3507 4 роки тому +1

    mapbox API please. tq

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      Thanks for the suggestion! I added it to our list! :)
      - Kat

  • @joelleguier6533
    @joelleguier6533 4 роки тому +2

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

    • @CodeWithChris
      @CodeWithChris  4 роки тому

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

  • @animekingdom6919
    @animekingdom6919 4 роки тому +1

    Can you give us tutorial about google books API and google image API in flutter

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      We created a Voting system for Tutorial Requests: codecrew.codewithchris.com/c/requests/
      Create yours, make your vote count!
      @AdrienVillez

  • @craigcurphey5175
    @craigcurphey5175 4 роки тому

    Chris - SquarePointOfSaleSDK this will allow coders to have a way to get things paid for without needing to be pci compliant

    • @CodeWithChris
      @CodeWithChris  4 роки тому +1

      Hello, you might need to own a square point of sale account/system for this as it seems to be only an add-on feature if you want to extend the curent system that they have. but yes this is a sample on an API
      - Francis

  • @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

  • @nihalchaudhary1090
    @nihalchaudhary1090 4 роки тому +1

    Google Map API please
    :)

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      Thanks for the suggestion! It's on our list. :)
      - Kat

  • @raghavakalva5134
    @raghavakalva5134 4 роки тому +1

    Giphy api please do .I am unable to display .gif image's

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      Cool! You can send us your requests here: cwc.to/request
      - Kat

  • @deviner00
    @deviner00 4 роки тому +1

    Hi Chris Vimeo please.

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      Thanks for suggesting! You can send us your requests here: cwc.to/request
      - Kat

  • @notbad4907
    @notbad4907 4 роки тому +2

    Can I get a heart please?

  • @santhoshthestark4691
    @santhoshthestark4691 Рік тому

    DALL-E API for image generation

  • @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

  • @chongongprecious7162
    @chongongprecious7162 2 роки тому

    Live odds ,score , Fixture API

  • @chemicallyexplosive2902
    @chemicallyexplosive2902 4 роки тому +2

    What is API?

  • @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

  • @saadtalks2264
    @saadtalks2264 Рік тому

    Hey can you work with TFL api

  • @rohanaggarwal8718
    @rohanaggarwal8718 4 роки тому +1

    Gmail API and Maps, would be sick!!!

    • @CodeWithChris
      @CodeWithChris  4 роки тому

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

  • @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

  • @patrickudeh5869
    @patrickudeh5869 3 роки тому

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

  • @slipgripcarmounts8866
    @slipgripcarmounts8866 2 роки тому

    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  2 роки тому

      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

  • @raepona8332
    @raepona8332 4 роки тому +1

    stock market/brokerage

  • @situtv
    @situtv 2 роки тому +1

    would love see ios Api

    • @CodeWithChris
      @CodeWithChris  2 роки тому

      What API would you like to see? Come and check what other students want to see here: app.productstash.io/codewithchris#/ideas
      @AdrienVillez

  • @waseemmuneer7639
    @waseemmuneer7639 4 роки тому +1

    Replika API pleeease

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      Thanks for the suggestion! You can also add your suggestions here cwc.to/request
      - Kat

  • @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

  • @chuckroth3195
    @chuckroth3195 2 роки тому

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

  • @PHOENIX2001
    @PHOENIX2001 4 роки тому +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  4 роки тому

      You can add your tutorial request here: cwc.to/request
      - 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

  • @vhaidamus
    @vhaidamus 4 роки тому +1

    Internet Game Database (IGDB) API please!

  • @joshipramath
    @joshipramath 4 роки тому +1

    Plumber API please

    • @CodeWithChris
      @CodeWithChris  4 роки тому +1

      Awesome, send us your tutorial requests here cwc.to/request
      - Kat

  • @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

  • @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 ..

  • @spamozoid
    @spamozoid 4 роки тому +1

    Swagger/OpenAPI

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      Thanks for the suggestion! You can also add this here: cwc.to/request
      - Kat

  • @NathanGreene23
    @NathanGreene23 4 роки тому +1

    Screen time API ??

  • @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"

  • @bjorngonzalez2268
    @bjorngonzalez2268 4 роки тому +1

    Champions league API (RapidApi)

  • @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"

  • @abhirup2003
    @abhirup2003 3 роки тому

    Google Jobs has a new API thaf uses its new AI and not much usage videos out there. I would really appreciate a demo.

    • @CodeWithChris
      @CodeWithChris  3 роки тому

      We'll see what we can do, thanks! :-) -Arthur

  • @AtesotFlavor
    @AtesotFlavor 2 роки тому

    I wish that you would cover displaying JSON data.

  • @russ_fx
    @russ_fx 4 роки тому +1

    TomTom API video would be great?

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      We have a new suggestion and voting system for tutorial request, that way: codecrew.codewithchris.com/c/requests/
      @AdrienVillez

  • @iOSBySAI
    @iOSBySAI 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"

  • @abdulbasitshaghasi1273
    @abdulbasitshaghasi1273 4 роки тому

    a recipe REST API .... puppy or edamam API... thanks

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      Thanks for your suggestion! We'll take note. :-) -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

  • @gregwhipkey
    @gregwhipkey 4 роки тому +1

    Hi Chris! I'm working with Swagger UI

  • @davidnwudo8854
    @davidnwudo8854 Рік тому

    Please work with events api

  • @authenticexpressions2559
    @authenticexpressions2559 4 роки тому +1

    printful api thx

  • @geraldnjakai5471
    @geraldnjakai5471 2 роки тому

    Hey mate please do one with Whatsapp api .A project I am doing is crucial for whatsapp data parsing.

    • @CodeWithChris
      @CodeWithChris  2 роки тому

      Hi Gerald! You may post your tutorial recommendations here: app.productstash.io/codewithchris#/ideas :) - Pat

  • @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

  • @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
      ua-cam.com/video/mJwmGpdZQAg/v-deo.html
      - Francis

  • @jeremr-n2938
    @jeremr-n2938 4 роки тому +1

    weather app attempt

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      That's awesome, send us your tutorial requests here cwc.to/request
      - Kat

  • @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

  •  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"

  • @qcheque4799
    @qcheque4799 4 роки тому +1

    APIs to send and receive payments

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      Thanks for the suggestion! That's on our list. :)
      - Kat

  • @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

  • @HealyMealy
    @HealyMealy 8 місяців тому

    Food Data Central API

  • @valeriiazakharova4886
    @valeriiazakharova4886 4 роки тому +1

    Reddit api

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      Thanks for the suggestion! It's included in our list. :)
      - Kat

  • @paymentpassport5850
    @paymentpassport5850 3 роки тому

    make a videos on manipulate Mercury API

  • @3monsterbeast
    @3monsterbeast 4 роки тому +1

    I want to use Plaid and Google Translate!

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      Cool!! Thanks for these suggestions.
      - Kat

  • @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

  • @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"

  • @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"

  • @Joel_bjornfors
    @Joel_bjornfors 2 роки тому

    Google shopping / merchant center
    Google Ads

  • @rohitoznikam3735
    @rohitoznikam3735 4 роки тому +1

    REST API , pretty please!

  • @OneFanHere
    @OneFanHere 3 роки тому

    Are there any other ways to work with APIs other than URL Requests?

    • @CodeWithChris
      @CodeWithChris  3 роки тому

      "Hello, most the the time its via URL request.. however some API may provide framworks like pods or something to make it easier.. you can also use swiftyjson + alamofire cocoapod to make it easier to handle url request.. check out our article about it codewithchris.com/swiftyjson/
      - Francis"

  • @idankestenbom630
    @idankestenbom630 3 роки тому

    Can You please make a video about spoonacular API

    • @CodeWithChris
      @CodeWithChris  3 роки тому

      Thanks for your suggestion! :-) -Arthur

  • @sumav1743
    @sumav1743 7 місяців тому

    API of text summery

  • @dr.craigcurphey4829
    @dr.craigcurphey4829 4 роки тому

    how about SquarePointOfSaleSDK

    • @CodeWithChris
      @CodeWithChris  4 роки тому

      Hello, you might need to own a square point of sale account/system for this as it seems to be only an add-on feature if you want to extend the curent system that they have. but yes this is a sample on an API
      - Francis

  • @Computingconcepts1
    @Computingconcepts1 2 роки тому

    Sir please explain how to link api with covid tracker!

    • @CodeWithChris
      @CodeWithChris  2 роки тому

      Hi! Kindly post your question in our CodeCrew forum so that our tech support staff can help you. Go here: codecrew.codewithchris.com. Thanks again! -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

  • @muradanowar2618
    @muradanowar2618 4 роки тому +1

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

  • @ifeeey1
    @ifeeey1 3 роки тому

    Pixabay API. how to get it to return pictures on an app

    • @CodeWithChris
      @CodeWithChris  3 роки тому

      "Hello, i suggest working with both alamofire and SwiftyJSON,, check out this sample article codewithchris.com/swiftyjson/
      - Francis"

  • @v0lky1
    @v0lky1 3 роки тому

    Microsoft Dynamics API. :(

  • @reysantonacua8621
    @reysantonacua8621 4 роки тому +1

    coin-Pro API

  • @romualdomariano1457
    @romualdomariano1457 3 роки тому

    API for payment method like PayPal.