A powerful and user-friendly wrapper for interacting with the TurboSelf API.
Warning
This project is not affiliated with TurboSelf or INCB in any way.
- Complete Code Refactoring: Improved project structure for better maintainability and performance.
- New Endpoints: Added new endpoints to provide more comprehensive coverage of TurboSelf API functionalities.
- Bug Fixes: Corrected type errors that were due to missing documentation in version 1.0.
- Performance Enhancements: Optimized code for faster response times and better overall performance.
npm install turboself-api
import { authenticateWithCredentials } from "turboself-api";
async function main() {
let client = await authenticateWithCredentials(
"your_email",
"your_password"
)
console.log(client)
}
main();
Thanks to the following people for their contributions to this project:
- Remy Godet
- Tom Theret
- TouchGuild for the ESLint rules