bannergress-api
v0.0.2
Published
TypeScript client SDK for the Bannergress public API.
Readme
bannergress-api
Usage
import { BannerControllerApi } from 'bannergress-api';
const api = new BannerControllerApi();
const banners = api.list()Development
To build the API client:
curl https://api.bannergress.com/v3/api-docs -o openapi.json
docker run --rm -v ${PWD}:/local openapitools/openapi-generator-cli generate -i /local/openapi.json -g typescript-fetch -o /local/api