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 this page.
Dashboard provides opportunity to manage users and user's repositories over browser and is used in Artipie central.
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+.