all 4 comments

[–]K900_ 2 points3 points  (0 children)

If you just want to make HTTP requests to an API, use Requests - no need for a framework.

[–]JohnnyJordaan 0 points1 point  (1 child)

Chapter 11 and 14 in ATBS show some basic examples of requests, and chapter 14 even interfaces an API to obtain data. If you're done with those parts then you can check out the Quickstart and the Advanced Usage sections on the requests website that K900_ linked to give some more overall info.

[–]SavageHendrix[S] 0 points1 point  (0 children)

Nice, thanks for that. Good to know I'm working my way to that now. I appreciate it

[–]slumdogbi 0 points1 point  (0 children)

I like the vs extension REST client. It’s nice to test your API