Gitea API.
- API version: 1.26.0
This documentation describes the Gitea API.
Automatically generated by the Swagger Codegen
Building the API client library requires:
- Java 1.7+
- Maven/Gradle
To install the API client library to your local Maven repository, simply execute:
mvn clean installTo deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
mvn clean deployRefer to the OSSRH Guide for more information.
Add this dependency to your project's POM:
<dependency>
<groupId>io.github.le-shi</groupId>
<artifactId>java-gitea-api</artifactId>
<version>1.26.0</version>
<scope>compile</scope>
</dependency>Add this dependency to your project's build file:
implementation "io.github.le-shi:java-gitea-api:1.26.0"At first generate the JAR by executing:
mvn clean packageThen manually install the following JARs:
target/java-gitea-api-1.26.0.jartarget/lib/*.jar