{ "opencollection": "1.0.0", "info": { "name": "Ballerina Central Connectors API", "version": "1.0.0" }, "items": [ { "info": { "name": "Connectors", "type": "folder" }, "items": [ { "info": { "name": "Search connectors", "type": "http" }, "http": { "method": "GET", "url": "https://api.central.ballerina.io/2.0/connectors", "params": [ { "name": "q", "value": "", "type": "query", "description": "Search query string" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" } ] }, "docs": "Search for Ballerina connectors (client libraries for external services)." }, { "info": { "name": "Get connector details", "type": "http" }, "http": { "method": "GET", "url": "https://api.central.ballerina.io/2.0/connectors/:org/:name/:version", "params": [ { "name": "org", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ] }, "docs": "Returns details for a specific connector version." } ] } ], "bundled": true }