Open ribice opened 5 years ago
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 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.