@partly/integrations-client
v0.1.1-alpha
Published
A strongly-typed TypeScript client for the Partly's Integrations API. The client provides typed requests/responses, automatic serialization
Keywords
Readme
Partly Integrations client
A strongly-typed TypeScript client for the Partly's Integrations API. The client provides typed requests/responses, automatic serialization
Install
# npm
npm install @partly/integrations-client
# yarn
yarn add @partly/integrations-client
# pnpm
pnpm add @partly/integrations-clientQuick Start
Create a client and call the API:
import { client as PartlyClient } from '@partly/integrations-client'
const client = new PartlyClient('https://api.partly.com')
async function main() {
const res = await client.integrations.v2.signin(
{
TODO
}
)
}
main().catch(console.error)Support
For access, API keys, or help, contact TODO
License
Licensed under the MIT License. See LICENSE for details.
