Developer Documentation
Comprehensive guides and references for building with Hello Ruyso's tools.
Getting Started
Installation
npm install @ruyso/sdk
Begin by installing our developer kit. It includes core libraries, CLI tools, and boilerplate projects.
Initial Setup
- Clone the starter template from GitHub
- Run
ruyso init
in your project - Configure API keys in
.env
- Start development server
API Documentation
Core Methods
Method | Description | Returns |
---|---|---|
client.init() | Initializes the SDK with configuration | Promise |
client.query() | Executes data queries against our services | QueryResult | Error |
auth.login() | Handles user authentication | AuthSession | null |
Tutorials
Found a Bug?
Help us improve our documentation by contributing via GitHub. We welcome all suggestions and corrections.