seatitude-media-api-ts
v1.0.24
Published
Client for seatitude media api
Readme
Ts Client
Typescript Client for using the API.Media service over HTTP. Includes types for the request and response models.
🛠️ Installation
npm i seatitude-media-api-tsimport { MediaAPI, MediaMetadata } from 'seatitude-media-api-ts';🏭 Publishing new versions
To update bump the version of ./TsClient/package.json and commit to master.
The github action publishTsClient.yml in .github/workflows/ will automatically handle updating the npm package.
