0.0.4 • Published 2 years ago

railz-client v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Railz-Client

Unofficial Railz API client with TS support.

Install

npm i railz-client

Quickstart

import { RailzClient } from 'railz-client';

const railzClient = new RailzClient(process.env['RAILZ_API_KEY'], process.env['RAILZ_API_SECRET'])

const response = await client.v2.GET('/v2/accounting/vendors', {
  params: { query: { connectionUuid: 'YOUR_CONNECTION_UUID', offset: 0, limit: 25 } },
})
0.0.3

2 years ago

0.0.2

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago