vieter/src/server
Jef Roosens 68b7e5e71e
ci/woodpecker/pr/docs Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/build Pipeline was successful Details
ci/woodpecker/pr/docker Pipeline was successful Details
ci/woodpecker/pr/man Pipeline was successful Details
ci/woodpecker/pr/test Pipeline was successful Details
feat(server): added routes for removing arch-repo & repo
2022-08-11 19:29:40 +02:00
..
README.md refactor: renamed api routes & client code to 'targets' 2022-06-16 16:56:58 +02:00
api_logs.v refactor: renamed codebase to "targets" 2022-06-16 16:56:58 +02:00
api_targets.v feat(api): prevent invalid kind values 2022-06-17 13:56:38 +02:00
auth.v docs: added comment string to each function 2022-04-30 20:22:03 +02:00
cli.v refactor: use new module names 2022-06-22 09:31:08 +02:00
repo.v feat(server): added routes for removing arch-repo & repo 2022-08-11 19:29:40 +02:00
repo_remove.v feat(server): added routes for removing arch-repo & repo 2022-08-11 19:29:40 +02:00
server.v feat(server): add config option for server port 2022-06-16 16:56:58 +02:00

README.md

This module contains the Vieter HTTP server, consisting of the repository implementation & the REST API.

NOTE: vweb defines the priority order of routes by the file names in this module. Therefore, it's very important that all API routes are defined in files prefixed with api_, as this is before the word routes alphabetically.