Paul Woolcock
a407249fa5
Remove `elefren::apps::prelude`
...
Since we don't need `App` in a prelude anymore, just move `Registration`
and `Scopes` to the main prelude and get rid of `elefren::apps::prelude`
6 years ago
Paul Woolcock
45f4cbbbfe
Move the `toml` helpers to `elefren::helpers::toml`
6 years ago
Paul Woolcock
1436c28e42
duplicate the AppBuilder api in Registration
...
Closes #13
6 years ago
Paul Woolcock
0d8522fe76
small readme updates
6 years ago
Paul Woolcock
ea1f600c46
add service=github to the coveralls badge
6 years ago
Paul Woolcock
3a09700b97
Add badge for code coverage
6 years ago
Paul Woolcock
6c2ebc6136
Update version in install instructions
6 years ago
Paul Woolcock
58d08ee70f
small README formatting changes
6 years ago
Paul Woolcock
6ddea87765
Use the new toml helpers instead of the toml crate
6 years ago
Paul Woolcock
ab82cf9124
Add `Installation` and `Usage` section to README
6 years ago
Paul Woolcock
8636e690c3
rustfmt pass
6 years ago
Paul Woolcock
7462d00c21
Add build badge to README
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
Romain Porte
916e45c9e3
Added badges to README ( #25 )
7 years ago
Aaron Power
43858e5729
reformatted example and made it the README example.
7 years ago
TheBestJohn
ab1e5f86f0
Fixed the registration of new apps as well as url of statuses is now an Option<String> ( #23 )
...
* Changes IDs to Strings for compliance with APIv1
* - Changed Scope to Scopes to coencide with a quirk of the Mastodon API. Initial registration of the app asks for "Scopes" and authorization asks for "Scope"
- Swapped spaces for urlencoded spaces in the scopes serde definition to prevent broken links
- url of status is returned as a Map not a string"
* Fixed tests and updated Version number
* Fixed tests and verified now... learning experience
7 years ago
Aaron Power
845294996c
Update README.md
7 years ago
Aaron Power
f14363956f
Updated README
8 years ago
Aaron Power
a528624dc3
0.3.0 Redone registration api, added debug/clone
8 years ago
Aaron Power
1875ca099d
Update README.md
8 years ago
Aaron Power
36ae371beb
Initial commit
8 years ago