summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2020-09-27Manually updated reqwest to 10.8 and url to 2.1ranfdev
2020-09-26Remove `HttpSend` and `HttpSender`Paul Woolcock
2020-09-25use nightly fmtPaul Woolcock
2020-09-25Second fmt passPaul Woolcock
2020-09-25making clippy happyPaul Woolcock
2020-09-25Cargo-fmt passPaul Woolcock
2020-09-25Various cleanup tasksPaul 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-09-25Add MastodonUnauth::streaming_public()Matthias Beyer
2020-06-11Update to the 2018 editionPaul Woolcock
2020-06-08Remove url 2.xleo60228
2020-06-08Use WebSockets for eventsleo60228
2020-05-06Use more suitable link to Mastodon's documentationJulian
2020-05-06Fix link to Mastodon's documentationJulian Hofer
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-25Fix block, unblock, mute and unmutePaul Woolcock
2019-03-16add the beginning of an unauthenticated clientPaul 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-05Add built-in support for deserializing Data from the envPaul Woolcock
2018-12-12rustfmt passPaul 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-09-20Update code to be compatible with reqwest 0.9Paul 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 `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-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-30move Scopes to their own modulePaul Woolcock
2018-08-30Document "everything"Paul Woolcock
2018-08-30Start adding docs to MastodonClient traitPaul Woolcock
2018-08-29fix(client): fix broken paged_routes_with_id methodsPaul Woolcock
2018-08-29feat(helpers): add json helper modulePaul Woolcock
2018-08-28Add tests for toml helpersPaul Woolcock