command
module
Version:
v0.0.0-...-5ac5601
Opens a new window with list of versions in this module.
Published: Apr 30, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
progress-logger
An API to log progress in a event using git.
API
- GET
/{event-id}/commits
: Gives a list of all commits
- GET
/{event-id}/projects
: Gives a list of all registered projects
- POST
/{event-id}/join
: Registers a project for an event
- POST
/create
: Creates a new event
Storage
Storage is using bolt, a KVDB, here are the buckets
- Projects :
projects
(Event) -> (List(Project))
- Commits :
commits
(Event) -> (List(Commits))
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.