Paul Woolcock
2d8958e0d9
Update code to be compatible with reqwest 0.9
7 years ago
Paul Woolcock
28192e1188
Implement a method for `GET /api/v2/search`
7 years ago
Paul Woolcock
67242c8f4b
Change `search_accounts` to use a macro
7 years ago
Paul Woolcock
34e2c00866
change `POST /search` to `GET /search`
7 years ago
Paul Woolcock
c66c305df5
fix(client): fix broken paged_routes_with_id methods
...
BREAKING CHANGE: technically this breaks the API, but these methods
wouldn't have worked this way anyway, so I don't feel bad about it
Closes #42
7 years ago
Paul Woolcock
2a6e922da7
feat(macros): add compile tests to the doc comments
7 years ago
Paul Woolcock
49a2237803
Introduce HttpSend trait for converting `Request` -> `Response`
...
Parameterize everything that involves sending HTTP requests with the `H:
HttpSend` bound. This will allow us to swap out `HttpSend`
implementations when necessary, in order to better test our code
7 years ago
Paul Woolcock
8636e690c3
rustfmt pass
7 years ago
Paul Woolcock
63d09c1113
Clean up src/lib.rs a bit more
7 years ago