summaryrefslogtreecommitdiffstats
path: root/src/requests/directory.rs
AgeCommit message (Collapse)Author
2020-10-07Add basic async clientPaul Woolcock
This adds a module, accessible by compiling with `--features async`, that provides an `elefren::async::Client`. The client is runtime-agnostic, and currently only provides unauthenticated access, see the docs for the full list of methods that can be performed* with this client. * note that some API calls are publicly available by default, but can be changed via instance settings to not be publicly accessible
2020-10-07Change builder style for requestsPaul Woolcock