@typepoint/client

v4.8.0
  • Types
  • ESM
  • CJS

Library for easily defining, enforcing, consuming, a

License
ISC
Deps
0
Install Size
21 kB/-
Vulns
0
Published

Get started

$npm install @typepoint/client
$pnpm add @typepoint/client
$yarn add @typepoint/client
$bun add @typepoint/client
$deno add npm:@typepoint/client
$vlt install @typepoint/client

Readme

Library for easily defining, enforcing, consuming, and/or serving strongly typed RESTful API endpoints in TypeScript.

npm GitHub Workflow Status (branch) codecov

TypePoint Client

TypePoint client library for making type-safe requests to a server.

Install

Install @typepoint/client and it's peer dependencies.

npm add @typepoint/client @typepoint/shared axios

Guide

Check out our detailed guide for how to start using TypePoint.

Contributing

Got an problem or suggestion? Submit an issue!

Want to contribute? Fork the repository and submit a pull request! 😸