You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of success, request function simply returns response body in JSON format.
Expected Behaviour
It should return response body and response headers. So that I have control whether to make next API call if limit is reached. The reason I am asking for this because your APIs return a very important header. x-rate-limit: token:..... 1/2000 reset=3600s, key:...... 1/2000 reset=3600s which is critical for not hitting API limit.
Your Environment
Node version: 10.14.0
The text was updated successfully, but these errors were encountered:
Current Behavior
In case of success, request function simply returns response body in JSON format.
Expected Behaviour
It should return response body and response headers. So that I have control whether to make next API call if limit is reached. The reason I am asking for this because your APIs return a very important header. x-rate-limit: token:..... 1/2000 reset=3600s, key:...... 1/2000 reset=3600s which is critical for not hitting API limit.
Your Environment
The text was updated successfully, but these errors were encountered: