1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-12-04 04:42:48 +00:00
arikawa/api
diamondburned 2af51c9a5a API: V8 breaking rate limit changes
This commit updates Retry-After to be seconds-accurate instead of the
previous millisecond-accurate. Another issue (#153) is opened to get a
more accurate number, which is in the JSON body instead of the header.

This commit also removed the rate limit precision header. It also uses a
more accurate calculation algorithm to derive the reset time.
2020-10-28 14:31:15 -07:00
..
rate API: V8 breaking rate limit changes 2020-10-28 14:31:15 -07:00
api.go API: V8 breaking rate limit changes 2020-10-28 14:31:15 -07:00
api_test.go API: Added WithContext API, closes #15 2020-05-03 14:02:03 -07:00
channel.go Discord: Minor changes in Overwrite for v2 2020-10-28 14:08:29 -07:00
emoji.go *: Linting and typo fixes (#134) 2020-07-29 16:58:33 -07:00
guild.go API: fix errors in message pagination and streamline changes with other pagination methods (#150) 2020-10-19 07:47:43 -07:00
image.go make all error messages lowercase 2020-05-16 23:14:49 +02:00
integration_test.go *: Add typed Snowflake IDs (#122) 2020-07-29 16:58:33 -07:00
invite.go *: Add typed Snowflake IDs (#122) 2020-07-29 16:58:33 -07:00
login.go Utils: Deprecated client-scoped JSON driver 2020-05-07 20:43:46 -07:00
member.go API: fix errors in message pagination and streamline changes with other pagination methods (#150) 2020-10-19 07:47:43 -07:00
message.go API: fix errors in message pagination and streamline changes with other pagination methods (#150) 2020-10-19 07:47:43 -07:00
message_reaction.go API: fix errors in message pagination and streamline changes with other pagination methods (#150) 2020-10-19 07:47:43 -07:00
role.go Discord/API: implement changes to permission, allow and deny fields (#141) 2020-08-17 17:10:43 -07:00
send.go *: Linting and typo fixes (#134) 2020-07-29 16:58:33 -07:00
send_test.go *: Add typed Snowflake IDs (#122) 2020-07-29 16:58:33 -07:00
user.go *: Add typed Snowflake IDs (#122) 2020-07-29 16:58:33 -07:00
webhook.go API: separate token-based and bot-based interactions with webhooks (#130) 2020-07-29 16:58:33 -07:00