There was an error while loading. Please reload this page.
80829cc
71d9a3d: Make Http.client data-first.
Http.client
Instead of
const client = pipe(api, Http.client(url, options));
use
const client = Http.client(api, url, options);
e0fa6e6: Remove effect-log and logging functionality.
effect-log
7ee7ec3: Custom response. Remove possibility to return Response.
Response