space_node_api_client
TypeScript icon, indicating that this package has built-in type declarations

0.1.52 • Public • Published

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);

Dependencies (3)

Dev Dependencies (10)

Package Sidebar

Install

npm i space_node_api_client

Weekly Downloads

2

Version

0.1.52

License

MIT

Unpacked Size

94.9 kB

Total Files

232

Last publish

Collaborators

  • nickisyourfan