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
3761118f10
Version 0.9.1
7 years ago
Aaron Power
f8aa32f003
Version 0.9, Changed API to use Cow<'static, str>
...
Added documentation to Error enum
7 years ago
Bryan Tsang
974f9241e1
Fix incompatible serde versions, misspelled reference ( #9 )
7 years ago
Aaron Power
a6450f3445
Version bump
8 years ago
Aaron Power
d1063570f6
Updated dependencies, and version bump
8 years ago
Aaron Power
5332b47ede
v6.1 fixed routes not deserialising correctly.
8 years ago
Aaron Power
39e539646b
Version 0.6
...
Added proper error handling
impl fmt::Display for apps::Scope
make StatusBuilder.status public
8 years ago
Carol (Nichols || Goulding)
b9c31dfc7d
Lock down chrono version to one that uses serde 0.9
8 years ago
Aaron Power
1fb3d16843
Fixed website not being nullable, added static version of urls
8 years ago
Aaron Power
d36c861c19
fixed error handling.
8 years ago
Aaron Power
2dd0c83b55
0.5 Added API Error handling
8 years ago
Aaron Power
5a06265e87
Added serde rename for notificiation, and updated repo link
8 years ago
Aaron Power
69cec5bf7e
Updated status to handle more nulls
8 years ago
Aaron Power
a528624dc3
0.3.0 Redone registration api, added debug/clone
8 years ago
Aaron Power
686c5129f3
0.2 corrected oauth, and added some documentation
8 years ago
Aaron Power
36ae371beb
Initial commit
8 years ago