Summary
The user is trying to get a TypeScript client that works with the Cloud API. They have used fragments of the API but are unsure how to get the complete API with servers that include the hosted Cloud service or how to control the servers. They are also asking if they should generate multiple clients using different API references.
Question
community, I ask this question https://airbytehq.slack.com/archives/C01AHCD885S/p1715186106745739 and the AI doesn’t know.
I’m trying to get a TypeScript client that works with the Cloud API. I’ve used npx api install "@airbyte-api/v1#3985sslrl7f7la"
, but those seem to be fragments of the API. How can I get the complete API with a servers
that includes the hosted Cloud service, or how can I control the servers?
OR, should I be generating multiple clients, one using the npx api install ???
of each page in the API reference documentation? For example, run npx api install "@airbyte-api/v1#3985sslrl7f7la"
and call that one @api/airbyte-api-workspaces
; run npx api install "@airbyte-api/v1#ggq35loywl8vx"
and call that one @api/airbyte-api-connections
, etc.?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.