client icon indicating copy to clipboard operation
client copied to clipboard

Contains various packages for client side

Results 23 client issues
Sort by recently updated
recently updated
newest added

Hello, I'm looking for an example to add basicauth for my request I haven't found an example on the net for jaguar_ retrofit if somebody can help me. Here's is...

```dart @DeleteReq(path: "products/:id") Future deleteProduct(@PathParam() int id); ``` The above doesn't work, since I know that this api does not return anything. The code which works is below: ```dart @DeleteReq(path:...

We need to update the readme as it's totally out of date

Would be nice to have by default a logInterceptor that we can add if you want. We can put log level on it like BASIC / FULL. BASIC will print:...

Any way to support http2 ? How much effort it will be to support this ?

Here is what I have put in place with java retrofit library and I wanted to know if it's possible (or will be) to do it with this one also....