@joeswann/streamtime-api
v0.1.1
Published
Typescript packages for interacting with the streamtime API
Downloads
3
Readme
Streamtime API
Typescript packages for interacting with the Streamtime API.
Installation
npm install @joeswann/streamtime-api
Usage
import { fetchOrganisation } from "@joeswann/streamtime-api";
const organisation = await fetchOrganisation();
console.log(organisation);
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
MIT