turboself-api
TypeScript icon, indicating that this package has built-in type declarations

1.1.6 • Public • Published

turboself-api

npm npm version npm npm

A simple wrapper to interact with the TurboSelf API.

[!warning] This project is not affiliated with TurboSelf or INCB in any way.

📦 Installation

npm install turboself-api

🔧 Usage

Authentification with credentials

const TurboSelf = require('turboself-api')

async function main() {
  let client = await TurboSelf.authenticateWithCredentials({ username: "your_email", password: "your_password" })
  console.log(client)
}

main()

Other exemples

To see more examples, check the examples folder.

௷ Credits

Thanks to the following people for their contributions to this project:

Package Sidebar

Install

npm i turboself-api

Weekly Downloads

45

Version

1.1.6

License

GPL-3.0

Unpacked Size

150 kB

Total Files

70

Last publish

Collaborators

  • raphckrman