Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some more fields to the StreamItem struct. | Harald Eilertsen | 2024-01-13 | 1 | -0/+13 |
| | |||||
* | Add stream::DateTime struct | Harald Eilertsen | 2024-01-13 | 2 | -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 Eilertsen | 2024-01-13 | 1 | -0/+97 |
| | |||||
* | Refactor stream API, move StreamItem and Verb to modules. | Harald Eilertsen | 2024-01-12 | 2 | -0/+126 |