In this video we will make a GET request to get some data from an API and display it in a Blazor Server App using C#. zetbit.tech -- Official ZetBit Clothes Collection: www.etsy.com/d... 👕
Пікірлер: 20
@TYNEPUNK Жыл бұрын
You rock! Im learning Blazor fast from you, thanks very much!
@Jhonny610 Жыл бұрын
Yes! Thankyou! Perhaps some more in-depth about adding headers / queryParameters / body, etc...
@markusrizzolli95483 ай бұрын
thank you for the video do you have a video to the same problem with a rest api with different parameter
@AlanGresham6 ай бұрын
Yes, would love to see a follow-up video showing how to work with nested elements within an API response. Will be too late for me, but I think that it's an obvious 'next' need for anyone watching this.
@skaggaboom7 ай бұрын
It would be cool if you had the next obvious demo of showing how to loop through a collection from jsonplaceholder. Short and to the point 👍
@bjerse3622 Жыл бұрын
Thank you, well explained!
@alialshreef2874 Жыл бұрын
very simple and clearly. Thankes .
@zetbit Жыл бұрын
Happy to help 😁
@buredabby Жыл бұрын
Very nice, what about the ones that have a client id and client secret? Can you still do it this way?
@zetbit Жыл бұрын
I think you can just httpclient.addAuthentication and then put the authentication in as parameters, but you might need to look that up. Could be a good followup video 😁
@buredabby Жыл бұрын
@@zetbit Sweet. Thanks king. I'll look it up. Hope to see more banger tutorials from you!
@thecodecoffeelab Жыл бұрын
awesome very helpful, thank you again!!!!!
@victorcaceres35922 ай бұрын
Excelente simple y directo
@stephenkaguri85443 ай бұрын
The get request fails when i run the project in my vps ubuntu server
@zetbit Жыл бұрын
Support by hitting 2 buttons! Like and Subscribe 👏
@iMrHammad Жыл бұрын
This is really good. But I have a questions: What if we create this kind of project using Blazome WASM instead of Blazor Server App?
@stefanocastiglioni974110 ай бұрын
It's the same approach 🙂
@jennasyeda66139 ай бұрын
Superb! but i have this error: The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot
@Nuggetsman2 ай бұрын
Nice tutorial! Personally, I like to separate my code in files. In this case I would have: Todo.razor, Todo.razor.cs & TodoItem for example. I feel like it's more readable