2020-12-30 23:07:11 +01:00
2020-12-30 22:49:01 +01:00
2020-12-30 22:49:01 +01:00
2020-12-30 22:49:01 +01:00
2020-12-30 22:49:01 +01:00
2020-12-30 23:07:11 +01:00
2020-12-30 22:49:01 +01:00

discord-cdn

cdn for discord clone

Endpoints:

/external

POST

Content-Type: application/json

body:
{"url": URL}                  // "https://discord.com"
Returns:

Content-Type: application/json

{
    "id": string,             // "aHR0cHM6Ly9kaXNjb3JkLmNvbQ=="
    "ogTitle": string,        // "Discord | Your Place to Talk and Hang Out"
    "ogDescription": string,  // "Discord is the easiest way to talk over voice, video, and text. Talk, chat, hang out, and stay close with your friends and communities."
    "cachedImage": string,    // "/external/aHR0cHM6Ly9kaXNjb3JkLmNvbQ==/discord.png"
    "ogUrl": string,          // "https://discord.com/"
    "ogType": string          // "website"
}

/external/:id/:filename

GET

Languages
TypeScript 77.7%
C# 14.6%
HTML 2.7%
Nix 2.5%
JavaScript 1.8%
Other 0.7%