0.0.8 • Published 2 years ago

@hubql/nestjs v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago