anterofit icon indicating copy to clipboard operation
anterofit copied to clipboard

Strongly typed, asynchronous REST client framework for Rust.

Results 12 anterofit issues
Sort by recently updated
recently updated
newest added

There hasn't been much activity lately, dependencies are outdated, all while Rust async ecosystem undergoes rapid evolution. So, what's the plan? REST API client frameworks niche is still empty, with...

All dependencies except those that affect hyper are upgraded in this PR. Additionally, deprecated usage is updated except for Unpark, which would have required a larger effort.

I’m very new to Rust so maybe I’m misunderstanding something, but I have a feeling the base URL logic isn’t quite right. My initial understanding was that specifying the base...

Allow service methods to view the response and map the value internally.

Introduces hyper-native-tls and adds a TLS client to the adapter, fixing an "Invalid scheme for Http" error that was introduced by a breaking change to hyper 0.10.0 (which no longer...

Tried setting it up today to interface to an api I use at work, and it does not work. Seems to not know what an https:// URL is... Do you...

I am trying to wrap `createComment` from [the LaunchPad API](https://launchpad.net/+apidoc/1.0.html#branch_merge_proposal) - search for `createComment` on the page as the method has no direct link. This looks like this in my...

Hi @abonander, Thanks for the great work on library. Are there any plans to support first stable release of serde?

I started to build a client for the github api: https://github.com/little-dude/ghrs One thing I could not figure out is how to handle cases where the server returns an error (`403`...