How To Call An API in C# - Examples, Best Practices, Memory Management, and Pitfalls

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

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

  • @craigmcloughlin9361
    @craigmcloughlin9361 3 года назад +20

    Still churning out new videos and immediately responding to comments from 3-year old videos :-) You're a credit to the community! Thanks for the videos and keep up the good work.

  • @nogo1880
    @nogo1880 3 года назад +9

    I have watched a few videos about calling API's. And I originally skipped this one because of the length, and I was so anxious to get started. After taking the time to watch it, I regret skipping over it. This video was so informative, and Tim really has a way of explaining everything very thoroughly. I am now a fan, and will be watching as many of your videos as possible. Thank you for taking the time to create these videos.

  • @milanstraka4194
    @milanstraka4194 6 лет назад +3

    Great video, one of the best on RUclips when it comes to C#

  • @beerguy1320
    @beerguy1320 2 года назад +2

    As a newbie to coding in general i appreciate the advice on the comic model. Just specifying the properties you need is golden nuggets. I’m always like ‘give me all the things magical internet box’ and I’ll figure out what I need, whilst my program grinds to a halt. Thank you Tim Corey for knowing what I need before I do.

    • @IAmTimCorey
      @IAmTimCorey  2 года назад

      I am glad it was so helpful.

  • @hachadwick
    @hachadwick 3 года назад +5

    I wish I could "like" this video more than once. You are a great teacher.

    • @IAmTimCorey
      @IAmTimCorey  3 года назад +2

      Thank you!

    • @hachadwick
      @hachadwick 3 года назад

      @@IAmTimCorey Do you have and videos on WINUI?

  • @RickGtr271
    @RickGtr271 5 лет назад +2

    Luckily I found this video. You're the only one who can describe these techniques in an organized way. I just subscribed to your channel too.

  • @Dame4Lyf3
    @Dame4Lyf3 6 лет назад +1

    I've been confused about API and integrating with C#, watched various videos about this subject and was still lost, your explanation has made it more clear. Thanks for your tutorials - looking forward to the continued courses.

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад

      I am so glad I was able to clear up the confusion for you.

  • @chellyengert234
    @chellyengert234 6 лет назад +5

    I just started my first ever api project at work. This video really saved me. Very clear. Tremendously helpful.

  • @shubhamsahrawat903
    @shubhamsahrawat903 4 года назад +2

    Thank you, Tim for pouring down all the information ( as much as you could ) from your heart and not holding anything back!!!!
    I'm feeling lucky to got stumbled upon this video amongst plethora of content out there!!!! Looking forward to learn new things about programming/coding/web development!! THANK YOU SIR!

    • @IAmTimCorey
      @IAmTimCorey  4 года назад

      You are most welcome. Thanks for watching.

  • @RalfsBalodis
    @RalfsBalodis 4 года назад +10

    0:00 - Intro
    1:00 - Demo application walk-through
    4:09 - Setting up API calling: WebApi.Client and Newtonsoft.json NuGet references
    6:02 - Setting up API calling: HttpClient
    13:48 - Setting up API calling: API calls
    19:14 - Setting up API calling: Reading and working with json data
    28:18 - Loading image in WPF (form a website)
    35:29 - Adding events in WPF application: wiring up action buttons
    39:40 - Note on information Cashing
    42:55 - Sunrise-sunset API: Nested json objects, API calls, WPF events, displaying information
    51:56 - Loading other WPF forms from MainWindow
    53:38 - Summary and concluding remarks

    • @IAmTimCorey
      @IAmTimCorey  4 года назад +2

      Thanks again. You are helping the entire community with these. Much appreciated

    • @steveemanuel1167
      @steveemanuel1167 3 года назад

      J

  • @romedov882
    @romedov882 4 года назад +1

    I wondered how to connect to a web API for a long time. I sought out for the resolution for a long time and I couldn't understand anything until I've watched this video. Thank you a lot, sir.

  • @alilubab207
    @alilubab207 2 года назад +3

    That's an amazing and hard to find sort of tutorial on youtube, thank you!

  • @EliminateMundane
    @EliminateMundane 4 года назад +2

    I am probably a crappy starting up programmer who rarely subscribes to channels and rarely ever likes videos. For you I make an exception, this video was super helpful and this kind of content is rarely ever free. Thank you and God Bless the beard.

  • @RAM-ff8dy
    @RAM-ff8dy 6 лет назад +6

    Great Video Tim, I always wait for your new videos, can you make a video on Serialization and Deserialization, Thanks

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад +2

      I'll upgrade the priority of that on my suggestion list.

  • @alexanderrupp1209
    @alexanderrupp1209 2 года назад

    I don’t really comment often but I just want to say thank you so much. You have been a really big help on a side project I’m working on and you explained everything so well!

  • @patrickbacon8492
    @patrickbacon8492 2 года назад +1

    Thank you! I really appreciate how you have given back to the c# community.

  • @CRBarchager
    @CRBarchager 5 лет назад +1

    I just got an assignment for a job where I had to do exactly this and it helped me alot. Thank you!

  • @madhusaivemulamada3556
    @madhusaivemulamada3556 3 года назад +2

    Thanks Tim, these concepts helped me in an interview

  • @IamCagedAnimal
    @IamCagedAnimal 4 года назад +1

    Great tutorial as usual from you Tim, gj! Keep it coming..

  • @florianrager9631
    @florianrager9631 6 лет назад

    Thank you for this video, it cleared a lot of confusing stuff about using API's up for me.
    Keep up the good work!!
    Greetings from Austria

  • @filipzeman9523
    @filipzeman9523 4 года назад

    Did this in generics because of knowledge from your other video about generics. Thank you, always happy to take a challenge when you suggest something extra.

  • @BungieFrog
    @BungieFrog 5 лет назад

    Tim, Great tutorial. I would recommend anyone watching this to watch it all the way through. This really simplified everything I seen online. Too many people were making this really complicated but you solved that. I was originally looking for a tutorial on just getting and using data from a REST Api, after that was going to review getting images from that Api and displaying them in the app and then cycling from page to page. Tim I would recommend a different title on this video though which is why I went down the rabbit trail looking at other videos first. "C# WPF XAML REST API Tutorial - Examples, Best Practices, Memory Management, and Pitfalls" Though I have been programming for 20 years I am new to C# and I know ASP.NET uses C# and there is a difference between WPF XAML and Forms - hence my I suggest adding in those other 2 to the title. I subscribed and look forward to lots more videos.

    • @IAmTimCorey
      @IAmTimCorey  5 лет назад

      I am glad you enjoyed the video.

  • @Musa1978K
    @Musa1978K 4 года назад

    thank you very much Tim you are helping people a lot
    with your amazingly explained tutorials!

  • @RaterisimoCBA
    @RaterisimoCBA 2 года назад +1

    Thank you Tim once again for great content ! Super helpful, now I just need to practice making calls to other APIs so that it sticks. :)

  • @gordonruthven7656
    @gordonruthven7656 2 года назад +3

    Firstly, i would like to say thank you for everything you are doing on here. you are a legend.
    Secondly, can you explain why you have chosen xaml over windows form, could the same outcome be achieved in both?

    • @IAmTimCorey
      @IAmTimCorey  2 года назад +2

      The same can be achieved with WinForms, yes. WPF is a more modern UI platform, which is why I default to it.

  • @Bidombamb
    @Bidombamb 4 месяца назад

    ohhh thank you soo much! i made a weather program with a console app. it did run succsessfully, but i didn't understand how the properties worked. this video helped me understand it! :)

    • @IAmTimCorey
      @IAmTimCorey  4 месяца назад

      I am glad it was helpful.

  • @vinuhosanagar1
    @vinuhosanagar1 6 лет назад +3

    Thank you Sir. Can you please do a video on serialization and deserialization in C# may be considering a wpf datagrid serialized into XML. I found
    many examples, but when you explain it will be complete for sure

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад +2

      It is on the suggestion list.

  • @alvaromateus282
    @alvaromateus282 6 лет назад

    Tim, I need to tankyou, your classes are great, you have one of the bests teaching aproach I've ever seen. Keep this way, you are helping a lot of people. Tanks again, god bless!!

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад

      I am glad you are enjoying the videos.

  • @gareth6326
    @gareth6326 2 года назад +1

    Thanks for the video.
    The sunrise-sunset security certificate expired 7 days ago. I have dropped the s from htpps and everything works.

  • @annmershawn1102
    @annmershawn1102 5 лет назад

    Thank you Tim. This was very informative and helped a lot.

  • @Antho333332
    @Antho333332 6 лет назад +1

    Huge thanks man, was a bit disappointed you didn't explained how to caching and authenticate using OAuth2

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад

      Trying to cover authentication is tough because everyone does it differently. Usually the API documents how to do that. As for caching, I'll be covering that in a future video.

  • @LGviews
    @LGviews 5 лет назад +3

    Since i got stuck with this problem, it might be helpful to other beginners : if you are using an API that requests a simple token identification, pass the token as a header, not in the uri, as such:
    APIClient.DefaultRequestHeaders.Add("Authorization", "YourTokenHere");

    • @IAmTimCorey
      @IAmTimCorey  5 лет назад +1

      Correct. We actually just covered this today in the TimCo Retail Manager course video.

    • @LGviews
      @LGviews 5 лет назад

      @@IAmTimCorey yop, just watched it! a few hours too late for me :D

    • @bobi9749
      @bobi9749 5 лет назад

      whats with refresh token?

  • @markovvoz8849
    @markovvoz8849 6 лет назад +1

    Omg just what i needed. Love you

  • @santiagopiaggio2099
    @santiagopiaggio2099 4 года назад +2

    Hey tim, are you planning on doing a video about hosting a mock of an api with predetermined responses?
    If not, do you have any video / guide you might recommend?

    • @IAmTimCorey
      @IAmTimCorey  4 года назад +3

      It isn't on the schedule but I can add it to the suggestion list. I don't have any current recommendations on that topic.

  • @LuigiZambetti
    @LuigiZambetti 6 лет назад +1

    Hi tim, another question: what do you think of the term "Full Stack Developer"? Do you consider yourself more "back-end" oriented, "front-end" oriented, or both?

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад +1

      I'm definitely a full stack developer. I can (and do) create user interfaces and I can/do create data access as well as everything in between. As far as what I feel about the term, I think it is fairly descriptive. Sure, usually people can do both but it is very common to specialize in one side or the other. The larger your company/team is, the more likely it is that you will specialize in one area. You get really good in that area and you may even let your other skills fade a bit (or you just don't keep up with the newest changes).

  • @artursz1993
    @artursz1993 4 года назад

    Thank you!
    I was just making similar things in my project, trying to figure out the best practices. GET is cool, but I also need to POST things and I guess I have found them with title: Posting Sales Data to an API - A TimCo Retail Manager Video.
    Also looking forward watching all the Role management videos, cause I also implemented the default web api authorization using /Token. So far I was just doing manual service calls with Postman, to make users, roles, and adding roles to users :D

    • @IAmTimCorey
      @IAmTimCorey  4 года назад

      I'm glad you are finding the resources you need to accomplish your mission.

  • @jakers918
    @jakers918 4 года назад +2

    Would you happen to have a tutorial like this, but from the beginning, such as creating the boxes with "previous" "sun information" "next" etc?

    • @IAmTimCorey
      @IAmTimCorey  4 года назад +2

      This playlist should help: ruclips.net/p/PLLWMQd6PeGY3QEHCmCWaUKNhmFFdIDxE8

  • @sneezingfox955
    @sneezingfox955 6 лет назад +3

    can u make video how to parallel use api or post/get requests
    imagine i need to registrate accounts but nor one by one
    how to registrate accounts for example in 10 tasks each of them have different proxy, coockie and exc.
    or can you give link with any example of it
    ty for ur staff

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад

      I'll put that on the list for a follow-up video. In the meantime, you could probably do a parallel.foreach like I demonstrated in my Advanced Async video.

  • @shadowthehedgehog2727
    @shadowthehedgehog2727 4 года назад

    Thank you so much! This video was fun to watch :)

  • @onyebuchiboss
    @onyebuchiboss 6 лет назад

    Been waiting for this, Like forever.

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад

      Well, I'm glad it finally came for you.

  • @ragtop63
    @ragtop63 5 лет назад +4

    Good video.
    I don't know why they have to make these packages so complicated. I'm trying to build a simple API client that sends a JSON payload with custom HTTP headers used for authentication and expects a JSON response on success or failure. It doesn't need to be asynchronous because I don't want the application doing anything else while the call is out or until the call times out. The JSON is being handled with Newtonsoft's Json.net. It just seems very difficult to find human readable documentation about system.net.http that shows how to do such a thing.

    • @IAmTimCorey
      @IAmTimCorey  5 лет назад +2

      I think part of it is that you are expecting to do something that isn't simple. That list of requirements entails quite a few things. Dropping async isn't really possible/necessary since the web is, by default, asynchronous. This video shows you how to connect easily to an API and get the data you need.

    • @ragtop63
      @ragtop63 5 лет назад +1

      @@IAmTimCorey Interestingly enough, after posting this comment I decided to try and decipher Microsoft's official docs on HttpClient and was able to get the skeleton functions up and running. It actually wasn't that difficult once I used my secret decoder ring to translate MS speak to plain English. Plus, I planned out exactly what my app was going to do before I wrote a single line of code, as you mentioned in one of your videos, so I knew which functions fit my requirements after a little bit of reading.
      BTW, I know your courses were made a while back but your videos have been instrumental in helping me get this app up and running. I'm a photographer, not a software developer so this has been one HUGE learning experience in the month since I started learning C#. Thanks for putting all these videos out there. I'm definitely considering purchasing your course, to say thank you.

    • @programmingwithmark6352
      @programmingwithmark6352 5 лет назад

      Agreed, .NET's existing libraries are verbose and the documentation is hard to digest.
      From my personal l can highly recommend any of these free, open-source NuGet packages. These are all well maintained & make for a much better developer experience:
      1. ServiceStack.Text( 1k GitHub stars, 7m Nuget downloads) - fast light and resilient.
      2. RestSharp (6k GitHub stars, 23m Nuget Downloads) - Simple REST and HTTP API Client
      3. Flurl (1.7k GitHub stars, 3m Nuget Downloads) - a fluent, portable, testable HTTP client library

  • @db0455
    @db0455 6 лет назад

    Thanks Tim,have a nice day!

  • @JackiePrime
    @JackiePrime 6 лет назад +2

    We love you tim Corey

  • @aileenmasonwestphal8713
    @aileenmasonwestphal8713 3 года назад

    Hi Tim! In your video you mention building a generic Api data processor. Have you made or are you planning on making a course on that subject? ...and thank you for your videos!!

  • @tomlee7073
    @tomlee7073 4 года назад

    Yet another one of your videos that addresses something I am working on, your channel is great man thank you so much!
    I've seen a lot of conflicting information about HttpClient and using 1 instance of it for the life time of the app just because it implements IDisposable. I completely understand that using one instance of HttpClient in a console, windows forms, wpf, etc is fine, but what about in web mvc projects. Isnt it slightly different because if you have a static var holding the instance of HttpClient isnt that shared across everyone using your web app/site, also what is the best way to hold that once instance var for mvc?
    I should point out that the reason why I found your video is because I have a web app that Im building that uses a few different apis, and Im wondering how to use HttpClient instances that are kept for the lifetime of the app when Im using mvc5 and if that really is the best practice for each of the external api's Im using as each one would need a separate HttpClient as the base url address would be different

    • @IAmTimCorey
      @IAmTimCorey  4 года назад +1

      So they've made the HttpClient a lot better in .NET Core. Check out this video on it: ruclips.net/video/cwgck1k0YKU/видео.html
      Basically, you use the HttpClientFactory to create clients for you (or recycle them - it doesn't matter to you which it chooses to use). That way they are safely created and disposed without overloading the system or exhausting the ports.

  • @russellhires7693
    @russellhires7693 2 года назад +1

    Hi Tim - what made you want to use a static method for the instantiation of the ApiHelper.ApiClient instead of via constructor? What I typically do is create a customized httpClient in a class that inherits from HttpClient. This way I can use DI to bring it in. Any thoughts on this?

  • @franciscoj.escobar9451
    @franciscoj.escobar9451 4 года назад

    Love your classes, best wishes from Argentina AR

  • @miguellouisrivadenera6300
    @miguellouisrivadenera6300 3 года назад

    Hi Tim, does the values of LoadSunInformation update for each day? In addition does this tutorial include constantly updating information when the JSON or website file is update?

  • @krellon
    @krellon 6 лет назад

    Great video! I did think though that you were going to look at API calls through a wrapper. Ie, calling a library written in C from C#. Maybe a future subject 😉👍

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад

      Ah, I see. I'll add that to the suggestion list.

  • @RonSpwan11
    @RonSpwan11 5 лет назад +1

    Thank you so MUCH! This was awesome!

  • @fatimaajij428
    @fatimaajij428 4 года назад +1

    Excellent tutorial, now understood how it works, but was wondering if you requesting any files or PDF through API? what sort of properties would we use to display files instead of text?

    • @IAmTimCorey
      @IAmTimCorey  4 года назад +2

      I don't have any videos on that yet but in general, you need to use a file stream and a file picker on the UI.

    • @fatimaajij428
      @fatimaajij428 4 года назад +2

      @@IAmTimCorey yeah I used stream and memory stream with byte array and retrieved the document. 👍👍👍

  • @abpeti
    @abpeti 3 года назад +1

    Great video. One question: What if a json response from an api contains an array? How do you map that to properties?
    For example:
    "weather": [
    {
    "id": 804,
    "main": "Clouds",
    "description": "overcast clouds",
    "icon": "04n"
    }
    ]

    • @IAmTimCorey
      @IAmTimCorey  3 года назад +3

      In this specific example, you could have this property: public List Weather { get; set; }
      You can also paste the json into C# using the Paste Special option to see how the class structure would work.

  • @zakariabahbaz5348
    @zakariabahbaz5348 6 лет назад +2

    At 23:47 ReadAsAsync cannot be found, in fact, I can't find any extension methods. When I type in ReadAsAsync it says 'HttpContent' does not contain a defnition for ReadAsAsync. I've downloaded your code, and I can't find what I did wrong . EDIT: the mircosoft web api nuget package was not installed for some reason

  • @paulofernandoee
    @paulofernandoee 2 года назад

    As always, excellent video!

  • @tostgulen
    @tostgulen 3 года назад +1

    As always, a fantastic tutorial. Learned a lot. Thank you. Could you do a similar tutorial on how to query GraphQL with C#?

    • @IAmTimCorey
      @IAmTimCorey  3 года назад +2

      I will add it to the list. Thanks for the suggestion.

    • @justindupuis4089
      @justindupuis4089 3 года назад +1

      I second this hard, I've been jumping back and forth between which gql client library to use or whether to use a client library at all instead of the bare httpclient class.

  • @mayurithakor4158
    @mayurithakor4158 2 года назад +1

    Hello Sir,
    Thank you for sharing video. Its very helpful.

  • @majesticartist8761
    @majesticartist8761 3 года назад +1

    Hey man i like your tutorials mind making a video on how to make a full website with C sharp im staggered learning C sharp so i'm trying to expand my learning in C sharp i only have like 4.5 months of learning C sharp.I've already learned the beginneer and intermediate and advanced tutorials after i learned what the variables and data types do and everything else it seems i've hit a wall, mind helping me advance?

  • @danielcarmona7386
    @danielcarmona7386 3 года назад +2

    Hi Tim! Great video, I've been following you for a couple of months, is there any vid related with authentication? I'm creating my own app and i don't know yet what would be the best way to authenticate users.

    • @IAmTimCorey
      @IAmTimCorey  3 года назад +2

      Take your pick - ruclips.net/user/IAmTimCoreysearch?query=auth

    • @danielcarmona7386
      @danielcarmona7386 3 года назад

      @@IAmTimCorey awesome, thanks bro. Keep it up

  • @danail_iliev
    @danail_iliev 4 года назад +2

    Hi Tim, could you please briefly explain to me what's the difference between making the ApiHelper class static and then calling the InitializeClient() method vs. making a non-static class and registering it as Singleton service in the Startup.cs (as services.AddSingleton() ...) Thanks!

    • @IAmTimCorey
      @IAmTimCorey  4 года назад +1

      In this case, it was because we weren't using dependency injection (this is a .NET Framework project so it doesn't have DI built-in like ASP.NET Core projects do). If I had DI available and this were a "real" app, I would implement the class as a singleton, since it allows for constructors, interfaces, and more.

    • @danail_iliev
      @danail_iliev 4 года назад

      @@IAmTimCorey Thanks for the explaination! Love your work

  • @personalchaoyu8732
    @personalchaoyu8732 3 года назад

    Thanks for this wonderful video, i had to use 1.25 speed :D . I added a buffer to store existing calls results ,a spinner to show Ajax call in progress and a button to read out ALT text :D BTW, this Comics are kinda fun to read

  • @animeboy93
    @animeboy93 6 лет назад +1

    Do you also have a video on how to make proper post calls using this same style? I would like to know what the proper way of posting data to a service that would send it to a database. You don't exactly want sensitive data being visible on the web. It would also be nice to look at this in the way of registering a user and logging in since it's a real life and practical example.

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад +2

      I do not yet but it is coming. The key is that I have to pick one API for uploading. In this case, I will make my own but what I do in that won't be the same as what you do with other APIs. As for sensitive data, if you POST data and you are using HTTPS, you are protected (or at least 99.9% protected).

  • @jamesnaylor8492
    @jamesnaylor8492 4 года назад

    one question, been watching your SOLID videos and am wondering if the "newing up" of HttpClient and some other stuff in the ApiHelper class is considered as acceptable for some reason, or if you just did it to keep things simple for the video. Would you recommend using something like DIP here? or would it be overkill for this type of application, trying to get a bit of a sense of when and where to use the principles as I'm aware over use of them is a common thing, especially for those who have just recently understood how to use them and why. Thanks again for your videos btw 10/10 :)

    • @IAmTimCorey
      @IAmTimCorey  4 года назад

      Good questions. The HttpClient has always been a sticky issue since it was something that, if done wrong, could cause socket exhaustion. There have been some major improvements in .NET Core and now we can ask for a HttpClientFactory (from DI) and then use the clients as needed without worrying about socket exhaustion (the factory takes care of when to create new ones, etc.)

  • @misterwoody_
    @misterwoody_ 4 года назад

    Hi Tim. Thanks for all the great content. This may be one for the back burner or a separate resources video related to consuming rest APIs. There seem to be a wide variety of tutorial videos that relate to consuming a single endpoint, but not really anything that I've been able to find in terms of completing an "object graph". For example, if there's a theroetical API with a single product endpoint that can be retrieved via simple id key and that product has a number of related lookup id's for other related objects with separate endpoints - what would the options be in retrieving those or keeping them either cached or in memory to improve the efficiency of requests? Many thanks

    • @IAmTimCorey
      @IAmTimCorey  4 года назад +1

      Thanks, I had added it to my list

  • @gregboyer5724
    @gregboyer5724 2 года назад +1

    Hi, I am writing an application that will continuously run on a server to make a call to an API every hour. At what point should I enter the API key. Should this be done inside the InitializeClient void or will cause security issues having this open continuously?

  • @adnen.benali
    @adnen.benali 4 года назад +1

    Tim, can you please do a tutorial that covers this with authentication? at least a couple of major methods? I know you decided not to cover it, but it'll complement this video nicely.

    • @IAmTimCorey
      @IAmTimCorey  4 года назад +2

      Well, the TimCo Retail Manager series creates a WebAPI that it then calls from WPF with authentication and authorization. That is one example.

  • @joyfultrader
    @joyfultrader 5 лет назад

    Thank you so much. This was a very helpful video for me as I'm building out a new app that heavily utilizes JSON data. I recreated your lesson here using Xamarin and it all works quite well. However, my next big challenge is to consume JSON data which is stock price data and so my JSON has many rows that contain "high" "low" "open" "close" data. In your "Processor" class, could you demonstrate the code you would use to cycle through and deserialize that JSON into a Collection/List that can then still be accessed on the front end? There are a lot of example floating around out there, but I can't find "the one" that actually works. Any advice is appreciated.

    • @IAmTimCorey
      @IAmTimCorey  5 лет назад

      Not sure what you are looking to have demonstrated. If you have an array of objects coming back, just as for it as a List during deserialization and it will work.

  • @ianmckain5499
    @ianmckain5499 3 года назад

    Hi Tim. Great video, really helpful for someone coming from JS and React. Do you have a video on how to access nested objects in a JSON response?

    • @IAmTimCorey
      @IAmTimCorey  3 года назад

      Not specifically, although when you parse the JSON into an object, it can handle nested objects.

  • @nickc104
    @nickc104 6 лет назад +1

    Great video. how do you actually do caching??? you mentioned it was very easy to set up.

    • @ZoidbergForPresident
      @ZoidbergForPresident 6 лет назад

      save the picture on disk then retain the uri to that file when asking for an already loaded picture (with a dictionnary probably?).

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад

      Pretty much. I usually save the data to a small database (SQLite, MongoDB, etc.) and the images to disk in a temp folder. I also save the API call parameters or the entire call to the database too. When a call comes in for the exact same data, I go to my database instead. You just need to know how long to cache it for based upon the resource. For example, sunrise/sunset data doesn't change for the same exact data. I could keep that forever. Stock market data changes a LOT so I might only cache the data for 15 minutes (if it was an informational application) or not at all (if it was an investing application).

    • @ozkanb
      @ozkanb 6 лет назад

      So how do you know that you receive the exact same request? Will you check every request in DB first if it exists?

  • @shrujalambati3730
    @shrujalambati3730 2 года назад +5

    The ReadAsAsync() function is no longer available what is the fix for this?

    • @JasonManos-tn7vr
      @JasonManos-tn7vr Год назад

      I had the same problem. You need to reference the ...WebApi.Client NuGet

  • @IQISHIKI
    @IQISHIKI 4 месяца назад

    Amazing Guide, thank you man

  • @torbennielsen7642
    @torbennielsen7642 2 года назад

    Super Tim, thank you for a great video

  • @rbwheels
    @rbwheels 3 года назад

    This is another great tutorial. May I ask if you can do a tutorial about POST method on API in C# Best Practices, Memory Management and Pitfalls

    • @IAmTimCorey
      @IAmTimCorey  3 года назад +2

      Great suggestion! ... added to the list.

  • @HanselGraciadelBusto
    @HanselGraciadelBusto 3 года назад

    Great video Tim!

  • @thethomasproject
    @thethomasproject 4 года назад

    Question for you Tim, at the point of 19 mins ish, you talk about using the 'using' statement to clean things up. I totally understand that. If I didn't want to use this method, could I create the response variable and when I"m done, just perform at response.Dispose(); at the end to accomplish the same thing? Thanks!

    • @IAmTimCorey
      @IAmTimCorey  4 года назад +1

      Not quite. If you have an unhandled exception, the Dispose method would not be called.

  • @ender2999
    @ender2999 6 лет назад +1

    Hey, big fan! Do you have any videos on how to post to an API server? I'm able to get, but no matter what I do, I'm getting a 400 when I try to post. Not sure what's happening, and I've spent hours and hours debugging. Would love to see how you actually do it. Thanks!

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад +1

      I've got one on the short list for upcoming videos that will work with how to call a WebAPI from a client (including posting data).

  • @Nashmar
    @Nashmar 5 лет назад

    Hey Tim, nice channel :) . I have a question. I am a bit confused about lifecycle of HttpClient. I have checked many resources according to this topic, but they all seems to have different opinion on the topic.
    Should I create a new instance of HttpClient inside an using block every time while making specific request or should I make HttpClient instance to be reused in whole application aka make it singleton ?

    • @IAmTimCorey
      @IAmTimCorey  5 лет назад +1

      It is the recommendation from Microsoft to open the connection once and use it throughout the lifespan of your application: docs.microsoft.com/en-us/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client#create-and-initialize-httpclient

  • @Konoko_kun
    @Konoko_kun 3 года назад

    This is gonna be so useful! Thank you so much!
    But what if the data I want to retrieve is in XML format? How would I do that? Is there a tutorial you would recommand? Thank you in advance!

    • @IAmTimCorey
      @IAmTimCorey  3 года назад +1

      It almost never is (and can usually be changed to json even if they offer XML). However, if you needed to handle XML, you would need to use the XML parser to convert it into usable data.

  • @jone4428
    @jone4428 5 лет назад

    Hello Tim,
    I have the following question:
    In this video you have the controller that actually does the job.
    I saw however that on your TimCo retail series you have a controller that defines what should get post etc actually do..
    I tried to extend your video here to get data from another api without success. The notions are not so clear yet (and I haven't finished your timCo retail series videos on API).
    So in its documentation (the pi i want to use) says for example: the end point url is blabla ( no free advertising :P). If you want to get a random fact from the endpoint go for GET /facts/random. I build exactly the request as you did here, and I expected that a url blabla/facts/random would do the trick. It does nothing though ( SunInfo = null). What am I missing? Were am I mistaken?

    • @IAmTimCorey
      @IAmTimCorey  5 лет назад

      Try calling the API in Postman. Make sure it returns a value that you expect. Then make sure your model you are capturing it into is laid out correctly.

  • @emaus8344
    @emaus8344 3 года назад +1

    Hi Tim,
    have you got a tut where is shown how to get data from API when having Authorization with tokens?

    • @IAmTimCorey
      @IAmTimCorey  3 года назад +4

      Check out the TimCo Retail Manager series. Right now we are wiring a Blazor WebAssembly application to an API that has authentication with bearer tokens which include role authorizations. We also wired up a WPF project to the same API.

  • @sumanthsumanth3862
    @sumanthsumanth3862 3 года назад

    Thanks Corey Great work!

  • @Francisco-Gutierrez
    @Francisco-Gutierrez 5 лет назад

    Great video Tim.

  • @jonnyjazzz
    @jonnyjazzz 2 года назад

    Hi Tim. Is there a pattern available to handle APIs that work based off a Request/Response with Events? To be more clear: The API accepts a Request Type and a Request ID, and raises an event when the request is fulfilled, referencing the Request ID. My first take on this involved a lot of globals to manage state and flow and all sorts of code in the event handlers, and having not looked at it months, I'm lost as to where I was going with it.

  • @dchan5251
    @dchan5251 5 лет назад

    thank you fro the demo. Good Job !

  • @chrisspellman5952
    @chrisspellman5952 5 лет назад

    This video covered exactly what I've been trying to figure out. Every thing I got from SO was basically the same code snippet a million times and wasn't helpful.

    • @IAmTimCorey
      @IAmTimCorey  5 лет назад

      I'm glad the video was so helpful.

  • @filipzeman9523
    @filipzeman9523 3 года назад

    Hi, could not find an answer on the internet, so maybe you will help me. I heard that there is a new way of calling an API without NuGet packages. It already works without Newtonsoft but ReadAsAsync only exists in the NuGet package. If you know the answer, can you point me in the right direction?

    • @filipzeman9523
      @filipzeman9523 3 года назад +1

      Okay done. If somebody has the same question, I did it using System.Text.Json and this helped me: www.pmichaels.net/2020/02/22/my-object-wont-deserialise-using-system-text-json/

  • @sintektic1311
    @sintektic1311 4 года назад +1

    LOVE THIS GUY

  • @gilramirez4949
    @gilramirez4949 4 года назад

    Thanks again Tim! Will try that now.

    • @SHiroo0
      @SHiroo0 4 года назад

      Could you please share your "try", I think I have same problem as you :)
      "type": "champion",
      "format": "standAloneComplex",
      "version": "10.3.1",
      "data": {
      "ChampName1": {
      "version": "10.3.1",
      "id": "Aatrox",
      "key": "266",
      "name": "Aatrox",
      "title": "the Darkin Blade",
      "blurb": "Once honored defenders of Shurima against the Void, ...",
      "info": {
      "attack": 8,
      ..
      },
      "image": {
      "full": "Aatrox.png",
      ..
      },
      "tags": [
      "Fighter",
      "Tank"
      ],
      "partype": "Blood Well",
      "stats": {
      "hp": 580,
      ..
      }
      },
      "ChampName2": {
      "version": "10.3.1",
      "id": "Ahri",
      "key": "103",
      ...
      },
      "image": {
      "full": "Ahri.png",
      ...
      },
      "tags": [
      "Mage",
      "Assassin"
      ],
      "partype": "Mana",
      "stats": {
      "hp": 526,
      ....
      }
      },

    • @SHiroo0
      @SHiroo0 4 года назад

      This is how i fixed my issue I hope it helps you.
      Added it to a List of my model like Tim said =) GLHF
      List championData = await response.Content.ReadAsAsync();

    • @IAmTimCorey
      @IAmTimCorey  4 года назад +1

      Sounds good.

  • @bridgey2012
    @bridgey2012 5 лет назад +1

    This is great thank you, but how do I do this when the api returns xml? Also how do I handle json when it is returned in an array?

    • @IAmTimCorey
      @IAmTimCorey  5 лет назад

      C# should be able to parse XML like JSON (although I haven't done it in a while). As for an array, just capture it in a List.

  • @girornsveinsson7970
    @girornsveinsson7970 6 лет назад +3

    One more thing: I had to add this line:
    System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
    to the InitializeClient() of the ApiClient. If not I was getting a HttpRequestException: "The request was aborted: Could not create SSL/TLS secure channel."

    • @girornsveinsson7970
      @girornsveinsson7970 6 лет назад

      The exception occurred in ComicProcessor.LoadComic(), probably because my environment is a bit different, VS2015, .NET Framwork 4.5.2

    • @JulioLopez-bw8qs
      @JulioLopez-bw8qs 6 лет назад

      I got the same Error and was able to fix it with your fix. Thank you.

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад +1

      I'm glad you got it to work. Thanks for sharing.

  • @duckwizzle
    @duckwizzle 4 года назад +1

    9:25 Is there a reason you cleared the default accept headers before adding any? I don't think creating a new clients puts any defaults in there

    • @IAmTimCorey
      @IAmTimCorey  4 года назад +1

      A good practice. Just because something should be true doesn't mean it is.

  • @priyankakulkarni84
    @priyankakulkarni84 4 года назад

    Thanks Tim. Wanted to check if you have any series for automating apis

  • @StreetBladerBloke
    @StreetBladerBloke 6 лет назад +1

    Thanks Tim for amazing videos only thing I would mention is that if you could please zoom visual studio so that it fits my mobile screen that would be amazing.. Most of your videos I watch are on mobile..much appreciated and keep up with the good work . Thank you

    • @IAmTimCorey
      @IAmTimCorey  6 лет назад

      Trying to accommodate mobile viewing is tough, since there is so much to show. I've tested out doing something like that and it always ends up distracting.

  • @joshuawieczorek1759
    @joshuawieczorek1759 5 лет назад

    Thanks for this really great video.

  • @gilramirez4949
    @gilramirez4949 4 года назад +1

    First, please let me thank you for your insight and great videos. They are clear, extremely helpful and well thought out.
    Using the method you describe in this video, I have been able to work with most of the APIs I was given, but ran into trouble when I had to deal with a list within the response. I have tried to deserialize the response a million ways to Sunday without any luck. The async examples I find tend to load the response into strings or something similar.
    If possible, would you mind suggesting the rough steps on how you would go about reading the elements from the API below? Would you use a different method to retrieve the data?
    I'm truly high centered, uncertain how to unpack the accounts piece on the RootObjectclass below.
    Thank you Tim!JSON returned:
    {
    "pageNumber": 1,
    "accounts": [
    {
    "accountName": "Test Account",
    "accountId": "101",
    "type": "Wholesale",
    "status": "Active",
    "currency": "USD",
    "WholesaleAccountId": null,
    "taxId": "21",
    "PlanDetails": {
    "defaultPlan": "Test plan 1",
    "defaultProfile": "Profile 1",
    "defaultName": "Test Name",
    "defaultNamelocationID": "99999",
    "defaultCustomerItem": "99999"
    },
    "defaultRatePlan": {
    "defaultRatePlanId": 3021,
    "defaultRatePlanName": "Wholesale Testplan"
    }
    }
    ],
    "lastPage": false
    }
    Using json2csharp, I created the following classes:
    public class PlanDetails
    {
    public string defaultPlan { get; set; }
    public string defaultProfile { get; set; }
    public string defaultName { get; set; }
    public string defaultNamelocationID { get; set; }
    public string defaultCustomerItem { get; set; }
    }
    public class DefaultRatePlan
    {
    public int defaultRatePlanId { get; set; }
    public string defaultRatePlanName { get; set; }
    }
    public class Account
    {
    public string accountName { get; set; }
    public string accountId { get; set; }
    public string type { get; set; }
    public string status { get; set; }
    public string currency { get; set; }
    public object WholesaleAccountId { get; set; }
    public string taxId { get; set; }
    public PlanDetails PlanDetails { get; set; }
    public DefaultRatePlan defaultRatePlan { get; set; }
    }
    public class RootObject
    {
    public int pageNumber { get; set; }
    public List accounts { get; set; }
    public bool lastPage { get; set; }
    }

    • @IAmTimCorey
      @IAmTimCorey  4 года назад +2

      What you need is just a List for those items, where Model represents a model that you created for that particular sub-type. One way to see this in action is to copy this JSON and then in Visual Studio, open up a class file and then use the Edit -> Paste Special -> Paste JSON as Classes option to create the class structure that you need including the sub-classes.

  • @VinuP2023
    @VinuP2023 5 лет назад

    Tim, have a question. What exacty means integrating API means?
    I saw a job description where they mentioned they need Dot Net Developer with API Integration experience?
    Is it same as calling external APIs in our application?

  • @macmcmillen6282
    @macmcmillen6282 3 года назад +1

    Did you make a video covering posting data to an API? Thank you.

    • @IAmTimCorey
      @IAmTimCorey  3 года назад +2

      Check out the TimCo Retail Manager. We do that and more in that series.

  • @TomerDanel02
    @TomerDanel02 Год назад

    Is advanced video for this one came out? like youve said in the end

  • @seancpp
    @seancpp 5 лет назад

    Hey Tim. Love your content. Just one observation:
    Why do you return async Task as a method signature as opposed to just returning Task?
    I think it's considered a good practice to reduce the number of state machines produced by "async" by instead opting for
    public Task Foo()
    {
    return Task.Run( () => /* potentially long running method */ );
    }
    and the caller doesn't know any better because the calling syntax is still
    await Foo();
    I understand that awaiting things in an async void is generally considered negative, if it can be avoided (exceptions get swallowed). Maybe it has something to do with it?
    If there is anything I'm missing or if there are times to return async Task please let me know!

    • @IAmTimCorey
      @IAmTimCorey  5 лет назад +1

      It comes down to consistency and safety. You can return a Task without async if you are doing Task.Run. However, if you need to await anything else, that breaks. As for void swallowing errors, that is why we only use void on async when they are events. Events are top-level calls. You need to handle the exceptions inside them rather than hoping something else will catch the exception. If a button click event throws an exception, it will only be caught if you put a try/catch in the click event code. Otherwise it will also be unhandled.

    • @seancpp
      @seancpp 5 лет назад

      Thank you! Makes sense.
      I think returning Task.Run is good for making non-async code awaitable.
      void PotentiallySlowMethod(){}
      Task PotentiallySlowMethodAsync()
      {
      return Task.Run( () => PotentiallySlowMethod() );
      }
      Hmm and then by what you were saying, an async Task could then await multiple of these Tasks all the while not being a top level async void.
      Thanks!

  • @cloud77hot40
    @cloud77hot40 5 лет назад

    Really great video! Hello, I’m very new to advanced concepts of C#. Would this tutorial work for MVC application? If not what would be the difference?

    • @IAmTimCorey
      @IAmTimCorey  5 лет назад +1

      Yep, it would.

    • @cloud77hot40
      @cloud77hot40 5 лет назад

      IAmTimCorey awesome thank you! I also wanted to ask you on how to write code that is secured for web applications. The most that I know is not to have all the methods and properties public, after any connection is finished; close the connection, and nothing about server security. I asked people and some said to use AWS for security, databases and other stuff. What do you think?

    • @IAmTimCorey
      @IAmTimCorey  5 лет назад +1

      Web security is mostly on the server-side, not C# side at that point. Azure and AWS will handle the server-side security (physical, network, etc.) if you host with them. Just make sure to get an Azure Web App (or the equivalent in AWS) instead of a full web server to host your site. Otherwise, you are still responsible for some of the network, configuration, and system security. On the C# side, beyond what you mentioned, limit the privileges that your data access account has to your SQL database to just what it needs, be mindful to protect yourself against SQL injection, and guard your other secrets using something like Key Vault.

    • @cloud77hot40
      @cloud77hot40 5 лет назад

      IAmTimCorey wow thank you! I need to do research on Azure and AWS to know what is better for what I need. And oh yes, can’t forget about sql injections. Are sql stored procedures good enough?
      Also I wanted to know if there is a way to “MacGyver” an api from a website that does’t provide one. I don’t exactly know but I’m thinking that it can’t or does it matter on the data that I need?
      I’m asking these questions because the app that I’m developing is only using winforms and I will most likely migrate it to some kind of web ui. And the api question is because the company I’m working for gathers data from different websites and I was wondering if it was possible to use some kind of api to gather data to the user more easily.
      Thank you for the info!

  • @nik-wt3vg
    @nik-wt3vg 3 года назад +1

    Hi Tim, is it possible to apply/use the ApiHelper class on a ASP.NET MVC app? If so, how do I use the InitializeClient method?

    • @IAmTimCorey
      @IAmTimCorey  3 года назад +2

      Yep. You would have less to do. You would do the HttpClient initialization in dependency injection and pass that into the ApiHelper class. We do that in the TimCo Retail Manager series.