aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename stream::activity types and structs.Harald Eilertsen2024-10-301-5/+5
|
* Rename stream::streamitem to stream::activityHarald Eilertsen2024-10-301-2/+2
|
* Add stream Actor and Tag structs and complete StreamItem.Harald Eilertsen2024-01-131-0/+7
|
* Add stream::DateTime structHarald Eilertsen2024-01-131-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 Eilertsen2024-01-131-88/+0
|
* Refactor stream API, move StreamItem and Verb to modules.Harald Eilertsen2024-01-121-96/+10
|
* Add high level stream API.Harald Eilertsen2024-01-081-0/+231