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

Revolt API 0.5.3 support. #1

Open
insertish opened this issue Sep 11, 2021 · 0 comments
Open

Revolt API 0.5.3 support. #1

insertish opened this issue Sep 11, 2021 · 0 comments
Labels
rework Something needs to be reworked due to API changes or just not being good

Comments

@insertish
Copy link

Since your library uses user authentication, you need to update certain routes. (revoltchat/backend#63)

Revolt's user authentication flow has been overhauled, changes include:

  • Completely re-done REST API.
  • Deprecation of x-user-id header.

Documentation is available here: https://developers.revolt.chat/api/#tag/Account

@li223 li223 added the rework Something needs to be reworked due to API changes or just not being good label Sep 12, 2021
li223 pushed a commit that referenced this issue Sep 12, 2021
- Removed x-user-id

- Added missing session objects

- Switched from SessionToken to Token as per Issue #1

- User login still not supported as I'm too dumb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rework Something needs to be reworked due to API changes or just not being good
Projects
None yet
Development

No branches or pull requests

2 participants