Hands down most effective teacher I have come across yet. You speak clearly, succinctly, and know when to cover "minutia" tasks that others may spend hours ever coming to completing. Someone who really knows something can explain it simply; an ability others neglect or in fact likely are incapable of.
It's a great Intro to the Python - REST API using Stripe as a practical example! Tried to follow up with the examples, however, it's missing some steps about the basics - such as the Flask setup./configure? And for the Stripe account - I am able to setup an account and get the api_key for testing. It could be elaborated somehow in the beginning for the novice uses maybe to make it more clear and easier to follow. It would be great to make one similar API endpoint testing like the Invoice to make it complete? Just 2 cents. Thanks a lot! -Daniel
I'll go back to see where I can make things more clear when I create a similar video. Thanks for the feedback. I'll consider adding the second part to the invoice API as well.
I'll look into the IGDB API. For multiple requests, you simply have multiple request.get statements in your code and you handle the response separately.
Hands down most effective teacher I have come across yet. You speak clearly, succinctly, and know when to cover "minutia" tasks that others may spend hours ever coming to completing. Someone who really knows something can explain it simply; an ability others neglect or in fact likely are incapable of.
Thanks for watching my videos! I'm glad you like them.
This is what I am looking for.. thank you for the video
thanks bro! this is all that i need
Hi! I was looking for your Pyhton Requests course that you mentioned on you GET video but I couldn't find it. Did you remove it from your website?
It's a great Intro to the Python - REST API using Stripe as a practical example! Tried to follow up with the examples, however, it's missing some steps about the basics - such as the Flask setup./configure? And for the Stripe account - I am able to setup an account and get the api_key for testing. It could be elaborated somehow in the beginning for the novice uses maybe to make it more clear and easier to follow.
It would be great to make one similar API endpoint testing like the Invoice to make it complete? Just 2 cents. Thanks a lot!
-Daniel
I'll go back to see where I can make things more clear when I create a similar video. Thanks for the feedback.
I'll consider adding the second part to the invoice API as well.
Hi, thanks for the video. Do you have an example how make a POST REQUEST with an array in data to trasfer?
Hi, could you make a video on IGDB API? And how do I sent multiple get requests? Like I need data from website.com/game and from website.com/artwork
I'll look into the IGDB API. For multiple requests, you simply have multiple request.get statements in your code and you handle the response separately.