Commit Graph
321 Commits
Author SHA1 Message Date
Julian HoferandPaul Woolcock 9b538fdc65 Fix link to Mastodon's documentation 2020-05-06 16:08:55 -04:00
Paul Woolcock 2a5200ab89 v0.21.0 2020-04-08 00:41:04 -04:00
Paul WoolcockandGitHub 6b92b5f648 Update README for 2018 edition 2020-04-07 14:23:01 -04:00
Paul WoolcockandGitHub 3673470918 Update readme for version 0.20 2020-04-07 14:11:44 -04:00
Paul WoolcockandGitHub 336e87076a Switch build badge back to travis-ci 2020-04-07 14:04:39 -04:00
Paul Woolcock 23a7fff57c Update error type to remove deprecated description uses 2020-04-07 12:53:24 -04:00
Aaron HillandPaul Woolcock 7e3f25dab4 Use slice::iter instead of into_iter to avoid future breakage
`an_array.into_iter()` currently just works because of the autoref
feature, which then calls `<[T] as IntoIterator>::into_iter`. But
in the future, arrays will implement `IntoIterator`, too. In order
to avoid problems in the future, the call is replaced by `iter()`
which is shorter and more explicit.
2020-04-07 12:38:01 -04:00
Jennifer GlaucheandPaul Woolcock ac3ecc82b7 add documentation to metadata fields 2020-04-07 12:37:27 -04:00
Jennifer GlaucheandPaul Woolcock 1dd2963cf3 make MetadataFields be public 2020-04-07 12:37:27 -04:00
MightyPorkandPaul Woolcock 3d0ecb9e41 Add content_type support to StatusBuilder 2020-04-07 12:36:59 -04:00
MightyPorkandPaul Woolcock 98932ac5d6 Make Scopes deserializable 2020-04-07 12:36:28 -04:00
dependabot-preview[bot]andPaul Woolcock acb87aba9c Update serde_urlencoded requirement from 0.5.3 to 0.6.1
Updates the requirements on [serde_urlencoded](https://github.com/nox/serde_urlencoded) to permit the latest version.
- [Release notes](https://github.com/nox/serde_urlencoded/releases)
- [Commits](https://github.com/nox/serde_urlencoded/compare/v0.5.3...v0.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-07 12:34:36 -04:00
Paul WoolcockandGitHub 0907479fea Remove mention of mammut as requested in #133 2020-04-07 12:33:07 -04:00
Paul Woolcock e5d18c8352 fix rustfmt 2019-09-04 10:16:05 -04:00
Paul Woolcock 817e18fc16 Add the "Dismiss Notification" endpoint 2019-09-04 10:16:05 -04:00
iliana destroyer of worldsandPaul Woolcock f41253241e Add feature flag for rustls 2019-09-03 14:54:27 -04:00
Paul Woolcock 379d45c645 update to 0.20.1 2019-05-22 22:12:19 -04:00
Paul Woolcock 97cadbfd3c log API responses 2019-05-22 22:08:48 -04:00
Paul Woolcock 205a98a8c2 Publish v0.20.0 2019-05-09 23:32:28 -04:00
Paul Woolcock 174a17109b Changes the StatusBuilder to be an...actual...builder
This will enforce the invariant that statuses have to have either status
text or a media_id
2019-05-09 23:31:23 -04:00
Paul Woolcock 485d25a732 Update to 0.19.4 2019-05-05 07:36:50 -04:00
Paul Woolcock 6450ad3370 Block and Unblock should be post calls 2019-05-05 07:20:31 -04:00
Christopher DavisandPaul Woolcock 4020ecc6a7 account: Properly mark nullable source fields
Privacy and note are both nullable according to
https://source.joinmastodon.org/mastodon/docs/blob/master/content/en/api/entities.md#source
2019-04-30 14:30:33 -04:00
dependabot[bot]andPaul Woolcock ec3148e926 Update doc-comment requirement from 0.2 to 0.3
Updates the requirements on [doc-comment](https://github.com/GuillaumeGomez/doc-comment) to permit the latest version.
- [Release notes](https://github.com/GuillaumeGomez/doc-comment/releases)
- [Commits](https://github.com/GuillaumeGomez/doc-comment/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 11:35:12 -04:00
Paul Woolcock ccdba93390 Update to 0.19.3 2019-04-29 10:55:19 -04:00
Paul Woolcock 55d0f8fa2a Add an OwnedPage that doesn't borrow the underlying client 2019-04-29 10:54:29 -04:00
Paul Woolcock e322a14f29 circle-ci can't build rust projects on their free tier 2019-04-29 09:48:03 -04:00
Paul Woolcock ff3a7321df Upgrade to 0.19.2 2019-04-25 06:32:53 -04:00
Paul Woolcock b4af698e01 Fix Card entity to take a number for width x height 2019-04-25 06:32:07 -04:00
Paul Woolcock 73cf194167 Update to 0.19.1 2019-04-25 05:46:29 -04:00
Paul Woolcock 26a4754b2e Fix block, unblock, mute and unmute
These 4 API calls should return a Relationship, not an Account
2019-04-25 05:45:52 -04:00
Paul Woolcock 6c978f090f Add force_login to the params sent to the /oauth/authorize endpoint 2019-04-15 09:35:53 -04:00
dependabot[bot]andPaul Woolcock 8780cfc34b Update doc-comment requirement from 0.1 to 0.2
Updates the requirements on [doc-comment](https://github.com/GuillaumeGomez/doc-comment) to permit the latest version.
- [Release notes](https://github.com/GuillaumeGomez/doc-comment/releases)
- [Commits](https://github.com/GuillaumeGomez/doc-comment/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-15 09:14:06 -04:00
Paul WoolcockandGitHub 84640a6c04 Update README.md 2019-03-28 18:31:37 -04:00
dependabot[bot]andPaul Woolcock 6c3180195c Update toml requirement from 0.4.6 to 0.5.0
Updates the requirements on [toml](https://github.com/alexcrichton/toml-rs) to permit the latest version.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases)
- [Commits](https://github.com/alexcrichton/toml-rs/compare/0.4.6...0.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-18 09:17:17 -04:00
Paul Woolcock 45a95e5048 add the beginning of an unauthenticated client 2019-03-16 11:04:47 -04:00
Paul Woolcock 9e3b7af44a replace travis build badge with circle ci badge 2019-03-11 12:33:36 -04:00
Paul Woolcock ca4995bb5d Try separating out the doc & lib tests 2019-03-11 11:53:38 -04:00
Paul Woolcock a63b9e8dae try restricting circle-ci jobs to 1 cpu 2019-03-11 11:36:00 -04:00
Paul Woolcock 583a1de7a2 Add card to Status entity 2019-03-10 19:33:58 -04:00
Paul Woolcock 5055484de1 use circleci image 2019-03-10 19:20:37 -04:00
Paul Woolcock 5e6c5d82fa add circle-ci config 2019-03-09 08:15:48 -05:00
Paul Woolcock 7786a83a14 Add min_id to pagination params
also switches to using serde_qs instead of manually serializing the
query string
2019-03-09 07:24:19 -05:00
Paul Woolcock 6dfaac00c1 update to v0.19.0 2019-03-06 12:30:30 -05:00
Paul Woolcock f204ee190b Add some docs for streaming 2019-03-06 12:28:47 -05:00
Paul Woolcock eb1a676a98 remove dbg logs 2019-03-06 11:51:34 -05:00
Paul Woolcock e2c11f48d6 Initial commit of streaming support 2019-03-06 10:31:07 -05:00
Paul Woolcock 5e69ad4b33 Fix panic if there are < page number of results 2019-03-06 06:27:52 -05:00
Paul Woolcock dd72034849 use string for status id in StatusBuilder 2019-03-05 23:38:28 -05:00
Paul Woolcock 8e700cf37b update to 0.18.2 2019-03-05 15:22:21 -05:00