@itbg-dsc/congressus-client
v1.0.1
Published
[](https://www.npmjs.com/package/@itbg-dsc/congressus-client)
Downloads
201
Readme
@itbg-dsc/congressus-client
A generated TypeScript client for the Congressus API.
Installation
npm install @itbg-dsc/congressus-clientUsage
import { client } from '@itbg-dsc/congressus-client';
async function main() {
const data = await client.someEndpoint();
console.log(data);
}
main();Note
This client is published by a third party and is not an official Congressus product.
