unio icon indicating copy to clipboard operation
unio copied to clipboard

One REST API Client for All

Results 5 unio issues
Sort by recently updated
recently updated
newest added

Please add the ability to define custom request headers. This should support statically defined headers that are the same for every request, as well as headers that are required with...

Hi. I have an API which uses basic HTTP auth for access. I wanted to use Unio as a test and debugging client, but it didn't allow me to pass...

For example consider the facebook api errors [here](https://developers.facebook.com/docs/reference/api/errors/). We can easily map non-200 responses to create errors from the response body. @ttezel should the callbacks be invoked with `(err, res,...

enhancement

I'm seeing gzipped output from the stackexchange api. How do I handle this with unio? https://api.stackexchange.com/docs/compression

Hi, I'm doing kind of the same thing but we're trying to use an unified format, namely SPORE, available here: https://github.com/SPORE/specifications And a python client over there: https://github.com/spiral-project/respire Maybe we...