0.0.1 • Published 4 years ago
devoyage_node_api_client v0.0.1
The Space Node API Client
Provides types to be shared between the frontend and the backend.
Install
npm i devoyage_node_api_client
Usage
The api provides two main exports including Structs and Endpoints.
Structs
const user: Structs.Users.User = { ... }
Endpoints
const resp = await fetch(Endpoints.Auth.Login);
0.0.1
4 years ago