Skip to content

Commit e3f5e32

Browse files
chore: speakeasy sdk regeneration - Generate (#7)
1 parent 7e9ca5c commit e3f5e32

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1241
-358
lines changed

README.md

Lines changed: 28 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -10,71 +10,66 @@
1010
## SDK Installation
1111

1212
```bash
13-
pip install fabra
13+
pip install git+<UNSET>.git
1414
```
1515
<!-- End SDK Installation -->
1616

1717
## SDK Example Usage
1818
<!-- Start SDK Example Usage -->
1919
```python
2020
import fabra
21-
from fabra.models import operations, shared
21+
from fabra.models import operations
2222

23-
s = fabra.Fabra()
24-
s.config_security(
23+
s = fabra.Fabra(
2524
security=shared.Security(
26-
api_key_auth=shared.SchemeAPIKeyAuth(
27-
api_key="YOUR_API_KEY_HERE",
28-
),
29-
)
25+
api_key_auth="YOUR_API_KEY_HERE",
26+
),
3027
)
31-
28+
3229
req = operations.GetNamespacesRequest(
33-
query_params=operations.GetNamespacesQueryParams(
34-
connection_id=548814,
35-
),
30+
connection_id=548814,
3631
)
37-
32+
3833
res = s.connection.get_namespaces(req)
3934

40-
if res.get_namespaces_200_application_json_object is not None:
35+
if res.namespaces is not None:
4136
# handle response
4237
```
4338
<!-- End SDK Example Usage -->
4439

4540
<!-- Start SDK Available Operations -->
46-
## SDK Available Operations
41+
## Available Resources and Operations
4742

4843

49-
### connection
44+
### [connection](docs/connection/README.md)
5045

51-
* `get_namespaces` - Get all namespaces
52-
* `get_schema` - Get schema for table
53-
* `get_tables` - Get all tables
46+
* [get_namespaces](docs/connection/README.md#get_namespaces) - Get all namespaces
47+
* [get_schema](docs/connection/README.md#get_schema) - Get schema for table
48+
* [get_tables](docs/connection/README.md#get_tables) - Get all tables
5449

55-
### destination
50+
### [destination](docs/destination/README.md)
5651

57-
* `create_destination` - Create a new destination
58-
* `get_destinations` - Get all destinations
52+
* [create_destination](docs/destination/README.md#create_destination) - Create a new destination
53+
* [get_destinations](docs/destination/README.md#get_destinations) - Get all destinations
5954

60-
### link_token
55+
### [link_token](docs/linktoken/README.md)
6156

62-
* `create_link_token` - Create a new link token
57+
* [create_link_token](docs/linktoken/README.md#create_link_token) - Create a new link token
6358

64-
### object
59+
### [object](docs/object/README.md)
6560

66-
* `create_object` - Create a new object
67-
* `get_objects` - Get all objects
61+
* [create_object](docs/object/README.md#create_object) - Create a new object
62+
* [get_objects](docs/object/README.md#get_objects) - Get all objects
6863

69-
### source
64+
### [source](docs/source/README.md)
7065

71-
* `create_source` - Create a new source
72-
* `get_sources` - Get all sources
66+
* [create_source](docs/source/README.md#create_source) - Create a new source
67+
* [get_sources](docs/source/README.md#get_sources) - Get all sources
7368

74-
### sync
69+
### [sync](docs/sync/README.md)
7570

76-
* `create_sync` - Create a new sync
77-
* `get_syncs` - Get all syncs
71+
* [create_sync](docs/sync/README.md#create_sync) - Create a new sync
72+
* [get_syncs](docs/sync/README.md#get_syncs) - Get all syncs
7873
<!-- End SDK Available Operations -->
7974

8075
### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

RELEASES.md

Lines changed: 265 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,268 @@ Based on:
8282
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
8383
- Speakeasy CLI 1.8.5 https://github.com/speakeasy-api/speakeasy
8484
### Releases
85-
- [PyPI v0.5.2] https://pypi.org/project/fabra/0.5.2 - .
85+
- [PyPI v0.5.2] https://pypi.org/project/fabra/0.5.2 - .
86+
87+
## 2023-03-08 00:45:56
88+
### Changes
89+
Based on:
90+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
91+
- Speakeasy CLI 1.8.6 https://github.com/speakeasy-api/speakeasy
92+
### Releases
93+
- [PyPI v0.5.3] https://pypi.org/project/fabra/0.5.3 - .
94+
95+
## 2023-03-09 00:45:43
96+
### Changes
97+
Based on:
98+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
99+
- Speakeasy CLI 1.8.7 https://github.com/speakeasy-api/speakeasy
100+
### Releases
101+
- [PyPI v0.5.4] https://pypi.org/project/fabra/0.5.4 - .
102+
103+
## 2023-03-10 00:44:56
104+
### Changes
105+
Based on:
106+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
107+
- Speakeasy CLI 1.9.1 https://github.com/speakeasy-api/speakeasy
108+
### Releases
109+
- [PyPI v0.6.0] https://pypi.org/project/fabra/0.6.0 - .
110+
111+
## 2023-03-11 00:39:04
112+
### Changes
113+
Based on:
114+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
115+
- Speakeasy CLI 1.9.2 https://github.com/speakeasy-api/speakeasy
116+
### Releases
117+
- [PyPI v0.6.1] https://pypi.org/project/fabra/0.6.1 - .
118+
119+
## 2023-03-14 00:38:22
120+
### Changes
121+
Based on:
122+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
123+
- Speakeasy CLI 1.9.2 https://github.com/speakeasy-api/speakeasy
124+
### Releases
125+
- [PyPI v0.6.2] https://pypi.org/project/fabra/0.6.2 - .
126+
127+
## 2023-03-16 00:44:56
128+
### Changes
129+
Based on:
130+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
131+
- Speakeasy CLI 1.12.0 https://github.com/speakeasy-api/speakeasy
132+
### Releases
133+
- [PyPI v0.7.0] https://pypi.org/project/fabra/0.7.0 - .
134+
135+
## 2023-03-18 00:41:18
136+
### Changes
137+
Based on:
138+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
139+
- Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
140+
### Releases
141+
- [PyPI v0.7.1] https://pypi.org/project/fabra/0.7.1 - .
142+
143+
## 2023-03-21 00:40:04
144+
### Changes
145+
Based on:
146+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
147+
- Speakeasy CLI 1.12.4 https://github.com/speakeasy-api/speakeasy
148+
### Releases
149+
- [PyPI v0.7.2] https://pypi.org/project/fabra/0.7.2 - .
150+
151+
## 2023-03-22 00:39:50
152+
### Changes
153+
Based on:
154+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
155+
- Speakeasy CLI 1.13.0 https://github.com/speakeasy-api/speakeasy
156+
### Releases
157+
- [PyPI v0.8.0] https://pypi.org/project/fabra/0.8.0 - .
158+
159+
## 2023-03-23 00:40:53
160+
### Changes
161+
Based on:
162+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
163+
- Speakeasy CLI 1.15.0 https://github.com/speakeasy-api/speakeasy
164+
### Releases
165+
- [PyPI v0.9.0] https://pypi.org/project/fabra/0.9.0 - .
166+
167+
## 2023-03-24 00:40:29
168+
### Changes
169+
Based on:
170+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
171+
- Speakeasy CLI 1.17.0 https://github.com/speakeasy-api/speakeasy
172+
### Releases
173+
- [PyPI v0.10.0] https://pypi.org/project/fabra/0.10.0 - .
174+
175+
## 2023-03-25 00:40:01
176+
### Changes
177+
Based on:
178+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
179+
- Speakeasy CLI 1.18.7 https://github.com/speakeasy-api/speakeasy
180+
### Releases
181+
- [PyPI v0.11.0] https://pypi.org/project/fabra/0.11.0 - .
182+
183+
## 2023-03-28 00:42:36
184+
### Changes
185+
Based on:
186+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
187+
- Speakeasy CLI 1.18.9 https://github.com/speakeasy-api/speakeasy
188+
### Releases
189+
- [PyPI v0.11.1] https://pypi.org/project/fabra/0.11.1 - .
190+
191+
## 2023-03-29 00:45:28
192+
### Changes
193+
Based on:
194+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
195+
- Speakeasy CLI 1.19.2 https://github.com/speakeasy-api/speakeasy
196+
### Releases
197+
- [PyPI v0.12.0] https://pypi.org/project/fabra/0.12.0 - .
198+
199+
## 2023-04-01 00:40:54
200+
### Changes
201+
Based on:
202+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
203+
- Speakeasy CLI 1.19.3 https://github.com/speakeasy-api/speakeasy
204+
### Releases
205+
- [PyPI v0.12.1] https://pypi.org/project/fabra/0.12.1 - .
206+
207+
## 2023-04-06 00:37:44
208+
### Changes
209+
Based on:
210+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
211+
- Speakeasy CLI 1.19.6 https://github.com/speakeasy-api/speakeasy
212+
### Releases
213+
- [PyPI v0.12.2] https://pypi.org/project/fabra/0.12.2 - .
214+
215+
## 2023-04-12 00:38:33
216+
### Changes
217+
Based on:
218+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
219+
- Speakeasy CLI 1.19.7 https://github.com/speakeasy-api/speakeasy
220+
### Releases
221+
- [PyPI v0.12.3] https://pypi.org/project/fabra/0.12.3 - .
222+
223+
## 2023-04-14 00:37:45
224+
### Changes
225+
Based on:
226+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
227+
- Speakeasy CLI 1.20.0 https://github.com/speakeasy-api/speakeasy
228+
### Releases
229+
- [PyPI v0.13.0] https://pypi.org/project/fabra/0.13.0 - .
230+
231+
## 2023-04-18 00:38:14
232+
### Changes
233+
Based on:
234+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
235+
- Speakeasy CLI 1.20.1 https://github.com/speakeasy-api/speakeasy
236+
### Releases
237+
- [PyPI v0.13.1] https://pypi.org/project/fabra/0.13.1 - .
238+
239+
## 2023-04-19 00:40:44
240+
### Changes
241+
Based on:
242+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
243+
- Speakeasy CLI 1.20.2 https://github.com/speakeasy-api/speakeasy
244+
### Releases
245+
- [PyPI v0.13.2] https://pypi.org/project/fabra/0.13.2 - .
246+
247+
## 2023-04-20 00:38:21
248+
### Changes
249+
Based on:
250+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
251+
- Speakeasy CLI 1.21.3 https://github.com/speakeasy-api/speakeasy
252+
### Releases
253+
- [PyPI v0.14.0] https://pypi.org/project/fabra/0.14.0 - .
254+
255+
## 2023-04-21 00:38:29
256+
### Changes
257+
Based on:
258+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
259+
- Speakeasy CLI 1.21.4 https://github.com/speakeasy-api/speakeasy
260+
### Releases
261+
- [PyPI v0.14.1] https://pypi.org/project/fabra/0.14.1 - .
262+
263+
## 2023-04-22 00:39:10
264+
### Changes
265+
Based on:
266+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
267+
- Speakeasy CLI 1.22.1 https://github.com/speakeasy-api/speakeasy
268+
### Releases
269+
- [PyPI v0.15.0] https://pypi.org/project/fabra/0.15.0 - .
270+
271+
## 2023-04-25 00:40:02
272+
### Changes
273+
Based on:
274+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
275+
- Speakeasy CLI 1.22.2 https://github.com/speakeasy-api/speakeasy
276+
### Releases
277+
- [PyPI v0.15.1] https://pypi.org/project/fabra/0.15.1 - .
278+
279+
## 2023-04-26 00:39:50
280+
### Changes
281+
Based on:
282+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
283+
- Speakeasy CLI 1.23.1 https://github.com/speakeasy-api/speakeasy
284+
### Releases
285+
- [PyPI v0.16.0] https://pypi.org/project/fabra/0.16.0 - .
286+
287+
## 2023-04-27 00:42:00
288+
### Changes
289+
Based on:
290+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
291+
- Speakeasy CLI 1.25.1 https://github.com/speakeasy-api/speakeasy
292+
### Releases
293+
- [PyPI v0.17.0] https://pypi.org/project/fabra/0.17.0 - .
294+
295+
## 2023-04-28 00:40:34
296+
### Changes
297+
Based on:
298+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
299+
- Speakeasy CLI 1.26.2 https://github.com/speakeasy-api/speakeasy
300+
### Releases
301+
- [PyPI v0.18.0] https://pypi.org/project/fabra/0.18.0 - .
302+
303+
## 2023-04-29 00:38:21
304+
### Changes
305+
Based on:
306+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
307+
- Speakeasy CLI 1.26.4 https://github.com/speakeasy-api/speakeasy
308+
### Releases
309+
- [PyPI v0.18.1] https://pypi.org/project/fabra/0.18.1 - .
310+
311+
## 2023-05-02 00:40:21
312+
### Changes
313+
Based on:
314+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
315+
- Speakeasy CLI 1.26.5 https://github.com/speakeasy-api/speakeasy
316+
### Releases
317+
- [PyPI v0.18.2] https://pypi.org/project/fabra/0.18.2 - .
318+
319+
## 2023-05-03 00:39:29
320+
### Changes
321+
Based on:
322+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
323+
- Speakeasy CLI 1.27.0 https://github.com/speakeasy-api/speakeasy
324+
### Releases
325+
- [PyPI v0.19.0] https://pypi.org/project/fabra/0.19.0 - .
326+
327+
## 2023-05-05 00:36:44
328+
### Changes
329+
Based on:
330+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
331+
- Speakeasy CLI 1.29.0 https://github.com/speakeasy-api/speakeasy
332+
### Releases
333+
- [PyPI v0.20.0] https://pypi.org/project/fabra/0.20.0 - .
334+
335+
## 2023-05-06 00:36:18
336+
### Changes
337+
Based on:
338+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
339+
- Speakeasy CLI 1.29.1 https://github.com/speakeasy-api/speakeasy
340+
### Releases
341+
- [PyPI v0.20.1] https://pypi.org/project/fabra/0.20.1 - .
342+
343+
## 2023-05-10 00:39:15
344+
### Changes
345+
Based on:
346+
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
347+
- Speakeasy CLI 1.29.2 https://github.com/speakeasy-api/speakeasy
348+
### Releases
349+
- [PyPI v0.20.2] https://pypi.org/project/fabra/0.20.2 - .

0 commit comments

Comments
 (0)