AEVIONTrust · IP · Globus
DemoAuthQRightQSignBureauPlanetAwardsBankChessPricingAPI
← Developers

AEVION SDK playground

Pick a method from @aevion-io/catalog-client, fill in the args, hit ⌘↵ and see exactly what the SDK would return — no install, no boilerplate. URL-builder methods skip the network and just show you a copyable link.

ReadGET /api/aevion/catalog — primary feed. Comma-separated status / tag / kind / fields filters narrow & project the response.
Arguments
comma-separated; leave blank for all
projection — slim the payload
⌘↵ / ctrl+↵ also runs/api/aevion/catalog?status=mvp%2Claunched
SDK call
import { AevionCatalog } from "@aevion-io/catalog-client";
const cat = new AevionCatalog();

const { items } = await cat.list({
  status: ["mvp", "launched"],
});
curl
curl -s '/api-backend/api/aevion/catalog?status=mvp%2Claunched' | jq .
npm install
npm i @aevion-io/catalog-client
ResponseRun the method to see the response.
// no response yet — press Run
Tip
The playground issues fetches directly against /api/aevion/* — the npm package wraps the same endpoints. URL builders never call the network; they return a deterministic URL you can hand to a browser, spreadsheet importer or CI script.
SDK: @aevion-io/catalog-client · Catalog explorer · OpenAPI explorer · Health dashboard · Version & SDK · Sitemap explorer · Badge builder · Public status