summaryrefslogtreecommitdiffstats
path: root/src/entities/mod.rs
AgeCommit message (Expand)Author
2020-10-07Add some new entities & update some existing onesPaul Woolcock
2020-09-25Various cleanup tasksPaul Woolcock
2019-03-06Initial commit of streaming supportPaul Woolcock
2018-09-14Keyword/filtering APIPaul Woolcock
2018-09-10Add methods & data structures for all the "push" endpointsPaul Woolcock
2018-09-07Implement a method for `GET /api/v2/search`Paul Woolcock
2018-09-01feat(update_credentials): Implement UpdateCredsRequestPaul Woolcock
2018-08-30Document "everything"Paul Woolcock
2018-08-28Add some more lints, and fix the compile errors they generatePaul Woolcock
2018-08-27Credientials -> CredentialsPaul Woolcock
2018-08-23rustfmt passPaul Woolcock
2018-08-21Change `PageIter` to `ItemsIter`Paul Woolcock
2018-08-21into_iter -> items_iterPaul Woolcock
2018-08-21Don't expose pageiter module, and add some docs to PageIterPaul Woolcock
2018-08-21Add `PageIter<T>` to abstract over iterating over pagesPaul Woolcock
2018-03-02Fixed Instance deserialising and added undocumented propertiesAaron Power
2018-02-12Version 0.10.0-rc1Aaron Power
2017-11-11docs(all): Added documentation to missing partsAaron Power
2017-04-10Initial commitAaron Power