Paul Woolcock
|
7786a83a14
|
Add `min_id` to pagination params
also switches to using serde_qs instead of manually serializing the
query string
|
6 years ago |
Paul Woolcock
|
8e700cf37b
|
update to 0.18.2
|
6 years ago |
Paul Woolcock
|
b7b8379e10
|
Add built-in support for deserializing Data from the env
|
6 years ago |
Paul Woolcock
|
8bb46a378c
|
Add docs for format_err macro
|
6 years ago |
Paul Woolcock
|
d524a64bfd
|
Fix the error used here
The `MastodonBuilder` is going to be changed to be `pub` soon, so let's
fix this redundant error variant now
|
6 years ago |
Paul Woolcock
|
1c70ecd475
|
Missed a couple .unwraps, take them out
|
6 years ago |
Paul Woolcock
|
34e2c00866
|
change `POST /search` to `GET /search`
|
6 years ago |
Paul Woolcock
|
46871da4c1
|
feat(helpers): add json helper module
|
6 years ago |
Paul Woolcock
|
043d3753e1
|
rustfmt pass
|
6 years ago |
Paul Woolcock
|
19ea7c7482
|
Add some tests for the Error::from impls
|
6 years ago |
Paul Woolcock
|
384d3d2c41
|
add toml helpers to data.rs
|
6 years ago |
Paul Woolcock
|
8636e690c3
|
rustfmt pass
|
6 years ago |
Paul Woolcock
|
0f5e295ea9
|
Revamp registration & auth process
|
6 years ago |
Paul Woolcock
|
3f7841da02
|
Add necessary error variant
|
6 years ago |
Paul Woolcock
|
1847160369
|
No reason to impl Deser for both the ApiError and Error types
|
6 years ago |
Paul Woolcock
|
454d005517
|
Move From<> impls too
|
6 years ago |
Paul Woolcock
|
3f5c1db430
|
Breakout errors into their own module
|
6 years ago |