1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-12 05:06:28 +00:00
arikawa/api
diamondburned 525d0bb3f6 API: Move ExecuteWebhookData, add package sendpart for uploads
This commit moved ExecuteWebhookData from package api to package webhook
inside package api. This change required splitting the multipart
abstractions away from package api, so they are now inside package
sendpart in utils.

This commit will break code that uploads anything, as the type name is
now sendpart.File from api.SendMessageFile. The behavior should be the
same as before.
2020-12-16 13:11:11 -08:00
..
rate API: Potential rate limit fix for reactions 2020-12-11 17:58:52 -08:00
webhook API: Move ExecuteWebhookData, add package sendpart for uploads 2020-12-16 13:11:11 -08:00
api.go Gateway: Added reconnect timeout; fixed UA (#154) 2020-10-30 13:41:04 -07:00
api_test.go API: Added WithContext API, closes #15 2020-05-03 14:02:03 -07:00
channel.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00
emoji.go Discord: Added typed APIEmoji 2020-12-16 12:24:23 -08:00
guild.go API: Expose Max fetch constants 2020-12-16 12:26:25 -08:00
image.go replace usage of discordapp.com with discord.com in docs 2020-11-03 10:14:53 -08:00
integration_test.go Voice: Remove state-keeping of sessions 2020-11-30 19:12:20 -08:00
invite.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00
login.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00
math.go API: abstract away boundary limits for DeleteMessages (#159) 2020-11-10 15:34:05 -08:00
math_test.go API: abstract away boundary limits for DeleteMessages (#159) 2020-11-10 15:34:05 -08:00
member.go API: Expose Max fetch constants 2020-12-16 12:26:25 -08:00
message.go API: stay within the boundaries of messageIDs (#160) 2020-11-11 11:07:30 -08:00
message_reaction.go API: Expose Max fetch constants 2020-12-16 12:26:25 -08:00
role.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00
send.go API: Move ExecuteWebhookData, add package sendpart for uploads 2020-12-16 13:11:11 -08:00
send_test.go API: Move ExecuteWebhookData, add package sendpart for uploads 2020-12-16 13:11:11 -08:00
user.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00
webhook.go *: Migrated Go Modules to v2 2020-10-28 15:39:59 -07:00