aboutsummaryrefslogtreecommitdiffstats
path: root/meetup/src/lib.rs
AgeCommit message (Expand)Author
2018-04-15Add license (GNU GPLv3+)Teddy Wing
2018-04-15Change import interface to `meetup::client::Client`Teddy Wing
2018-04-15Add 'error-chain' to the main libraryTeddy Wing
2018-04-15meetup: Handle errors with 'error-chain'Teddy Wing
2018-04-14Pass `find_upcoming_events` parameters along through the programTeddy Wing
2018-04-14meetup(find_upcoming_events): Draft of request to Meetup APITeddy Wing
2018-04-13Add a function to build an RSS `Channel` object from a list of `Event`sTeddy Wing
2018-04-13meetup(parse_json): Return a Vec of EventsTeddy Wing
2018-04-12meetup: Create `Event` structTeddy Wing
2018-04-12Add a "meetup" library crate to communicate with the Meetup APITeddy Wing