This is a generated, typed Feathers Client for api.basement.fun
Included
- All types used in our APIs
- A fully typed client you can use with
createClient
Example usage
import io from "socket.io-client";
import socketio from "@feathersjs/socketio-client";
import { createClient } from "@b3dotfun/basement-api";
const connection = socketio(io("https://api.basement.fun"));
const client = createClient(connection);