We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The static client for gossip (pre-fork version) is available here.
The endpoints are different now (most changed from POST to GET and from JSON body to URL/Query params).
POST
GET
Other than that it should be straightforward.
The React chat component should be able to hook without changes to the modified client.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The static client for gossip (pre-fork version) is available here.
The endpoints are different now (most changed from
POST
toGET
and from JSON body to URL/Query params).Other than that it should be straightforward.
The React chat component should be able to hook without changes to the modified client.
The text was updated successfully, but these errors were encountered: