1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-17 15:38:46 +00:00
arikawa/utils/httputil
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
..
httpdriver API: Added WithContext API, closes #15 2020-05-03 14:02:03 -07:00
client.go API: Move ExecuteWebhookData, add package sendpart for uploads 2020-12-16 13:11:11 -08:00
errors.go API: Potential rate limit fix for reactions 2020-12-11 17:58:52 -08:00
options.go json: Fixed a race condition with erroneous JSON streams 2020-11-14 14:18:50 -08:00
schema.go Changed internal/ to utils/, allowing external imports 2020-04-08 19:28:40 -07:00