All plugins
X API
X API v2 endpoints converted from the official Postman collection
APICategory: commsPopularity 74
x_apiX API v2 endpoints converted from the official Postman collection
Open in dashboard →
See the live tool list, OAuth status, and recent calls.
Install command
Run the install command shown below to add this plugin to your workspace.
Install
hrbr plugins install x-apiHarbor calls https://api.x.com (driven by the upstream OpenAPI spec).
Quick start
hrbr exec 'return await x_api.get({ /* see schema */ })'Or from a Function:
import { defineOrbitJob } from "@hrbr/orbit";
export default defineOrbitJob({
name: "x-api-example",
handler: async (ctx) => {
return await ctx.plugins.x_api.list({ limit: 5 });
},
});Tools
Tools are generated from the upstream OpenAPI spec. Inspect with:
hrbr plugins tools x-apiOr open the dashboard plugin page for the live tool list.