1.0.2 • Published 2 years ago
@okane-no/fiken-sdk v1.0.2
fiken-sdk
Node SDK for Fiken API v2
This client is autogenerated using openapi-typescript-codegen and have been tested against Fiken API to verify correctness. Refer to test directory for more details.
Getting started
npm i -D @okane-no/fiken-sdk
Using Personal API Token
let client = new FikenClient(TOKEN: 'personal-api-token')
Using Client crededentials (Coming soon)
let client = new FikenClient(TOKEN: getAccessToken(clientId, clientSecret))
Note
- Pagination and Filtering headers are not implemented yet
- The API client is generated from an modified OpenAPI Spec that can be found in spec directory, as the original OpenAPI specification files for Fiken API 2.0.0 has an 'example' capitalized, causing errors.