You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -121,45 +121,45 @@ if res.connection_response is not None:
121
121
## Available Resources and Operations
122
122
123
123
124
-
### connections
124
+
### [connections](docs/connections/README.md)
125
125
126
-
*`create_connection` - Create a connection
127
-
*`delete_connection` - Delete a Connection
128
-
*`get_connection` - Get Connection details
129
-
*`list_connections` - List connections
126
+
*[create_connection](docs/connections/README.md#create_connection) - Create a connection
127
+
*[delete_connection](docs/connections/README.md#delete_connection) - Delete a Connection
128
+
*[get_connection](docs/connections/README.md#get_connection) - Get Connection details
129
+
*[list_connections](docs/connections/README.md#list_connections) - List connections
130
130
131
-
### destinations
131
+
### [destinations](docs/destinations/README.md)
132
132
133
-
*`create_destination` - Create a destination
134
-
*`delete_destination` - Delete a Destination
135
-
*`get_destination` - Get Destination details
136
-
*`list_destinations` - List destinations
133
+
*[create_destination](docs/destinations/README.md#create_destination) - Create a destination
134
+
*[delete_destination](docs/destinations/README.md#delete_destination) - Delete a Destination
135
+
*[get_destination](docs/destinations/README.md#get_destination) - Get Destination details
136
+
*[list_destinations](docs/destinations/README.md#list_destinations) - List destinations
137
137
138
-
### jobs
138
+
### [jobs](docs/jobs/README.md)
139
139
140
-
*`cancel_job` - Cancel a running Job
141
-
*`create_job` - Trigger a sync or reset job of a connection
142
-
*`get_job` - Get Job status and details
143
-
*`list_jobs` - List Jobs by sync type
140
+
*[cancel_job](docs/jobs/README.md#cancel_job) - Cancel a running Job
141
+
*[create_job](docs/jobs/README.md#create_job) - Trigger a sync or reset job of a connection
142
+
*[get_job](docs/jobs/README.md#get_job) - Get Job status and details
143
+
*[list_jobs](docs/jobs/README.md#list_jobs) - List Jobs by sync type
144
144
145
-
### sources
145
+
### [sources](docs/sources/README.md)
146
146
147
-
*`create_source` - Create a source
148
-
*`delete_source` - Delete a Source
149
-
*`get_source` - Get Source details
150
-
*`initiate_o_auth` - Initiate OAuth for a source
151
-
*`list_sources` - List sources
147
+
*[create_source](docs/sources/README.md#create_source) - Create a source
148
+
*[delete_source](docs/sources/README.md#delete_source) - Delete a Source
149
+
*[get_source](docs/sources/README.md#get_source) - Get Source details
150
+
*[initiate_o_auth](docs/sources/README.md#initiate_o_auth) - Initiate OAuth for a source
151
+
*[list_sources](docs/sources/README.md#list_sources) - List sources
152
152
153
-
### streams
153
+
### [streams](docs/streams/README.md)
154
154
155
-
*`get_stream_properties` - Get stream properties
155
+
*[get_stream_properties](docs/streams/README.md#get_stream_properties) - Get stream properties
156
156
157
-
### workspaces
157
+
### [workspaces](docs/workspaces/README.md)
158
158
159
-
*`create_or_update_workspace_o_auth_credentials` - Create OAuth override credentials for a workspace and source type.
160
-
*`create_workspace` - Create a workspace
161
-
*`get_workspace` - Get Workspace details
162
-
*`list_workspaces` - List workspaces
159
+
*[create_or_update_workspace_o_auth_credentials](docs/workspaces/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
160
+
*[create_workspace](docs/workspaces/README.md#create_workspace) - Create a workspace
161
+
*[get_workspace](docs/workspaces/README.md#get_workspace) - Get Workspace details
162
+
*[list_workspaces](docs/workspaces/README.md#list_workspaces) - List workspaces
0 commit comments