1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-12 05:06:28 +00:00
arikawa/utils
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
..
handler Handler: Use a free list over a linked list 2020-10-28 23:55:39 -07:00
httputil API: Move ExecuteWebhookData, add package sendpart for uploads 2020-12-16 13:11:11 -08:00
json Option: fix nullable types getting serialized to nil on JSON null 2020-11-22 09:33:33 -08:00
sendpart API: Move ExecuteWebhookData, add package sendpart for uploads 2020-12-16 13:11:11 -08:00
wsutil wsutil: Fixed irregular close 1000 error 2020-11-30 21:49:55 -08:00