0.0.8 • Published 1 year ago

@hubql/nestjs v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Hubql Client for NestJS

Example usage of Hubql Client in a NestJS project.

Installation

npm install @hubql/nestjs

Usage

Set up NestJS

Set up NestJS OpenAPI

Pass OpenAPI JSON URL to your hubqlClient

import { hubqlClient } from '@hubql/nestjs'

app.use(
    '/hubql',
    hubqlClient({
        settings: {},
        openAPIDoc: {
            url: '/swagger',
        },
    })
)
0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago