Using shadow-horizon with probely.com

TypeScript integration

Install

npm install shadow-horizon

Quick start

import Shadow_horizon from 'shadow-horizon';

const client = new Shadow_horizon({ 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
shadow-horizon
TypeScript
API
probely.com
probely.com

At a glance

Language TypeScript
Endpoints147
Base URLhttps://api.probely.com