diamondburned / slemmy

Lemmy client in Svelte
https://slemmy.libdb.so
GNU Affero General Public License v3.0
49 stars 0 forks source link

Websocket/HTTP abstraction #11

Closed diamondburned closed 1 year ago

diamondburned commented 1 year ago

Since Lemmy is gradually moving from WS to HTTP, we should have a wrapper library that automatically detects if we can use its HTTP API.

Since we already have an API that effectively turns the WS into a request-response API, this should be trivial.

The following needs to be done:

diamondburned commented 1 year ago

Implemented!