Skip to content

chore: speakeasy sdk regeneration - Generate #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
02758b5
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.8.6
speakeasybot Mar 8, 2023
edd117f
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.8.7
speakeasybot Mar 9, 2023
61f6903
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.9.1
speakeasybot Mar 10, 2023
0ea5414
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.9.2
speakeasybot Mar 11, 2023
85879aa
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.9.2
speakeasybot Mar 14, 2023
0b5153d
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.11.0
speakeasybot Mar 15, 2023
4e7fcaa
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.12.0
speakeasybot Mar 16, 2023
35a3ed9
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.12.1
speakeasybot Mar 17, 2023
c9e53c1
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.12.3
speakeasybot Mar 18, 2023
28fb492
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.12.4
speakeasybot Mar 21, 2023
ccf2845
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.13.0
speakeasybot Mar 22, 2023
5f0d0f2
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.15.0
speakeasybot Mar 23, 2023
99b233e
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.17.0
speakeasybot Mar 24, 2023
b2eaf72
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.18.7
speakeasybot Mar 25, 2023
c2be4a7
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.18.9
speakeasybot Mar 28, 2023
f6b813d
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.19.2
speakeasybot Mar 29, 2023
6b55bdc
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.19.3
speakeasybot Apr 1, 2023
bbc202d
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.19.6
speakeasybot Apr 6, 2023
ddc0448
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.19.7
speakeasybot Apr 12, 2023
74fdddd
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.20.0
speakeasybot Apr 14, 2023
80561aa
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.20.1
speakeasybot Apr 18, 2023
6ed39fe
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.20.2
speakeasybot Apr 19, 2023
29bd5c9
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.21.3
speakeasybot Apr 20, 2023
113c849
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.21.4
speakeasybot Apr 21, 2023
502b038
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.22.1
speakeasybot Apr 22, 2023
065161e
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.22.2
speakeasybot Apr 25, 2023
68e5128
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.23.1
speakeasybot Apr 26, 2023
65b6521
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.25.1
speakeasybot Apr 27, 2023
6218506
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.26.2
speakeasybot Apr 28, 2023
999e952
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.26.4
speakeasybot Apr 29, 2023
cd9e293
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.26.5
speakeasybot May 2, 2023
cc02ca1
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.27.0
speakeasybot May 3, 2023
3b4a272
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.29.0
speakeasybot May 5, 2023
1c99eed
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.29.1
speakeasybot May 6, 2023
d89a4a0
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.29.2
speakeasybot May 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 31 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
### Gradle

```groovy
implementation 'fabra.io.javasdk:fabra-java-sdk:0.3.0'
implementation 'fabra.io.javasdk:fabra-java-sdk:0.19.2'
```
<!-- End SDK Installation -->

Expand All @@ -22,73 +22,67 @@ implementation 'fabra.io.javasdk:fabra-java-sdk:0.3.0'
package hello.world;

import fabra.io.javasdk.Fabra;
import fabra.io.javasdk.models.operations.GetNamespacesRequest;
import fabra.io.javasdk.models.operations.GetNamespacesResponse;
import fabra.io.javasdk.models.shared.Security;

