Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file modified .gitattributes
100755 → 100644
Empty file.
39 changes: 20 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ The Developer Portal UI can also be used to help build your integration by showi
### Gradle

```groovy
implementation 'com.airbyte.api:public-api:0.42.1'
implementation 'com.airbyte.api:public-api:0.44.3'
```
<!-- End SDK Installation -->

## SDK Example Usage
<!-- Start SDK Example Usage -->
### Example

```java
package hello.world;

Expand All @@ -48,41 +50,40 @@ public class Application {
public static void main(String[] args) {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security() {{
basicAuth = new SchemeBasicAuth("violet", "Account") {{
.setSecurity(new Security(){{
basicAuth = new SchemeBasicAuth("string", "string"){{
password = "";
username = "";
}};
}})
.build();

com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("d1e36208-3eaf-4c85-9914-e0a570f6dd42", "7d83a555-8478-4358-8232-5b6c7b3fd2fd") {{
configurations = new StreamConfigurations() {{
com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("c669dd1e-3620-483e-afc8-55914e0a570f", "6dd427d8-3a55-4584-b835-842325b6c7b3"){{
configurations = new StreamConfigurations(){{
streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{
add(new StreamConfiguration("though") {{
add(new StreamConfiguration("string"){{
cursorField = new String[]{{
add("Ergonomic"),
add("string"),
}};
name = "Hyundai West";
name = "string";
primaryKey = new String[][]{{
add(new String[]{{
add("tesla"),
add("string"),
}}),
}};
syncMode = ConnectionSyncModeEnum.FULL_REFRESH_APPEND;
}}),
}};
}};;
dataResidency = GeographyEnum.US;
name = "sans contingency models";
namespaceDefinition = NamespaceDefinitionEnum.DESTINATION;
}};
dataResidency = GeographyEnum.EU;
name = "string";
namespaceDefinition = NamespaceDefinitionEnum.CUSTOM_FORMAT;
namespaceFormat = "${SOURCE_NAMESPACE}";
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.IGNORE;
prefix = "olive Reggae Sweden";
schedule = new ConnectionSchedule(ScheduleTypeEnum.CRON) {{
cronExpression = "Rupee";
}};;
status = ConnectionStatusEnum.INACTIVE;
prefix = "string";
schedule = new ConnectionSchedule(ScheduleTypeEnum.CRON){{
cronExpression = "string";
}};
status = ConnectionStatusEnum.DEPRECATED;
}};

CreateConnectionResponse res = sdk.connections.createConnection(req);
Expand Down
52 changes: 51 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -801,4 +801,54 @@ Based on:
### Generated
- [java v0.42.1] .
### Releases
- [Maven Central v0.42.1] https://central.sonatype.com/artifact/com.airbyte/api/0.42.1 - .
- [Maven Central v0.42.1] https://central.sonatype.com/artifact/com.airbyte/api/0.42.1 - .

## 2023-11-06 00:13:00
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.112.1 (2.173.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.43.0] .
### Releases
- [Maven Central v0.43.0] https://central.sonatype.com/artifact/com.airbyte/api/0.43.0 - .

## 2023-11-07 00:12:25
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.114.1 (2.181.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.44.0] .
### Releases
- [Maven Central v0.44.0] https://central.sonatype.com/artifact/com.airbyte/api/0.44.0 - .

## 2023-11-09 00:12:04
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.116.0 (2.185.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.44.1] .
### Releases
- [Maven Central v0.44.1] https://central.sonatype.com/artifact/com.airbyte/api/0.44.1 - .

## 2023-11-14 00:12:26
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.119.1 (2.188.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.44.2] .
### Releases
- [Maven Central v0.44.2] https://central.sonatype.com/artifact/com.airbyte/api/0.44.2 - .

## 2023-11-14 21:52:02
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.120.0 (2.188.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.44.3] .
### Releases
- [Maven Central v0.44.3] https://central.sonatype.com/artifact/com.airbyte/api/0.44.3 - .
37 changes: 17 additions & 20 deletions USAGE.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<!-- Start SDK Example Usage -->


```java
package hello.world;

