summaryrefslogtreecommitdiffstats
path: root/src/mastodon_client.rs
AgeCommit message (Expand)Author
2021-05-19mastodon_client: Remove needless lifetimeChristopher Davis
2020-10-07Change builder style for requestsPaul Woolcock
2020-09-29use the async reqwest client but present the same blocking apiPaul Woolcock
2020-09-26Remove `HttpSend` and `HttpSender`Paul Woolcock
2020-09-25use nightly fmtPaul Woolcock
2020-09-25Second fmt passPaul Woolcock
2020-09-25Cargo-fmt passPaul Woolcock
2020-09-25feat(media): Add support for media alt textKlaus Purer
2020-09-25added methods returning pages for timelines home, local, federated, hashtagRanfdev
2020-06-11Update to the 2018 editionPaul Woolcock
2019-09-04Add the "Dismiss Notification" endpointPaul Woolcock
2019-05-09Changes the StatusBuilder to be an...actual...builderPaul Woolcock
2019-04-25Fix block, unblock, mute and unmutePaul Woolcock
2019-03-16add the beginning of an unauthenticated clientPaul Woolcock
2019-03-06Initial commit of streaming supportPaul Woolcock
2018-12-12follow returns a `Relationship`, not an `Account`Paul Woolcock
2018-10-10feat(api): shortcut methods for following & followersPaul Woolcock
2018-10-04feature(api): Change `u64` ids to `&str`Paul 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-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 `POST /search` to `GET /search`Paul Woolcock
2018-09-06POST /.../unfollow returns a Relationship, not an AccountPaul Woolcock
2018-09-01feat(update_credentials): Implement UpdateCredsRequestPaul Woolcock
2018-08-30Start adding docs to MastodonClient traitPaul Woolcock