Docs
SDKs
TypeScript and Python SDKs. Generated from the same OpenAPI spec.
TypeScript
import { Getway } from "@clearie/getway";
const gw = new Getway({ apiKey: process.env.CLEARIE_KEY! });
const hsn = await gw.master.hsn.exports({ hsn: "2710" });Python
from clearie_getway import Getway gw = Getway(api_key=os.environ["CLEARIE_KEY"]) hsn = gw.master.hsn.exports(hsn="2710")
Generated reference
Full OpenAPI 3.1 spec is published at https://getway.clearie.neximprove.com/v1/openapi.json — use it with your favourite codegen.