summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-04-07Update error type to remove deprecated `description` usesPaul Woolcock
2020-04-07Use `slice::iter` instead of `into_iter` to avoid future breakageAaron Hill
2020-04-07add documentation to metadata fieldsJennifer Glauche
2020-04-07make MetadataFields be publicJennifer Glauche
2020-04-07Add content_type support to StatusBuilderOndřej Hruška
2020-04-07Make Scopes deserializableOndřej Hruška
2019-09-04fix rustfmtPaul Woolcock
2019-09-04Add the "Dismiss Notification" endpointPaul Woolcock
2019-05-22log API responsesPaul Woolcock
2019-05-09Changes the StatusBuilder to be an...actual...builderPaul Woolcock
2019-05-05Block and Unblock should be `post` callsPaul Woolcock
2019-04-30account: Properly mark nullable source fieldsChristopher Davis
2019-04-29Add an `OwnedPage` that doesn't borrow the underlying clientPaul Woolcock
2019-04-25Fix Card entity to take a number for width x heightPaul Woolcock
2019-04-25Fix block, unblock, mute and unmutePaul Woolcock
2019-04-15Add `force_login` to the params sent to the /oauth/authorize endpointPaul Woolcock
2019-03-16add the beginning of an unauthenticated clientPaul Woolcock
2019-03-10Add `card` to `Status` entityPaul Woolcock
2019-03-09Add `min_id` to pagination paramsPaul Woolcock
2019-03-06Add some docs for streamingPaul Woolcock
2019-03-06remove dbg logsPaul Woolcock
2019-03-06Initial commit of streaming supportPaul Woolcock
2019-03-06Fix panic if there are < page number of resultsPaul Woolcock
2019-03-05use string for status id in StatusBuilderPaul Woolcock
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