open_tavern/reqs.md

23 lines
470 B
Markdown
Raw Permalink Normal View History

2024-09-22 20:46:51 +00:00
# Requests (and their responses)
## User initiated
- Login
- get available tables
2024-09-22 20:46:51 +00:00
- get table data
- connect to table
- get map data
- table ping
- table action (this will prob be broken into different actions later):
- move token
-
- close table (admin closes the table)
- exit table (user exits the table)
## Server initiated
- push image
- table ping (transfer)
- table action (transfer)
- map update (switch map)
- close table (remove player from table)