Commit Graph
8 Commits
Author SHA1 Message Date
Paul Woolcock 690b029d99 Add methods & data structures for all the "push" endpoints
Closes #53
2018-09-10 08:08:46 -04:00
Paul Woolcock 788177f5e8 Add tests to requests/statuses
Need to figure out a better solution for that to_querystring test, it'd
be nice to have something generate every possible permutation of those
builder methods
2018-09-05 05:25:10 -04:00
Paul Woolcock 0ad1e3741c Allow the user to update their profile metadata fields
Closes #54
2018-09-04 16:20:00 -04:00
Paul Woolcock 375e4af286 Add a test for UpdateCredentials::build 2018-09-01 10:30:00 -04:00
Paul Woolcock a57c7e2f91 feat(update_credentials): Implement UpdateCredsRequest
This will now allow a user to actually call the
MastodonClient::update_credentials method
2018-09-01 07:33:12 -04:00
Paul Woolcock 57cc44368c Document "everything"
This is a good start but many things need to be documented better, but
this will at least allow us to turn on #[deny(missing_docs)]
2018-08-30 16:22:46 -04:00
Paul Woolcock 8636e690c3 rustfmt pass 2018-08-23 10:35:26 -04:00
Paul Woolcock 63d09c1113 Clean up src/lib.rs a bit more 2018-08-22 13:19:41 -04:00