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
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions edge-api/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ docs/EnvInfo.md
docs/ErOttEnrollmentRequest.md
docs/ExtendEnrollmentApi.md
docs/ExternalJwtSignerApi.md
docs/GenericEnroll.md
docs/IdentityAuthenticators.md
docs/IdentityAuthenticatorsCert.md
docs/IdentityAuthenticatorsUpdb.md
Expand Down Expand Up @@ -213,6 +214,7 @@ src/main/java/org/openziti/edge/model/EnrollmentCertsEnvelope.java
src/main/java/org/openziti/edge/model/EntityRef.java
src/main/java/org/openziti/edge/model/EnvInfo.java
src/main/java/org/openziti/edge/model/ErOttEnrollmentRequest.java
src/main/java/org/openziti/edge/model/GenericEnroll.java
src/main/java/org/openziti/edge/model/IdentityAuthenticators.java
src/main/java/org/openziti/edge/model/IdentityAuthenticatorsCert.java
src/main/java/org/openziti/edge/model/IdentityAuthenticatorsUpdb.java
Expand Down
11 changes: 6 additions & 5 deletions edge-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Ziti Edge Client

- API version: 0.26.39
- API version: 0.26.42

- Build date: 2025-01-27T11:11:53.726065456-05:00[America/New_York]
- Build date: 2025-03-17T12:51:45.850758361-04:00[America/New_York]

- Generator version: 7.11.0

Expand Down Expand Up @@ -45,7 +45,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>org.openziti</groupId>
<artifactId>edge-api</artifactId>
<version>0.26.39</version>
<version>0.28.2-update-edge-api-0.26.42-42.8441c84-dirty-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -55,7 +55,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "org.openziti:edge-api:0.26.39"
compile "org.openziti:edge-api:0.28.2-update-edge-api-0.26.42-42.8441c84-dirty-SNAPSHOT"
```

### Others
Expand All @@ -68,7 +68,7 @@ mvn clean package

Then manually install the following JARs:

- `target/edge-api-0.26.39.jar`
- `target/edge-api-0.28.2-update-edge-api-0.26.42-42.8441c84-dirty-SNAPSHOT.jar`
- `target/lib/*.jar`

## Getting Started
Expand Down Expand Up @@ -310,6 +310,7 @@ Class | Method | HTTP request | Description
- [EntityRef](docs/EntityRef.md)
- [EnvInfo](docs/EnvInfo.md)
- [ErOttEnrollmentRequest](docs/ErOttEnrollmentRequest.md)
- [GenericEnroll](docs/GenericEnroll.md)
- [IdentityAuthenticators](docs/IdentityAuthenticators.md)
- [IdentityAuthenticatorsCert](docs/IdentityAuthenticatorsCert.md)
- [IdentityAuthenticatorsUpdb](docs/IdentityAuthenticatorsUpdb.md)
Expand Down
Loading
Loading