Skip to content

le-shi/java-gitea-api

 
 

Repository files navigation

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:

  1. Java 1.7+
  2. 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.jar
  • target/lib/*.jar

About

Swagger generated api for Gitea

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%