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
How do I use this library to get the x-app-limit-24hour-reset, x-app-limit-24hour-limit, and x-app-limit-24hour-remaining header properties?
I tried using the @twitter-api-v2/plugin-rate-limit plugin, using this code in the examples, but it returns the rateLimit property, whereas I need the x-app-limit-24hour-x header properties, which are different and (for my application at least, more useful).
Thank you in advance,
The text was updated successfully, but these errors were encountered:
How do I use this library to get the
x-app-limit-24hour-reset
,x-app-limit-24hour-limit
, andx-app-limit-24hour-remaining
header properties?I tried using the
@twitter-api-v2/plugin-rate-limit
plugin, using this code in the examples, but it returns therateLimit
property, whereas I need thex-app-limit-24hour-x
header properties, which are different and (for my application at least, more useful).Thank you in advance,
The text was updated successfully, but these errors were encountered: