@aeson-fitness/typescript-sdk
v1.0.0
Published
Official TypeScript SDK for interacting with the Aeson web services
Readme
Aeson SDK
Official TypeScript SDK for interacting with the Aeson web services.
Note This SDK is currently under active development. API endpoints have not yet been implemented.
Features
- 🚧 TypeScript-first API
- 🚧 Promise-based client
- 🚧 Modular architecture
- 🚧 Full type safety
- 🚧 Under active development
Installation
Using npm:
npm install @aeson/sdkUsing Bun:
bun add @aeson/sdkUsing Yarn:
yarn add @aeson/sdkUsing pnpm:
pnpm add @aeson/sdkUsage
The SDK is not yet ready for use. Documentation and examples will be added as endpoints are implemented.
Roadmap
- [ ] Authentication
- [ ] API client
- [ ] User endpoints
- [ ] File uploads
- [ ] Error handling
- [ ] Request retries
- [ ] Documentation
- [ ] Examples
Requirements
- Node.js 18+
- TypeScript 5+
Contributing
Contributions, issues, and feature requests are welcome.
License
MIT
