This reverts commit
|
||
|---|---|---|
| .claude | ||
| .github/workflows | ||
| .settings | ||
| .swagger-codegen | ||
| .vscode | ||
| docs | ||
| gradle/wrapper | ||
| src | ||
| .classpath | ||
| .gitignore | ||
| .project | ||
| .swagger-codegen-ignore | ||
| .travis.yml | ||
| LICENSE | ||
| README.md | ||
| build.gradle | ||
| build.sbt | ||
| git_push.sh | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| pom.xml | ||
| settings.gradle | ||
| swagger.v1.json | ||
README.md
java-gitea-api
Gitea API.
- API version: 1.26.0
This documentation describes the Gitea API.
Automatically generated by the Swagger Codegen
Requirements
Building the API client library requires:
- Java 1.7+
- Maven/Gradle
Installation
To install the API client library to your local Maven repository, simply execute:
mvn clean install
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
mvn clean deploy
Refer to the OSSRH Guide for more information.
Maven users
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>
Gradle users
Add this dependency to your project's build file:
implementation "io.github.le-shi:java-gitea-api:1.26.0"
Others
At first generate the JAR by executing:
mvn clean package
Then manually install the following JARs:
target/java-gitea-api-1.26.0.jartarget/lib/*.jar