summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-03-05update to 0.18.2Paul Woolcock
2019-03-05Add built-in support for deserializing Data from the envPaul Woolcock
2019-03-05Add `derive(PartialEq)` to all entitiesPaul Woolcock
2019-02-05Fix type of `StatusBuilder::media_ids`Ricardo Martins
2019-02-05Add docs for format_err macroPaul Woolcock
2019-01-07Change docs to point to v0.18Paul Woolcock
2019-01-05Make `Registered::complete` take self by referencePaul Woolcock
2018-12-12Add `Registered::into_parts`Paul Woolcock
2018-12-12rustfmt passPaul Woolcock
2018-12-12Allow constructing Scopes from a stringPaul Woolcock
2018-12-12Add `Registered::from_parts`Paul Woolcock
2018-12-12update to 0.17Paul Woolcock
2018-12-12follow returns a `Relationship`, not an `Account`Paul Woolcock
2018-10-10feat(api): shortcut methods for following & followersPaul Woolcock
2018-10-10Fix the error used herePaul Woolcock
2018-10-04feature(api): Change `u64` ids to `&str`Paul Woolcock
2018-10-03Missed a couple .unwraps, take them outPaul Woolcock
2018-09-20Update code to be compatible with reqwest 0.9Paul Woolcock
2018-09-19Make a couple new masto properties optionalPaul Woolcock
2018-09-18Pleroma doesn't have a `fields` field herePaul Woolcock
2018-09-15Prep for v0.15.0 releasePaul Woolcock
2018-09-14Add the "endorsements" endpoints from mastodon 2.5.0Paul Woolcock
2018-09-14Implements the methods for the follow suggestions APIPaul Woolcock
2018-09-14Keyword/filtering APIPaul Woolcock
2018-09-13Eliminate another place using .form instead of .jsonPaul Woolcock
2018-09-10Adds the `replies_count` property to StatusPaul 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-07Change `search_accounts` to use a macroPaul Woolcock
2018-09-07change `POST /search` to `GET /search`Paul Woolcock
2018-09-06POST /.../unfollow returns a Relationship, not an AccountPaul Woolcock
2018-09-05Add tests to requests/statusesPaul Woolcock
2018-09-04Allow the user to update their profile metadata fieldsPaul Woolcock
2018-09-01Add a test for UpdateCredentials::buildPaul Woolcock
2018-09-01feat(status): Add language code to status builderPaul Woolcock
2018-09-01feat(update_credentials): Implement UpdateCredsRequestPaul Woolcock
2018-09-01use JSON instead of a mulitpart formPaul Woolcock
2018-08-31Make sure scopes are percent-encoded when making the URLPaul 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-30move Scopes to their own modulePaul Woolcock
2018-08-30Document "everything"Paul Woolcock
2018-08-30Start adding docs to MastodonClient traitPaul Woolcock
2018-08-29We don't need to repeatedly recreate the docPaul Woolcock
2018-08-29Update to v0.14Paul Woolcock
2018-08-29fix(client): fix broken paged_routes_with_id methodsPaul Woolcock
2018-08-29feat(macros): add compile tests to the doc commentsPaul Woolcock
2018-08-29feat(helpers): add json helper modulePaul Woolcock
2018-08-28rustfmt passPaul Woolcock
2018-08-28Add some more testsPaul Woolcock