Route: /version #7188
-
When developing an app meant to support several different Discord API implementations (discord.com and third party server implementations), sometimes on different versions, it would be very useful to be able to easily find the software you're working with and its version. Describe the solution you'd likeIt'd be very useful to add a new route along the lines of /version, which just returns the current server software version for the guilds server and the fact that it's the discord.com server: {
"version": "v12.13",
"server": "discord-server"
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There are no versions man. We got a build number and a commit sha, both of which are completely nonsense to any outside consumer. |
Beta Was this translation helpful? Give feedback.
-
@erkinalp I gotta ask my man, what product are you building that you want this for? |
Beta Was this translation helpful? Give feedback.
There are no versions man. We got a build number and a commit sha, both of which are completely nonsense to any outside consumer.