African Market OS-MVR API TypeScript Client
收藏DataCite Commons2025-11-13 更新2026-04-25 收录
下载链接:
https://figshare.com/articles/dataset/African_Market_OS-MVR_API_TypeScript_Client/30615323/1
下载链接
链接失效反馈官方服务:
资源简介:
### 🚀 MVR API TypeScript SDK — Version 2.6.0 Released<br>This is the first official release of the **African Market OS — Minimum Viable Relationships (MVR) API TypeScript Client**.<br>The SDK provides a modern, strongly-typed, production-ready interface for interacting with all **MVR v2.6.0-enterprise** API endpoints.<br>---<br>## 🔥 Features Included<br>### Core Endpoints- ✔ MVR Scores - ✔ Survey Aggregation - ✔ Trends & Relational Velocity - ✔ Forecasts & PMF Projections - ✔ Benchmarking - ✔ Insights - ✔ Market Temperature Index - ✔ Policy Multi-Audit <br>### System Utilities- ✔ Usage endpoint - ✔ Metadata endpoint - ✔ Health checks - ✔ “Who Am I” endpoint - ✔ Documentation endpoint <br>### Authentication- ✔ API Key (License + Buyer Email) - ✔ Session Tokens (via `withSession()`)<br>---<br>## 📦 Installation<br>```bashnpm install @africanmarketos/mvr-api-client<br>🧠 Quick Startimport { MVRApiClient } from '@africanmarketos/mvr-api-client';<br>// Initialize clientconst client = new MVRApiClient({ license: 'your-license-key', email: 'your@email.com'});<br>// Fetch MVR Scoresconst scores = await client.getScores('fintech');console.log('MVR Index:', scores.mvr_index);<br>🔐 Error Handling Exampletry { const result = await client.getScores();} catch (error) { if (error.error_code === 'RATE_LIMIT_EXCEEDED') { console.log(`Rate limited. Retry after ${error.retry_after}s`); }}<br>🔗 Licensing & Usage Policy<br>The SDK is MIT-licensed for free use.<br>However, the MVR Framework™ (methodology, diagnostics, terminology, and indices) follows the African Market OS Commercial & Referral Use Policy.<br>Machine-readable license:https://africanmarketos.com/.well-known/mvr-license.json<br>Commercial-use policy:https://africanmarketos.com/african-market-os-mvr-framework-commercial-referral-use-policy/<br>🤖 Automated Publishing<br>This release automatically triggers GitHub Actions to:<br>Build the SDK<br>Package it<br>Publish to npm under:@africanmarketos/mvr-api-client<br>No manual action required.<br>Thank you for using the MVR Framework™ ecosystem.For support, licensing, or partnerships, contact [info@africanmarketos.com]mailto:info@africanmarketos.com).<br>
提供机构:
figshare
创建时间:
2025-11-13



