Using silver-mistral with probely.com

TypeScript integration

Install
npm install silver-mistral
Quick start
import Silver_mistral from 'silver-mistral';

const client = new Silver_mistral({ apiKey: "YOUR_API_KEY" });
List API keys allowed to operate on account
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.probely.com/keys/
Subscription plans
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.probely.com/plans/
List users
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.probely.com/users/
SDK on GitHub 📄 API Docs
SDK
silver-mistral
TypeScript
API
probely.com
probely.com
At a glance
Language TypeScript
Endpoints147
Base URLhttps://api.probely.com