summaryrefslogtreecommitdiff
path: root/rust/scraper/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-17Adjusts TouchpadClient api and internalsGravatar Anshul Gupta 1-35/+41
Moves gender from only individual events to all events in proto schema. Also adds is_relay boolean to event proto schema. Adds url field to allow for dynamic base url adjustment and adds new_with_url function to allow for TouchpadLiveClient with custom base urls.
2022-08-15Adds individual_event endpoint to touchpad liveGravatar Anshul Gupta 5-9/+135
Also moves Touchpad conversions into conversion.rs and into its own FromTouchpadLive & TryFromTouchpadLive traits.
2022-08-15Adds rust touchpad scraperGravatar Anshul Gupta 4-0/+327
Implements meet, events, and swimmers api in touchpad live. Also implements protobuf generation into rust crate.