Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

artipie/management-api

Repository files navigation

EO principles respected here DevOps By Rultor.com We recommend IntelliJ IDEA

Javadoc License codecov Hits-of-Code Maven Central PDD status

Artipie management API

This library contains management API and dashboard for Artipie. REST API allows to:

  • create repositories
  • manage users
  • manage repository permission
  • list repository items

For more details check REST API reference.

Dashboard provides opportunity to manage users and user's repositories over browser and is used in Artipie central.

How to contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install -Pqulice

To avoid build errors use Maven 3.2+.