0.0.1 • Published 4 years ago

space25_node_api_client v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

The Space Node API Client

Provides types to be shared between the frontend and the backend.

Install

npm i space25_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