Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ringing Room API #94

Open
centreboard opened this issue Sep 1, 2020 · 0 comments
Open

Ringing Room API #94

centreboard opened this issue Sep 1, 2020 · 0 comments

Comments

@centreboard
Copy link
Collaborator

As the ringing room api gets added and becomes more stable we should move to using it

Endpoint Method Description
/api/tokens POST Get bearer token
/api/tokens DELETE Revoke bearer token
/api/user GET Get current user details
/api/user POST Register new user
/api/user PUT Modify user settings
/api/user DELETE Delete user account
/api/tower/<tower_id> GET Get connection details for tower_id
  • /api/tower/<tower_id> | GET to get the correct url instead of parsing it off the page
  • /api/tokens | POST to get a user token. This might need to change --name to --email and --password and use /api/user | GET to get the name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant