spotify-web-api-node-typings
v0.0.6
Published
Typescript models for the spotify-web-api-node npm package
Downloads
3
Readme
spotify-web-api-node-typings
Description
This package aims to map all the responses in spotify-web-api-node npm package. This is based on the work by Niels Kristian Hansen Skovmand. This is currently published from a yarn workspace inside the Albumin Diet repository.
Usage
yarn add -D spotify-web-api-node-typings
or
npm add --dev spotify-web-api-node-typings
TODO
- Publish module augmentation in spotify-web-api-node.d.ts
- Add missing methods to the
SpotifyWebApi
class
- Add missing methods to the
- Publish the typings as a separate repository instead of a yarn workspace of the Albumin Diet repository
- Send the typings to DefinitelyTyped to make them public under
@types
scope