public class Application {
public static void main(String[] args) {
try {
Fabra.Builder builder = Fabra.builder();
Fabra sdk = Fabra.builder()
.setSecurity(new Security("corrupti") {{
apiKeyAuth = "YOUR_API_KEY_HERE";
}})
.build();

builder.setSecurity(
new Security() {{
apiKeyAuth = new SchemeAPIKeyAuth() {{
apiKey = "YOUR_API_KEY_HERE";
}};
}}
);

Fabra sdk = builder.build();

GetNamespacesRequest req = new GetNamespacesRequest() {{
queryParams = new GetNamespacesQueryParams() {{
connectionID = 548814;
}};
}};
GetNamespacesRequest req = new GetNamespacesRequest(592845L);

GetNamespacesResponse res = sdk.connection.getNamespaces(req);

if (res.getNamespaces200ApplicationJSONObject.isPresent()) {
if (res.namespaces != null) {
// handle response
}
} catch (Exception e) {
// handle exception
}
}
}
```
<!-- End SDK Example Usage -->

<!-- Start SDK Available Operations -->
## SDK Available Operations
## Available Resources and Operations


### connection
### [connection](docs/connection/README.md)

* `getNamespaces` - Get all namespaces
* `getSchema` - Get schema for table
* `getTables` - Get all tables
* [getNamespaces](docs/connection/README.md#getnamespaces) - Get all namespaces
* [getSchema](docs/connection/README.md#getschema) - Get schema for table
* [getTables](docs/connection/README.md#gettables) - Get all tables

### destination
### [destination](docs/destination/README.md)

* `createDestination` - Create a new destination
* `getDestinations` - Get all destinations
* [createDestination](docs/destination/README.md#createdestination) - Create a new destination
* [getDestinations](docs/destination/README.md#getdestinations) - Get all destinations

### linkToken
### [linkToken](docs/linktoken/README.md)

* `createLinkToken` - Create a new link token
* [createLinkToken](docs/linktoken/README.md#createlinktoken) - Create a new link token

### object
### [object](docs/object/README.md)

* `createObject` - Create a new object
* `getObjects` - Get all objects
* [createObject](docs/object/README.md#createobject) - Create a new object
* [getObjects](docs/object/README.md#getobjects) - Get all objects

### source
### [source](docs/source/README.md)

* `createSource` - Create a new source
* `getSources` - Get all sources
* [createSource](docs/source/README.md#createsource) - Create a new source
* [getSources](docs/source/README.md#getsources) - Get all sources

### sync
### [sync](docs/sync/README.md)

* `createSync` - Create a new sync
* `getSyncs` - Get all syncs
* [createSync](docs/sync/README.md#createsync) - Create a new sync
* [getSyncs](docs/sync/README.md#getsyncs) - Get all syncs
<!-- End SDK Available Operations -->

### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
212 changes: 211 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,214 @@ Based on:
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.8.5 https://github.com/speakeasy-api/speakeasy
- Speakeasy CLI 1.8.5 https://github.com/speakeasy-api/speakeasy

## 2023-03-08 01:53:33
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.8.6 https://github.com/speakeasy-api/speakeasy

## 2023-03-09 01:54:02
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.8.7 https://github.com/speakeasy-api/speakeasy

## 2023-03-10 01:54:11
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.9.1 https://github.com/speakeasy-api/speakeasy

## 2023-03-11 01:37:54
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.9.2 https://github.com/speakeasy-api/speakeasy

## 2023-03-14 01:24:52
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.9.2 https://github.com/speakeasy-api/speakeasy

## 2023-03-15 01:41:47
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.11.0 https://github.com/speakeasy-api/speakeasy

## 2023-03-16 01:42:21
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.12.0 https://github.com/speakeasy-api/speakeasy

## 2023-03-17 01:40:35
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.12.1 https://github.com/speakeasy-api/speakeasy

## 2023-03-18 01:40:43
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy

## 2023-03-21 01:34:45
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.12.4 https://github.com/speakeasy-api/speakeasy

## 2023-03-22 01:35:51
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.13.0 https://github.com/speakeasy-api/speakeasy

## 2023-03-23 01:36:32
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.15.0 https://github.com/speakeasy-api/speakeasy

## 2023-03-24 01:35:54
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.17.0 https://github.com/speakeasy-api/speakeasy

## 2023-03-25 01:33:29
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.18.7 https://github.com/speakeasy-api/speakeasy

## 2023-03-28 01:39:46
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.18.9 https://github.com/speakeasy-api/speakeasy

## 2023-03-29 01:46:45
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.19.2 https://github.com/speakeasy-api/speakeasy

## 2023-04-01 01:36:10
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.19.3 https://github.com/speakeasy-api/speakeasy

## 2023-04-06 01:26:14
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.19.6 https://github.com/speakeasy-api/speakeasy

## 2023-04-12 01:34:27
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.19.7 https://github.com/speakeasy-api/speakeasy

## 2023-04-14 01:30:28
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.20.0 https://github.com/speakeasy-api/speakeasy

## 2023-04-18 01:33:16
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.20.1 https://github.com/speakeasy-api/speakeasy

## 2023-04-19 01:36:33
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.20.2 https://github.com/speakeasy-api/speakeasy

## 2023-04-20 01:26:24
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.21.3 https://github.com/speakeasy-api/speakeasy

## 2023-04-21 01:33:26
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.21.4 https://github.com/speakeasy-api/speakeasy

## 2023-04-22 01:34:03
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.22.1 https://github.com/speakeasy-api/speakeasy

## 2023-04-25 01:36:05
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.22.2 https://github.com/speakeasy-api/speakeasy

## 2023-04-26 01:34:21
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.23.1 https://github.com/speakeasy-api/speakeasy

## 2023-04-27 01:36:24
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.25.1 https://github.com/speakeasy-api/speakeasy

## 2023-04-28 01:37:10
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.26.2 https://github.com/speakeasy-api/speakeasy

## 2023-04-29 01:34:40
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.26.4 https://github.com/speakeasy-api/speakeasy

## 2023-05-02 01:35:27
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.26.5 https://github.com/speakeasy-api/speakeasy

## 2023-05-03 01:35:04
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.27.0 https://github.com/speakeasy-api/speakeasy

## 2023-05-05 01:23:42
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.29.0 https://github.com/speakeasy-api/speakeasy

## 2023-05-06 01:24:04
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.29.1 https://github.com/speakeasy-api/speakeasy

## 2023-05-10 01:30:43
### Changes
Based on:
- OpenAPI Doc 0.1.0 https://fabra-io.github.io/docs/openapi.yaml
- Speakeasy CLI 1.29.2 https://github.com/speakeasy-api/speakeasy
28 changes: 11 additions & 17 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,30 @@
package hello.world;

import fabra.io.javasdk.Fabra;
import fabra.io.javasdk.models.operations.GetNamespacesRequest;
import fabra.io.javasdk.models.operations.GetNamespacesResponse;
import fabra.io.javasdk.models.shared.Security;

public class Application {
public static void main(String[] args) {
try {
Fabra.Builder builder = Fabra.builder();
Fabra sdk = Fabra.builder()
.setSecurity(new Security("corrupti") {{
apiKeyAuth = "YOUR_API_KEY_HERE";
}})
.build();

builder.setSecurity(
new Security() {{
apiKeyAuth = new SchemeAPIKeyAuth() {{
apiKey = "YOUR_API_KEY_HERE";
}};
}}
);

Fabra sdk = builder.build();

GetNamespacesRequest req = new GetNamespacesRequest() {{
queryParams = new GetNamespacesQueryParams() {{
connectionID = 548814;
}};
}};
GetNamespacesRequest req = new GetNamespacesRequest(592845L);

GetNamespacesResponse res = sdk.connection.getNamespaces(req);

if (res.getNamespaces200ApplicationJSONObject.isPresent()) {
if (res.namespaces != null) {
// handle response
}
} catch (Exception e) {
// handle exception
}
}
}
```
<!-- End SDK Example Usage -->
Loading