Expand All @@ -22,41 +20,40 @@ public class Application {
public static void main(String[] args) {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security() {{
basicAuth = new SchemeBasicAuth("violet", "Account") {{
.setSecurity(new Security(){{
basicAuth = new SchemeBasicAuth("string", "string"){{
password = "";
username = "";
}};
}})
.build();

com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("d1e36208-3eaf-4c85-9914-e0a570f6dd42", "7d83a555-8478-4358-8232-5b6c7b3fd2fd") {{
configurations = new StreamConfigurations() {{
com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("c669dd1e-3620-483e-afc8-55914e0a570f", "6dd427d8-3a55-4584-b835-842325b6c7b3"){{
configurations = new StreamConfigurations(){{
streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{
add(new StreamConfiguration("though") {{
add(new StreamConfiguration("string"){{
cursorField = new String[]{{
add("Ergonomic"),
add("string"),
}};
name = "Hyundai West";
name = "string";
primaryKey = new String[][]{{
add(new String[]{{
add("tesla"),
add("string"),
}}),
}};
syncMode = ConnectionSyncModeEnum.FULL_REFRESH_APPEND;
}}),
}};
}};;
dataResidency = GeographyEnum.US;
name = "sans contingency models";
namespaceDefinition = NamespaceDefinitionEnum.DESTINATION;
}};
dataResidency = GeographyEnum.EU;
name = "string";
namespaceDefinition = NamespaceDefinitionEnum.CUSTOM_FORMAT;
namespaceFormat = "${SOURCE_NAMESPACE}";
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.IGNORE;
prefix = "olive Reggae Sweden";
schedule = new ConnectionSchedule(ScheduleTypeEnum.CRON) {{
cronExpression = "Rupee";
}};;
status = ConnectionStatusEnum.INACTIVE;
prefix = "string";
schedule = new ConnectionSchedule(ScheduleTypeEnum.CRON){{
cronExpression = "string";
}};
status = ConnectionStatusEnum.DEPRECATED;
}};

CreateConnectionResponse res = sdk.connections.createConnection(req);
Expand Down
Empty file modified docs/models/operations/CancelJobRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/CancelJobResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/CreateConnectionResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/CreateDestinationResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/CreateJobResponse.md
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file modified docs/models/operations/CreateSourceResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/CreateWorkspaceResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/DeleteConnectionRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/DeleteConnectionResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/DeleteDestinationRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/DeleteDestinationResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/DeleteSourceRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/DeleteSourceResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/DeleteWorkspaceRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/DeleteWorkspaceResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/GetConnectionRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/GetConnectionResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/GetDestinationRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/GetDestinationResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/GetJobRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/GetJobResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/GetSourceRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/GetSourceResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/GetStreamPropertiesRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/GetStreamPropertiesResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/GetWorkspaceRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/GetWorkspaceResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/InitiateOAuthResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/ListConnectionsRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/ListConnectionsResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/ListDestinationsRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/ListDestinationsResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/ListJobsRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/ListJobsResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/ListSourcesRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/ListSourcesResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/ListWorkspacesRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/ListWorkspacesResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/PatchConnectionRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/PatchConnectionResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/PatchDestinationRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/PatchDestinationResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/PatchSourceRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/PatchSourceResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/PutDestinationRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/PutDestinationResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/PutSourceRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/PutSourceResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/UpdateWorkspaceRequest.md
100755 → 100644
Empty file.
Empty file modified docs/models/operations/UpdateWorkspaceResponse.md
100755 → 100644
Empty file.
Empty file modified docs/models/shared/ActorTypeEnum.md
100755 → 100644
Empty file.
10 changes: 0 additions & 10 deletions docs/models/shared/Airtable.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/models/shared/AirtableCredentials.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/models/shared/AmazonAds.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/models/shared/AmazonSellerPartner.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/models/shared/Asana.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/models/shared/AsanaCredentials.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/models/shared/BingAds.md

This file was deleted.

Loading