aboutsummaryrefslogtreecommitdiffstats
path: root/meetup/src/client.rs
AgeCommit message (Expand)Author
2018-04-15Add license (GNU GPLv3+)Teddy Wing
2018-04-15Add `Venue` type and venue field to `Event`Teddy Wing
2018-04-15Update tests for `Event` `Option` fieldsTeddy Wing
2018-04-15meetup: Handle errors with 'error-chain'Teddy Wing
2018-04-14find_upcoming_events(): Try to parse data from the Meetup APITeddy Wing
2018-04-14Move `find_upcoming_events` and `parse_json` to `Client`Teddy Wing
2018-04-14meetup: Add a `Client` structTeddy Wing