Zageron / patreon-ts

Patreon API V2 Typescript Client

Home Page:https://www.npmjs.com/package/patreon-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patreon-TS Client

No longer maintained. Apologies. Feel free to fork and take.

Please note that @0.4.1 is the newest version published on NPM, it isn't complete yet though so if you need extended features please make a PR.

code style: eslint

Install

npm install patreon-ts --save
# @types are included.

Package

npm package

Publishing

Where <> is optional or pick one.

  • npm version <newversion|patch>
  • npm publish <--tag beta>

Examples

See the examples folder for in-depth example of how to use this library.

See .vscode/launch.json for breakdown of different debug profiles.

Debugging

Launching "Debug Example" will use <examples/redirect-flow/src/index.ts> as the entrypoint.

Launching "Debug Library" will use <src/patreon.ts> as the entrypoint.

Launching "Debug Current Library File" will debug the currently focused file.

Linting

The linting profile is set to error for the most part, so make sure you fix the issues!

About

Patreon API V2 Typescript Client

https://www.npmjs.com/package/patreon-ts

License:MIT License


Languages

Language:TypeScript 100.0%