Merge branch 'master' of https://github.com/discord-open-source/discord-api
commit 6ac4067c39cdcae1cef1718273aaa8796460ffd9
2 parents 33d2fe8 + c601c32
@Flam3rboy Flam3rboy authored on 14 Apr 2021
Showing 77 changed files
View
.DS_Store 100644 → 0
Not supported
View
LICENSE
View
README.md
View
__tests__/routes/auth/login.ts 0 → 100644
View
assets/endpoints.json 0 → 100644
View
client_test/index.html
View
jest.config.ts 0 → 100644
View
jsconfig.json 0 → 100644
View
locales/ru/auth.json 0 → 100644
View
locales/ru/common.json 0 → 100644
View
package-lock.json
Too large (Show diff)
View
package.json
View
src/Server.ts
View
src/middlewares/Authentication.ts
View
src/middlewares/ErrorHandler.ts
View
src/routes/api/v8/auth/login.ts 100644 → 0
View
src/routes/api/v8/auth/register.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/followers.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/index.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/invites.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/messages/bulk-delete.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/messages/index.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/permissions.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/pins.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/recipients.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/typing.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/webhooks.ts 100644 → 0
View
src/routes/api/v8/guilds/#id/bans.ts 100644 → 0
View
src/routes/api/v8/guilds/#id/channels.ts 100644 → 0
View
src/routes/api/v8/guilds/#id/index.ts 100644 → 0
View
src/routes/api/v8/guilds/#id/members.ts 100644 → 0
View
src/routes/api/v8/guilds/index.ts 100644 → 0
View
src/routes/api/v8/guilds/templates/index.ts 100644 → 0
View
src/routes/api/v8/invites/index.ts 100644 → 0
View
src/routes/api/v8/users/@me/guilds.ts 100644 → 0
View
src/routes/api/v8/users/@me/index.ts 100644 → 0
View
src/routes/assets/index.ts 100644 → 0
View
src/routes/auth/login.ts 0 → 100644
View
src/routes/auth/register.ts 0 → 100644
View
src/routes/channels/#channel_id/followers.ts 0 → 100644
View
src/routes/channels/#channel_id/index.ts 0 → 100644
View
src/routes/channels/#channel_id/invites.ts 0 → 100644
View
src/routes/channels/#channel_id/messages/bulk-delete.ts 0 → 100644
View
src/routes/channels/#channel_id/messages/index.ts 0 → 100644
View
src/routes/channels/#channel_id/permissions.ts 0 → 100644
View
src/routes/channels/#channel_id/pins.ts 0 → 100644
View
src/routes/channels/#channel_id/recipients.ts 0 → 100644
View
src/routes/channels/#channel_id/typing.ts 0 → 100644
View
src/routes/channels/#channel_id/webhooks.ts 0 → 100644
View
src/routes/experiments.ts 0 → 100644
View
src/routes/gateway.ts 0 → 100644
View
src/routes/guilds/#guild_id/bans.ts 0 → 100644
View
src/routes/guilds/#guild_id/channels.ts 0 → 100644
View
src/routes/guilds/#guild_id/index.ts 0 → 100644
View
src/routes/guilds/#guild_id/members.ts 0 → 100644
View
src/routes/guilds/index.ts 0 → 100644
View
src/routes/guilds/templates/index.ts 0 → 100644
View
src/routes/invites/index.ts 0 → 100644
View
src/routes/science.ts 0 → 100644
View
src/routes/test.ts 100644 → 0
View
src/routes/users/@me/affinities/guilds.ts 0 → 100644
View
src/routes/users/@me/guilds.ts 0 → 100644
View
src/routes/users/@me/index.ts 0 → 100644
View
src/routes/users/@me/library.ts 0 → 100644
View
src/routes/users/@me/settings.ts 0 → 100644
View
src/schema/Channel.ts
View
src/schema/Guild.ts
View
src/schema/Invite.ts
View
src/schema/Message.ts
View
src/test/mongo_test.ts
View
src/test/test.ts
View
src/util/Config.ts
View
src/util/Event.ts
View
src/util/Member.ts
View
src/util/User.ts
View
src/util/instanceOf.ts
View
tsconfig.json