summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-12-07Update pretty_env_logger requirement from 0.2.4 to 0.3.0dependabot[bot]
2018-11-30Update indoc requirement from 0.2.6 to 0.3.1dependabot[bot]
2018-11-29Update try_from requirement from 0.2.2 to 0.3.2dependabot[bot]
2018-11-02fix typoPaul Woolcock
2018-11-02Go back to the old matrix but include the named buildsPaul Woolcock
2018-11-02Revert "try named builds for coverage & fmt"Paul Woolcock
2018-11-02try named builds for coverage & fmtPaul Woolcock
2018-11-02force-install this, for nowPaul Woolcock
2018-11-02also upload coverage when on nightlyPaul Woolcock
2018-11-02Build tarpaulin from scratch for nowPaul Woolcock
2018-10-10change up examples slightlyPaul Woolcock
2018-10-10feat(api): shortcut methods for following & followersPaul Woolcock
2018-10-10Fix the error used herePaul Woolcock
2018-10-10Update version in README.mdPaul Woolcock
2018-10-04feature(api): Change `u64` ids to `&str`Paul Woolcock
2018-10-03don't commit spare mastodon.toml* filesPaul Woolcock
2018-10-03Update Cargo.toml for 0.16Paul Woolcock
2018-10-03update changelogPaul 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-20Update reqwest requirement from 0.8 to 0.9dependabot[bot]
2018-09-20update to v0.15.2Paul Woolcock
2018-09-19Make a couple new masto properties optionalPaul Woolcock
2018-09-18Update to v0.15.1Paul 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