litecord/docs
Luna daee044a4f admin_api.guilds: make get guild route raise GuildNotFound
before it was returning 200 but with a `null` inside, I don't think
that's reasonable API design.

 - test_admin_api/test_guilds: add checks for GuildNotFound error code
2019-04-22 02:41:24 -03:00
..
README.md docs: add docs/pubsub.md, revamp README 2019-03-20 00:35:30 -03:00
admin_api.md admin_api.guilds: make get guild route raise GuildNotFound 2019-04-22 02:41:24 -03:00
clients.md update docs/clients.md 2019-04-15 01:04:53 -03:00
extra_fields.md docs/structure.md: add storage and error sections 2019-03-22 22:23:04 -03:00
lvsp.md lvsp: remove sequence numbers 2019-03-06 04:04:00 -03:00
operating.md docs/operating.md: add 'Instance Invites' and 'Making someone Staff' 2019-03-22 19:13:40 -03:00
pubsub.md docs/pubsub.md: add practical call 2019-03-20 00:37:30 -03:00
structure.md docs/structure.md: add storage and error sections 2019-03-22 22:23:04 -03:00

README.md

Internal documentation

  • admin_api.md for Litecord's Admin API.
  • lvsp.md for the Litecord Voice Server Protocol.
  • pubsub.md for how Pub/Sub works in Litecord.