redouane59 / twittered

Twitter API client for Java developers
Apache License 2.0
234 stars 64 forks source link

response.getHeader("Retry-After") This is not the rate limit return parameter for the v1.1 and v2 interfaces #408

Closed quyingyong closed 1 year ago

quyingyong commented 1 year ago

image

This is the correct return parameter ↓↓↓↓↓↓↓↓↓↓ image

redouane59 commented 1 year ago

Hey, could you submit a pull request with the fix and the associated test ? I think that this code comes from @PhantomYdn .

blizniukov commented 1 year ago

Created PR

redouane59 commented 1 year ago

fixed