50 Commits (dd720348495e877c23b713978b7e6f82cb384fa8)

Author SHA1 Message Date
Paul Woolcock fe687bd955 Add `derive(PartialEq)` to all entities 5 years ago
Paul Woolcock 580af50687 Make a couple new masto properties optional 6 years ago
Paul Woolcock 2edebe90d1 Pleroma doesn't have a `fields` field here 6 years ago
Paul Woolcock 1f0ba1846c Add the "endorsements" endpoints from mastodon 2.5.0 6 years ago
Paul Woolcock 7d164cb8db Keyword/filtering API 6 years ago
Paul Woolcock 7d752a9fed Adds the `replies_count` property to Status 6 years ago
Paul Woolcock 690b029d99 Add methods & data structures for all the "push" endpoints 6 years ago
Paul Woolcock 28192e1188 Implement a method for `GET /api/v2/search` 6 years ago
Paul Woolcock 20a9c69adc POST /.../unfollow returns a Relationship, not an Account 6 years ago
Paul Woolcock 0ad1e3741c Allow the user to update their profile metadata fields 6 years ago
Paul Woolcock 375e4af286 Add a test for UpdateCredentials::build 6 years ago
Paul Woolcock a57c7e2f91 feat(update_credentials): Implement UpdateCredsRequest 6 years ago
Paul Woolcock 57cc44368c Document "everything" 6 years ago
Paul Woolcock 5b24922d9e Add some more lints, and fix the compile errors they generate 6 years ago
Paul Woolcock 6cee086d79 Add `max_toot_chars` to the Instance model 6 years ago
Paul Woolcock 0913926702 Add test for entities::Account 6 years ago
Paul Woolcock 4ff27dd049 Credientials -> Credentials 6 years ago
Paul Woolcock 35a603f193 These are not always present, make them Option<>s 6 years ago
Paul Woolcock 3330a26760 rustfmt pass 6 years ago
Paul Woolcock 49a2237803 Introduce HttpSend trait for converting `Request` -> `Response` 6 years ago
Paul Woolcock 8636e690c3 rustfmt pass 6 years ago
Paul Woolcock 5eca9748a3 Reduce the visibility of ItemsIter and add docs to items_iter 6 years ago
Paul Woolcock 49eee2313f Make the `Meta` fields optional 6 years ago
Paul Woolcock 2e8ee7e840 This field can be `true/false` or `"true"/"false"` 6 years ago
Paul Woolcock e5175f09fe make apps::prelude and use the preludes in the tests 6 years ago
Paul Woolcock cc083e335e Change `Mastodon::from_data` to just `Mastodon::from` 6 years ago
Paul Woolcock a9b6b52890 Change mammut references to elefren 6 years ago
Paul Woolcock 22b4b04738 Adds a `MastodonClient` trait 6 years ago
Paul Woolcock d14d50070e fix test 6 years ago
Paul Woolcock 664cb2797f fix the test so it actually tests something 6 years ago
Paul Woolcock 6501470312 Change `PageIter` to `ItemsIter` 6 years ago
Paul Woolcock 68f8766aff Return `None` if there are no items 6 years ago
Paul Woolcock b4cbcfa1a7 into_iter -> items_iter 6 years ago
Paul Woolcock 6d67e403bc Don't expose pageiter module, and add some docs to PageIter 6 years ago
Paul Woolcock 0e8eb4e568 Add `PageIter<T>` to abstract over iterating over pages 6 years ago
Klaus Purer bc68726d23 fix(account): Fix moved field on Account (#31) 6 years ago
Aaron Power 0c312cecfc Fixed Instance deserialising and added undocumented properties 6 years ago
Aaron Power 4984dfaacf Version 0.10.0-rc1 6 years ago
TheBestJohn ab1e5f86f0 Fixed the registration of new apps as well as url of statuses is now an Option<String> (#23) 6 years ago
Johannes 0b5441e52c Changes IDs to Strings for compliance with APIv1 (#20) 6 years ago
Aaron Power b445197381 docs(all): Added documentation to missing parts 7 years ago
Aaron Power b6d350f29e updated reqwest and fixed media route 7 years ago
Bryan Tsang 974f9241e1 Fix incompatible serde versions, misspelled reference (#9) 7 years ago
wariuni 34f17ebcc0 Fix the attributes of Attachment (#5) 7 years ago
wariuni 9515b89690 Add missing #[serde(rename = "type")] to Notification::notification_type (#4) 7 years ago
Aaron Power 1fb3d16843 Fixed website not being nullable, added static version of urls 7 years ago
Aaron Power 5a06265e87 Added serde rename for notificiation, and updated repo link 7 years ago
Aaron Power 69cec5bf7e Updated status to handle more nulls 7 years ago
Aaron Power a528624dc3 0.3.0 Redone registration api, added debug/clone 7 years ago
Aaron Power 36ae371beb Initial commit 7 years ago