Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename stream::activity types and structs. | Harald Eilertsen | 2024-10-30 | 1 | -5/+5 |
| | |||||
* | Rename stream::streamitem to stream::activity | Harald Eilertsen | 2024-10-30 | 1 | -2/+2 |
| | |||||
* | Add stream Actor and Tag structs and complete StreamItem. | Harald Eilertsen | 2024-01-13 | 1 | -0/+7 |
| | |||||
* | Add stream::DateTime struct | Harald Eilertsen | 2024-01-13 | 1 | -0/+2 |
| | | | | | | | 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 | -88/+0 |
| | |||||
* | Refactor stream API, move StreamItem and Verb to modules. | Harald Eilertsen | 2024-01-12 | 1 | -96/+10 |
| | |||||
* | Add high level stream API. | Harald Eilertsen | 2024-01-08 | 1 | -0/+231 |