Skip to content

Commit

Permalink
OpenAPI spec and SDK update: Wed Aug 7 22:26:36 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Aug 7, 2024
1 parent 0b7bba7 commit 8e4bbac
Show file tree
Hide file tree
Showing 653 changed files with 5,170 additions and 5,606 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# exoscale4j
# sdk

Java SDK for interacting with Exoscale Cloud Services.

Expand All @@ -7,7 +7,7 @@ Exoscale Public API

- API version: 2.0.0

- Build date: 2024-08-07T11:18:35.752314Z[Etc/UTC]
- Build date: 2024-08-07T22:25:50.955886Z[Etc/UTC]


- Generator version: 7.4.0
Expand Down Expand Up @@ -37,8 +37,8 @@ Maven users can simply add the below dependency to their `pom.xml` :

```xml
<dependency>
<groupId>com.exoscale.exoscale4j</groupId>
<artifactId>exoscale4j</artifactId>
<groupId>com.exoscale.sdk</groupId>
<artifactId>sdk</artifactId>
<version>0.0.2-ALPHA</version>
<scope>compile</scope>
</dependency>
Expand All @@ -56,7 +56,7 @@ url "url_to_your_maven_repository"
dependencies {
implementation 'com.exoscale.exoscale4j:exoscale4j:0.0.2-ALPHA'
implementation 'com.exoscale.sdk:sdk:0.0.2-ALPHA'
}
```

Expand All @@ -69,7 +69,7 @@ mvn clean package

Then manually install the following JARs:

- target/exoscale4j-0.0.2-ALPHA.jar
- target/sdk-0.0.2-ALPHA.jar
- target/lib/*.jar

## Getting Started
Expand All @@ -78,8 +78,8 @@ Please follow the [installation](#installation) instruction and execute the foll

```java

import com.exoscale.exoscale4j.client.*;
import com.exoscale.exoscale4j.model.*;
import com.exoscale.sdk.client.*;
import com.exoscale.sdk.model.*;
import java.util.UUID;

public class NewInstanceExample {
Expand Down
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
openapi: 3.0.0
info:
version: 2.0.1
version: 2.0.0
termsOfService: https://exoscale.com/terms
contact:
email: api@exoscale.com
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<invokerPackage>com.exoscale.sdk.client</invokerPackage>
<groupId>com.exoscale.sdk</groupId>
<artifactId>sdk</artifactId>
<artifactVersion>0.0.1-ALPHA</artifactVersion>
<artifactVersion>0.0.2-ALPHA</artifactVersion>
<artifactUrl>https://github.com/exoscale/exoscale4j</artifactUrl>
<artifactDescription>Java SDK for interacting with Exoscale Cloud Services.</artifactDescription>
<scmConnection>scm:git:git://github.com/exoscale4j.git</scmConnection>
Expand Down
646 changes: 323 additions & 323 deletions sdk/.openapi-generator/FILES

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# exoscale4j
# sdk

Java SDK for interacting with Exoscale Cloud Services.

Expand All @@ -7,7 +7,7 @@ Exoscale Public API

- API version: 2.0.0

- Build date: 2024-08-07T11:18:35.752314Z[Etc/UTC]
- Build date: 2024-08-07T22:25:50.955886Z[Etc/UTC]


- Generator version: 7.4.0
Expand Down Expand Up @@ -37,8 +37,8 @@ Maven users can simply add the below dependency to their `pom.xml` :

```xml
<dependency>
<groupId>com.exoscale.exoscale4j</groupId>
<artifactId>exoscale4j</artifactId>
<groupId>com.exoscale.sdk</groupId>
<artifactId>sdk</artifactId>
<version>0.0.2-ALPHA</version>
<scope>compile</scope>
</dependency>
Expand All @@ -56,7 +56,7 @@ url "url_to_your_maven_repository"
dependencies {
implementation 'com.exoscale.exoscale4j:exoscale4j:0.0.2-ALPHA'
implementation 'com.exoscale.sdk:sdk:0.0.2-ALPHA'
}
```

Expand All @@ -69,7 +69,7 @@ mvn clean package

Then manually install the following JARs:

- target/exoscale4j-0.0.2-ALPHA.jar
- target/sdk-0.0.2-ALPHA.jar
- target/lib/*.jar

## Getting Started
Expand All @@ -78,8 +78,8 @@ Please follow the [installation](#installation) instruction and execute the foll

```java

import com.exoscale.exoscale4j.client.*;
import com.exoscale.exoscale4j.model.*;
import com.exoscale.sdk.client.*;
import com.exoscale.sdk.model.*;
import java.util.UUID;

public class NewInstanceExample {
Expand Down
106 changes: 0 additions & 106 deletions sdk/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion sdk/build.sbt

This file was deleted.

Loading

0 comments on commit 8e4bbac

Please sign in to comment.