Developer Documentation
1. Getting Started
Welcome! This documentation will guide you through integration and usage of mnnx services.
npm install @mnnx/core import mnnx from '@mnnx/core' mnnx.init({ apiKey: 'your_api_key' })
2. Core Concepts
- Use
mnnx.init()
to initialize services - Leverage the
@mnnx/router
package for navigation - Handle state with
mnnx.store()
API
3. API Reference
Authentication
GET /auth/token?api_key=your_api_key
Data Services
POST /data/analyze
Headers: Authorization: Bearer YOUR_TOKEN
Best Practice: Rate Limiting
All endpoints have per-minute rate limits. Use the X-RateLimit-Remaining
header to monitor.