This repository has been archived on 2026-01-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vieter/src/server
Jef Roosens a2fda0d4b7
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/docker unknown status
ci/woodpecker/pr/man unknown status
refactor: compile without warnings
2022-11-01 21:59:18 +01:00
..
api_logs.v refactor: compile without warnings 2022-11-01 21:59:18 +01:00
api_targets.v feat: logs api now also returns id 2022-09-11 20:50:23 +02:00
cli.v refactor: use relocated module names 2022-11-01 21:43:25 +01:00
README.md refactor: renamed api routes & client code to 'targets' 2022-06-16 16:56:58 +02:00
repo.v fix(server): prevent api as a repository name 2022-10-01 16:38:09 +02:00
repo_remove.v feat(server): less verbose repo DELETE responses 2022-09-11 21:28:37 +02:00
server.v refactor: compile on V 0.3.2 2022-11-01 21:11:31 +01:00

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.