From the course: Scripting for Testers

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Challenge: Find the API rate limit

Challenge: Find the API rate limit - Python Tutorial

From the course: Scripting for Testers

Challenge: Find the API rate limit

(upbeat music) - [Instructor] It's time for the first challenge of the course. These challenges are a very important part of the learning experience. Listening to me talk and watching me write some code can help you learn but it can only take you so far. In order to really make progress on your learning journey, you'll need to get hands-on practice and try these things out for yourself. Hopefully by now, you have set up the application on the code space that we're using for this course. If not, you'll need to go watch the earlier video on setting it up and make sure that you're ready to go. You'll also want to double check that your code space instance is up and running and ready to receive requests. Once you've done that, it's time to try out this challenge. This API has some rate limits in place and your challenge is to try and figure out what they are. In particular, I want you to focus on the gig endpoints. See if you can figure out what rate limits they might have. Figuring out…

Contents