A small elixir software written to host ableOS repos.
Find a file
2025-02-18 09:21:58 -06:00
lib WEB: Implemented terrible routing control. 2025-02-18 09:21:58 -06:00
test WEB: Implemented terrible routing control. 2025-02-18 09:21:58 -06:00
.formatter.exs WEB: Implemented terrible routing control. 2025-02-18 09:21:58 -06:00
.gitignore WEB: Implemented terrible routing control. 2025-02-18 09:21:58 -06:00
mix.exs WEB: Implemented terrible routing control. 2025-02-18 09:21:58 -06:00
README.md WEB: Implemented terrible routing control. 2025-02-18 09:21:58 -06:00

RlRepo

API Usage

/<repo_name>/<?sub_repo_name>/<pkg_name>/download

Repo management

/repo/

Repo Creation

/repo/create

Repo deletion

/repo/delete

Sub-repo management

/<repo_name>/create /<repo_name>/delete

Package management

/<repo_name>/

Create

/<repo_name>/create

Delete

/<repo_name>/delete

Package Info

/<repo_name>/<pkg_name>/