Using apicurio-registry-client-sdk-js with apicurio.local

TypeScript integration

✓ Official SDK
Install
npm install apicurio-registry-client-sdk-js
Quick start
import Apicurio_registry_client_sdk_js from 'apicurio-registry-client-sdk-js';

const client = new Apicurio_registry_client_sdk_js({ apiKey: "YOUR_API_KEY" });
List groups
curl \
  http://apicurio.local/groups
Get current user
curl \
  http://apicurio.local/users/me
List global rules
curl \
  http://apicurio.local/admin/rules
SDK on GitHub 📄 API Docs
SDK
apicurio-registry-client-sdk-js
TypeScript
API
apicurio.local
apicurio.local:registry
At a glance
Language TypeScript
Endpoints64
Base URLhttp://apicurio.local
✓ Official