summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2020-09-25Various cleanup tasksPaul Woolcock
2020-06-11Update to the 2018 editionPaul Woolcock
2018-10-10change up examples slightlyPaul Woolcock
2018-10-10feat(api): shortcut methods for following & followersPaul Woolcock
2018-10-04feature(api): Change `u64` ids to `&str`Paul Woolcock
2018-09-10Adds the `replies_count` property to StatusPaul Woolcock
2018-09-07change `POST /search` to `GET /search`Paul Woolcock
2018-08-31Add a helper for completing authentication via the command linePaul Woolcock
2018-08-30feat(scopes): Implement granular OAuth scopesPaul Woolcock
2018-08-27Rework the `Registration` and `App` APIsPaul Woolcock
2018-08-27There's no reason for Registration::complete to take an owned stringPaul Woolcock
2018-08-26Remove `elefren::apps::prelude`Paul Woolcock
2018-08-25Move the `toml` helpers to `elefren::helpers::toml`Paul Woolcock
2018-08-25rustfmt passPaul Woolcock
2018-08-25duplicate the AppBuilder api in RegistrationPaul Woolcock
2018-08-24rustfmt passPaul Woolcock
2018-08-24Make the examples no-ops when `toml` is not enabledPaul Woolcock
2018-08-23rustfmt passPaul Woolcock
2018-08-23Use the new toml helpers instead of the toml cratePaul Woolcock
2018-08-23rustfmt passPaul Woolcock
2018-08-23Revamp registration & auth processPaul Woolcock
2018-08-22Change `Mastodon::from_data` to just `Mastodon::from`Paul Woolcock
2018-08-21Change mammut references to elefrenPaul Woolcock
2018-08-21Adds a `MastodonClient` traitPaul Woolcock
2018-06-29Changed Scope for examples and allowed input of custom domain.Aaron Power
2018-06-29Moved upload_photo to an exampleAaron Power
2018-06-29Fixed example code, and {un}follow routes.Aaron Power
2018-02-12reformatted example and made it the README example.Aaron Power
2018-02-12Version 0.10.0-rc1Aaron Power