Commit Graph
6 Commits
Author SHA1 Message Date
Paul Woolcock 22b4b04738 Adds a MastodonClient trait
This is useful for user code, which can use the trait to add a layer of
indirection to their code, allowing them to swap out implementations for
testing
2018-08-21 16:29:57 -04:00
Aaron Power 70ecc26ab8 Changed Scope for examples and allowed input of custom domain. 2018-06-29 15:32:32 +01:00
Aaron Power 53f403d99d Moved upload_photo to an example 2018-06-29 11:17:36 +01:00
Aaron Power 523d83022e Fixed example code, and {un}follow routes. 2018-06-29 11:10:50 +01:00
Aaron Power 43858e5729 reformatted example and made it the README example. 2018-02-12 00:15:35 +00:00
Aaron Power 4984dfaacf Version 0.10.0-rc1
- Added the ability to handle paged entities like favourites and such.
  (Only favourites in prerelease)
- Added optional `source` and `moved` fields to `Account`.
- Added `Source` struct to match with the `Account.source` field.
- Added `CredientialsBuilder` struct for updating profile using
  `verify_credientials`.
- Attachment now handles being sent an empty object, which is converted
  to `None`.
- Added ombed data fields to `Card`.
- Added `version` and `urls` fields to `Instance`.
- Added `id`, `muting_notifications`, and `domain_blocking` to `Relationship`.
- Added `emojis`, `language`, and `pinned` fields to `Status`
- Added `Emoji` struct.
- Added `List` and `Mention` structs(matching routes not added yet).
- Added example that prints your profile.
2018-02-12 00:09:23 +00:00