Skip to content

Commit

Permalink
Merge pull request #28 from relxd/terminal-access
Browse files Browse the repository at this point in the history
updated the README.md file and pom.xml
  • Loading branch information
GivenTP-competitionLabs committed Dec 8, 2020
2 parents da75e92 + d139129 commit 6a84c0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ Authentication schemes defined for the API:
- untrusted: access.....
- trusted: access.....

##Default Api Client
## Default Api Client

- The default Api Client for this sdk is RelxdApiClient which extends ApiClient. It is therefore recommended to create an instance of `RelxdApiClient` instead of using `ApiClient`.
- In RelxdApiClient there is an implementation of mutual TLS Authentication which enables us to communicate with lxd using https.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.openapitools</groupId>
<groupId>org.relxd</groupId>
<artifactId>lxd-java-client</artifactId>
<packaging>jar</packaging>
<name>lxd-java-client</name>
<version>1.0.0</version>
<url>https://github.com/openapitools/openapi-generator</url>
<description>OpenAPI Java</description>
<url>https://github.com/relxd/lxd-sdk</url>
<description>Relxd - LXD OpenApi Java Client</description>
<scm>
<connection>scm:git:git@github.com:openapitools/openapi-generator.git</connection>
<developerConnection>scm:git:git@github.com:openapitools/openapi-generator.git</developerConnection>
Expand Down

0 comments on commit 6a84c0a

Please sign in to comment.