aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream
Commit message (Collapse)AuthorAgeFilesLines
* Add some more fields to the StreamItem struct.Harald Eilertsen2024-01-131-0/+13
|
* Add stream::DateTime structHarald Eilertsen2024-01-132-0/+104
| | | | | | | As the date and time returned in the json data from the zot stream api's neither contains any timezone information, nor follow the RFC3339 format expected by Chrono, we need to make our own date time type, and handle deserialization ourselves.
* Move streamitem tests to streamitem module.Harald Eilertsen2024-01-131-0/+97
|
* Refactor stream API, move StreamItem and Verb to modules.Harald Eilertsen2024-01-122-0/+126