We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b580ed + 3b7daf8 commit c3327adCopy full SHA for c3327ad
src/Discord/Endpoint.php
@@ -18,6 +18,12 @@ class Endpoint
18
// GET
19
public const GATEWAY_BOT = self::GATEWAY.'/bot';
20
21
+ // GET
22
+ public const APPLICATION_SKUS = 'applications/:application_id/skus';
23
+ // GET, POST
24
+ public const APPLICATION_ENTITLEMENTS = 'applications/:application_id/entitlements';
25
+ // DELETE
26
+ public const APPLICATION_ENTITLEMENT = 'applications/:application_id/entitlements/:entitlement_id';
27
// GET, POST, PUT
28
public const GLOBAL_APPLICATION_COMMANDS = 'applications/:application_id/commands';
29
// GET, PATCH, DELETE
0 commit comments