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 - 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
-
-
-
Exploring the API with Postman4m 39s
-
(Locked)
REST API calls in Python6m 22s
-
(Locked)
Authentication9m 55s
-
Setting up Visual Studio Code3m 27s
-
(Locked)
Finding an intermittent error10m 14s
-
(Locked)
Challenge: Find the API rate limit2m 59s
-
(Locked)
Solution: Find the API rate limit5m 38s
-
(Locked)
Generate fake input data4m 54s
-
(Locked)
Creating test data through API calls7m 37s
-
(Locked)
Using API calls to set up complex test scenarios8m 21s
-
-
-
-
-