0.1.13 • Published 4 years ago
cmk_node_api_client v0.1.13
The Space Node API Client
Provides types to be shared between the frontend and the backend.
Install
npm i space_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);