0.1.1 • Published 1 year ago

@sourrust/the-one-sdk v0.1.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 year ago

The One SDK

A TypeScript/JavaScript SDK implementation of "The One API".

Install

npm install @sourrust/the-one-sdk

# or

yarn add @sourrust/the-one-sdk

Getting Started

import TheOneSDK from '@sourrust/the-one-sdk';

const sdk = new TheOneSDK('your-api-key');

const movies = await sdk.getMovies();
0.1.1

1 year ago

0.1.0

1 year ago