1.0.0 • Published 9 months ago

revortex-wrapper v1.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
9 months ago

revortex-wrapper

Lightweight runtime api wrapper for revortex api-generator package.

Installation

pnpm add revortex-wrapper

Usage

import ky from 'ky'
import { apiCall } from 'revortex-wrapper'
import { createApi } from '../lib'

const api = createApi(ky, apiCall)
await api.AppController.getHello({})
1.0.0

9 months ago