server icon indicating copy to clipboard operation
server copied to clipboard

[API] Route: /policies

Open samuelscheit opened this issue 4 years ago • 4 comments

A route that returns all features supported by the server and the servers config: e.g. upload limit, routes/cdn. ...

samuelscheit avatar Mar 28 '21 13:03 samuelscheit

  • [ ] Message retention
    • [ ] Guild message retention: (GET,PUT,DELETE) /guilds/:id/retention
    • [ ] Channel message retention: (GET,PUT,DELETE) /channels/:id/retention
  • [ ] Attachments (#378)
  • [ ] Naming rules (#576)
  • [ ] Friending (#373)
  • [ ] Intent masks (#744)
  • [ ] Read receipts (#416)
  • [ ] User deletion handling (#838)
  • [ ] User settings handling /policies/user-metadata
  • [ ] Feature tiers (#398)

erkinalp avatar Sep 19 '21 13:09 erkinalp

I feel like this route shouldn't be used for server cdn, api etc urls, since this seems more like a policy thing rather than configuration thing

Rosentti avatar Sep 25 '21 13:09 Rosentti

@20PercentRendered Do you have a suggestion how we should name this route.

samuelscheit avatar Sep 25 '21 13:09 samuelscheit

@20PercentRendered Do you have a suggestion how we should name this route.

Something like /api/configuration, /api/serverinfo or /api/domains for the cdn and api urls, api versions could be gotten from documentation or something like /api/apiversion

Rosentti avatar Sep 25 '21 13:09 Rosentti