Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding missing HEAD method #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mathiasgrimm
Copy link

I am implementing something that before making a request (GET, PUT, POST, DELETE) I want to check what the limits are instead of relying on a more optimistic way that would throw a 429 if I have reached the limit.

By doing so I can make my implementation much easier instead on relying on retrying strategies

As per https://github.com/TiendaNube/api-docs:

Screen Shot 2020-08-06 at 16 55 02

@mathiasgrimm mathiasgrimm changed the title Adding Header method Adding HEAD method Aug 6, 2020
@mathiasgrimm mathiasgrimm changed the title Adding HEAD method Adding missing HEAD method Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant