Start to add in some networking stuff
This commit is contained in:
parent
b820274f95
commit
15d80c1ab3
5 changed files with 93 additions and 7 deletions
6
lib/discord/networking/endpoints.dart
Normal file
6
lib/discord/networking/endpoints.dart
Normal file
|
@ -0,0 +1,6 @@
|
|||
class DiscordEndpoints {
|
||||
static const APIVersion = 10;
|
||||
static const BaseURL = "https://discord.com/api/v${APIVersion}";
|
||||
static const ME = "/@me";
|
||||
static const Applications = "/applications";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue