Commit Graph

  • a407249fa5 Remove `elefren::apps::prelude` Paul Woolcock 2018-08-25 14:08:12 -0400
  • 272b17190f add a Makefile to collect commands in Paul Woolcock 2018-08-25 13:51:07 -0400
  • 55793f22e3 rename book -> guide Paul Woolcock 2018-08-25 13:41:27 -0400
  • 45f4cbbbfe Move the `toml` helpers to `elefren::helpers::toml` Paul Woolcock 2018-08-25 08:07:12 -0400
  • c5788b8bd5 rustfmt pass Paul Woolcock 2018-08-25 08:13:25 -0400
  • 1436c28e42 duplicate the AppBuilder api in Registration Paul Woolcock 2018-08-24 23:39:27 -0400
  • ae4d5dffe5 try to make travis happy Paul Woolcock 2018-08-24 14:02:33 -0400
  • 80391aebc9 Make sure our README example(s) always compile Paul Woolcock 2018-08-24 12:37:16 -0400
  • 0d8522fe76 small readme updates Paul Woolcock 2018-08-24 12:36:00 -0400
  • ea1f600c46 add service=github to the coveralls badge Paul Woolcock 2018-08-24 12:13:04 -0400
  • 043d3753e1 rustfmt pass Paul Woolcock 2018-08-24 11:55:07 -0400
  • 19ea7c7482 Add some tests for the Error::from impls Paul Woolcock 2018-08-24 10:44:36 -0400
  • 5017104e63 Make the examples no-ops when `toml` is not enabled Paul Woolcock 2018-08-24 10:44:00 -0400
  • 932161c346
    Update .travis.yml Paul Woolcock 2018-08-24 09:09:34 -0400
  • 3083ffd9ff Make sure tarpaulin builds with the right features Paul Woolcock 2018-08-24 06:06:38 -0400
  • 3a09700b97 Add badge for code coverage Paul Woolcock 2018-08-24 05:24:11 -0400
  • c23559c4fd use cargo-tarpaulin to compute code coverage Paul Woolcock 2018-08-24 05:22:11 -0400
  • 35a603f193 These are not always present, make them Option<>s Paul Woolcock 2018-08-23 21:43:03 -0400
  • 3330a26760 rustfmt pass Paul Woolcock 2018-08-23 21:36:50 -0400
  • 49a2237803 Introduce HttpSend trait for converting `Request` -> `Response` Paul Woolcock 2018-08-23 21:23:59 -0400
  • 6c2ebc6136 Update version in install instructions Paul Woolcock 2018-08-23 21:41:33 -0400
  • fb96f1be3a
    Merge pull request #4 from pwoolcoc/fix-crates.io-categories Paul Woolcock 2018-08-23 21:29:06 -0400
  • 4c394befa2 Update category slugs Paul Woolcock 2018-08-23 19:55:58 -0400
  • 58d08ee70f small README formatting changes Paul Woolcock 2018-08-23 15:41:45 -0400
  • 3863da24b7 Update CHANGELOG Paul Woolcock 2018-08-23 14:26:17 -0400
  • d54162d0b9 fix travis.yml Paul Woolcock 2018-08-23 14:27:46 -0400
  • 6ddea87765 Use the new toml helpers instead of the toml crate Paul Woolcock 2018-08-23 14:11:44 -0400
  • 384d3d2c41 add toml helpers to data.rs Paul Woolcock 2018-08-23 13:05:56 -0400
  • ce69407e38 Add toml as an optional dep/feature Paul Woolcock 2018-08-23 12:46:10 -0400
  • ddcef1940a Move `Data` struct to it's own module Paul Woolcock 2018-08-23 11:37:53 -0400
  • 25999bf423 Initialize book Paul Woolcock 2018-08-23 11:00:56 -0400
  • ab82cf9124 Add `Installation` and `Usage` section to README Paul Woolcock 2018-08-23 10:37:10 -0400
  • d710f4ab49 Fix .travis.yml bash command Paul Woolcock 2018-08-23 10:23:13 -0400
  • 7ea0f67ccf only do rustfmt on nightly Paul Woolcock 2018-08-23 09:55:56 -0400
  • fe1aafff12 `all` should be `--all` Paul Woolcock 2018-08-23 09:46:31 -0400
  • 8636e690c3 rustfmt pass Paul Woolcock 2018-08-23 09:22:14 -0400
  • d617d74fa4 Add rustfmt.toml and update travis to check formatting Paul Woolcock 2018-08-23 09:10:50 -0400
  • 7462d00c21 Add build badge to README Paul Woolcock 2018-08-23 07:44:58 -0400
  • 0f5e295ea9 Revamp registration & auth process Paul Woolcock 2018-08-23 06:39:26 -0400
  • 3f7841da02 Add necessary error variant Paul Woolcock 2018-08-23 06:37:09 -0400
  • e7afdf7b59 Add MastodonBuilder and use in From<Data> impl Paul Woolcock 2018-08-23 06:27:45 -0400
  • 5eca9748a3 Reduce the visibility of ItemsIter and add docs to items_iter Paul Woolcock 2018-08-22 15:29:07 -0400
  • 49eee2313f Make the `Meta` fields optional Paul Woolcock 2018-08-22 14:35:37 -0400
  • 2e8ee7e840 This field can be `true/false` or `"true"/"false"` Paul Woolcock 2018-08-22 14:12:08 -0400
  • e5175f09fe make apps::prelude and use the preludes in the tests Paul Woolcock 2018-08-22 13:19:24 -0400
  • 63d09c1113 Clean up src/lib.rs a bit more Paul Woolcock 2018-08-22 13:07:20 -0400
  • 7f1303b5f6 Set a default redirect_uri if none is provided Paul Woolcock 2018-08-22 10:52:30 -0400
  • cc083e335e Change `Mastodon::from_data` to just `Mastodon::from` Paul Woolcock 2018-08-22 06:23:56 -0400
  • 1847160369 No reason to impl Deser for both the ApiError and Error types Paul Woolcock 2018-08-21 17:15:33 -0400
  • 454d005517 Move From<> impls too Paul Woolcock 2018-08-21 17:10:44 -0400
  • 3f5c1db430 Breakout errors into their own module Paul Woolcock 2018-08-21 17:02:59 -0400
  • 473205a5f2
    Merge pull request #4 from pwoolcoc/mammut-to-elefren Paul Woolcock 2018-08-22 00:31:19 -0400
  • a9b6b52890 Change mammut references to elefren Paul Woolcock 2018-08-21 17:01:05 -0400
  • ecb8629a53
    Merge pull request #3 from pwoolcoc/mastodon-client-trait Paul Woolcock 2018-08-21 16:38:34 -0400
  • 22b4b04738 Adds a `MastodonClient` trait Paul Woolcock 2018-08-21 14:57:46 -0400
  • 6c37ecb1e1
    Merge pull request #2 from pwoolcoc/fix-url-error Paul Woolcock 2018-08-21 16:28:33 -0400
  • fc60b6f60e
    Merge pull request #1 from pwoolcoc/page-iterator Paul Woolcock 2018-08-21 16:21:54 -0400
  • 5c339fd41f compile (but don't run) two more tests Paul Woolcock 2018-08-21 16:09:54 -0400
  • d14d50070e fix test Paul Woolcock 2018-08-21 15:51:57 -0400
  • 664cb2797f fix the test so it actually tests something Paul Woolcock 2018-08-21 15:41:08 -0400
  • 6501470312 Change `PageIter` to `ItemsIter` Paul Woolcock 2018-08-21 15:26:34 -0400
  • 68f8766aff Return `None` if there are no items Paul Woolcock 2018-08-18 08:00:47 -0400
  • b4cbcfa1a7 into_iter -> items_iter Paul Woolcock 2018-08-05 20:56:22 -0400
  • 6d67e403bc Don't expose pageiter module, and add some docs to PageIter Paul Woolcock 2018-08-05 11:20:48 -0400
  • 0e8eb4e568 Add `PageIter<T>` to abstract over iterating over pages Paul Woolcock 2018-08-05 11:03:48 -0400
  • a647d47b57 remove unnecessary slash Paul Woolcock 2018-08-05 21:16:15 -0400
  • 01704d7169 fix bug introduced in the last change Paul Woolcock 2018-08-05 21:10:09 -0400
  • 87a0c103e6 Added doc_comment to properly doc functions Aaron Power 2018-08-05 16:50:24 +0100
  • 142d8e7572 Statuses request struct for the `statuses` method (#34) Paul Woolcock 2018-08-05 11:30:02 -0400
  • 70ecc26ab8 Changed Scope for examples and allowed input of custom domain. Aaron Power 2018-06-29 15:32:32 +0100
  • 20915671d8 Version 11 Aaron Power 2018-06-29 11:19:29 +0100
  • 53f403d99d Moved upload_photo to an example Aaron Power 2018-06-29 11:17:36 +0100
  • 523d83022e Fixed example code, and {un}follow routes. Aaron Power 2018-06-29 11:10:50 +0100
  • bc68726d23 fix(account): Fix moved field on Account (#31) Klaus Purer 2018-06-28 09:44:28 +0200
  • 0c312cecfc Fixed Instance deserialising and added undocumented properties Aaron Power 2018-03-02 23:43:18 +0000
  • 7bedb2378a fixed ApiError Aaron Power 2018-03-02 21:45:55 +0000
  • 75eea88023 Fixed examples Aaron Power 2018-03-02 20:27:32 +0000
  • 5ac40cd682 bumped version Aaron Power 2018-03-02 20:13:49 +0000
  • fd1fe41bb4 Fixed typo causing incorrect type signatures Aaron Power 2018-03-02 20:13:06 +0000
  • c6351f0ec9 Updated Changelog Aaron Power 2018-02-28 14:57:25 +0000
  • 065aeb90b6 Version 0.10 Aaron Power 2018-02-28 14:55:24 +0000
  • 4670217775 Updated to rc2 and updated dotenv to 0.11 Aaron Power 2018-02-25 15:41:41 +0000
  • d9586714fd Moved all array routes to paged and changed ids to strs Aaron Power 2018-02-25 15:37:53 +0000
  • 916e45c9e3 Added badges to README (#25) Romain Porte 2018-02-23 20:42:48 +0100
  • 43858e5729 reformatted example and made it the README example. Aaron Power 2018-02-12 00:15:35 +0000
  • 4984dfaacf Version 0.10.0-rc1 Aaron Power 2018-02-12 00:07:59 +0000
  • ab1e5f86f0 Fixed the registration of new apps as well as url of statuses is now an Option<String> (#23) TheBestJohn 2018-02-10 13:22:30 -0500
  • 0b5441e52c Changes IDs to Strings for compliance with APIv1 (#20) Johannes 2018-02-10 19:21:58 +0100
  • 0ee5806534 fix(errors): Directly pass up Serde errors for easier debugging (#16) Klaus Purer 2018-02-10 19:21:12 +0100
  • 3761118f10 Version 0.9.1 Aaron Power 2018-01-06 19:07:37 +0000
  • 09fa9deb56 tests(upload): Ignore integration test with real Mastodon connection per default (#17) Klaus Purer 2017-12-21 17:56:35 +0100
  • dfe317f329 Add PartialEq to Data struct (#19) Paul Woolcock 2017-12-21 11:56:14 -0500
  • b445197381 docs(all): Added documentation to missing parts Aaron Power 2017-11-11 11:50:09 +0000
  • 87bcc139bb refactor(error): Better errors from the Mastodon API Aaron Power 2017-11-11 10:20:59 +0000
  • 845294996c
    Update README.md Aaron Power 2017-11-10 16:56:56 +0000
  • f8aa32f003 Version 0.9, Changed API to use Cow<'static, str> Aaron Power 2017-11-09 13:56:50 +0000
  • b6d350f29e updated reqwest and fixed media route Aaron Power 2017-11-09 13:05:30 +0000
  • a0c69aac43 Implement std::error::Error for the Error enum (#12) Paul Woolcock 2017-11-09 06:43:53 -0500
  • b9968c6dcb Added travis Aaron Power 2017-07-03 13:17:01 +0100
  • 974f9241e1 Fix incompatible serde versions, misspelled reference (#9) Bryan Tsang 2017-07-03 04:42:38 -0700