22
33Ziti Edge Client
44
5- - API version: 0.26.38
5+ - API version: 0.26.39
66
7- - Build date: 2025-01-24T15:38:47.422198133 -05:00[ America/New_York]
7+ - Build date: 2025-01-27T11:11:53.726065456 -05:00[ America/New_York]
88
99- Generator version: 7.11.0
1010
@@ -45,7 +45,7 @@ Add this dependency to your project's POM:
4545<dependency >
4646 <groupId >org.openziti</groupId >
4747 <artifactId >edge-api</artifactId >
48- <version >0.26.38 </version >
48+ <version >0.26.39 </version >
4949 <scope >compile</scope >
5050</dependency >
5151```
@@ -55,7 +55,7 @@ Add this dependency to your project's POM:
5555Add this dependency to your project's build file:
5656
5757``` groovy
58- compile "org.openziti:edge-api:0.26.38 "
58+ compile "org.openziti:edge-api:0.26.39 "
5959```
6060
6161### Others
@@ -68,7 +68,7 @@ mvn clean package
6868
6969Then manually install the following JARs:
7070
71- - ` target/edge-api-0.26.38 .jar `
71+ - ` target/edge-api-0.26.39 .jar `
7272- ` target/lib/*.jar `
7373
7474## Getting Started
@@ -376,6 +376,7 @@ Class | Method | HTTP request | Description
376376 - [ SessionEdgeRouter] ( docs/SessionEdgeRouter.md )
377377 - [ SpecDetail] ( docs/SpecDetail.md )
378378 - [ Tags] ( docs/Tags.md )
379+ - [ TargetToken] ( docs/TargetToken.md )
379380 - [ TerminatorClientDetail] ( docs/TerminatorClientDetail.md )
380381 - [ TerminatorPrecedence] ( docs/TerminatorPrecedence.md )
381382 - [ Version] ( docs/Version.md )
0 commit comments