QuestionQ256
Using APIs
Refer to the exhibit. Which line of code should replace the missing code in the snippet to provide API rate limiting for the requests?
- A int(self.response.headers.post('Retry-After'))
- B int(self.response.headers.get('Retry-After'))
- C int(response.headers.post('Retry-After'))
- D int(response.headers.get('Retry-After'))
Community Discussion