{ "opencollection": "1.0.0", "info": { "name": "Vineyard Python Client Blobs Connection API", "version": "0.19.0" }, "items": [ { "info": { "name": "Connection", "type": "folder" }, "items": [ { "info": { "name": "Connect to Server", "type": "http" }, "http": { "method": "POST", "url": "ipc://{socket}/connect", "body": { "type": "json", "data": "{}" } }, "docs": "Establish a connection to a vineyard server via IPC socket or TCP endpoint. Returns a client object (IPCClient or RPCClient) for subsequent operations." } ] } ], "bundled": true }