@nestia/sdk
Version:
Nestia SDK and Swagger generator
38 lines (26 loc) • 1.68 kB
Markdown
# SDK Library
This is a SDK library generated by [`nestia`](https://nestia.io).
With this SDK library, you can easily and safely interact with backend server.
Just import and call some API functions like gif image below:

> Left is server code, and right is client code utilizing the SDK
# What [`Nestia`](https://nestia.io) is:

[](https://github.com/samchon/nestia/blob/master/LICENSE)
[](https://www.npmjs.com/package/@nestia/core)
[](https://www.npmjs.com/package/nestia)
[](https://github.com/samchon/nestia/actions?query=workflow%3Abuild)
[](https://nestia.io/docs/)
[Nestia](https://nestia.io) is a set of helper libraries for NestJS, supporting below features:
- `@nestia/core`: super-fast decorators
- `@nestia/sdk`
- SDK generator for clients
- Swagger generator evolved than ever
- Automatic E2E test functions generator
- `nestia`: just CLI (command line interface) tool
> [!NOTE]
>
> - **Only one line** required, with pure TypeScript type
> - Runtime validator is **20,000x faster** than `class-validator`
> - JSON serialization is **200x faster** than `class-transformer`
> - SDK is similar with [tRPC](https://trpc.io), but much advanced