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

Chat API #1

Open
billstclair opened this issue Feb 4, 2020 · 0 comments
Open

Chat API #1

billstclair opened this issue Feb 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@billstclair
Copy link
Member

Currently, Gab chat is based on an initial HTML page and a WebSocket connection for getting new posts to the currently viewed chat.

It really should be based off of an API, like the rest of Mastodon.

GET chat/:id should return a list of ChatMessage instances (JSON), controlled by the standard max_id, min_id, since_id, and limit parameters.

Fill this in more once we have source code.

@billstclair billstclair added the enhancement New feature or request label Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant