P. Raj Kumar

Results 25 issues of P. Raj Kumar

This can be done by [writing a custom converter factory](https://uplink.readthedocs.io/en/stable/user/serialization.html#writing-a-custom-converter). We should add an example to the [`examples`](https://github.com/prkumar/uplink/tree/master/examples) directory on how to do this.

help wanted
good first issue
Documentation

We need examples of how to perform authentication with Uplink. This includes: - [ ] [Basic Authentication](https://uplink.readthedocs.io/en/stable/user/auth.html#basic-authentication) - [ ] [OAuth with `requests-oauthlib`](https://uplink.readthedocs.io/en/stable/user/auth.html#using-auth-support-for-requests-and-aiohttp) - [ ] [Using other third-party Auth...

help wanted
good first issue
Documentation

Need examples showcasing how to [send JSON requests](https://uplink.readthedocs.io/en/stable/user/quickstart.html#form-encoded-multipart-and-json-requests) and [consume JSON responses](https://uplink.readthedocs.io/en/stable/user/quickstart.html#handling-json-responses). Also, we should provide examples of [custom JSON (de)serialization](https://uplink.readthedocs.io/en/stable/user/serialization.html#custom-json-deserialization) using [`@loads`](https://uplink.readthedocs.io/en/stable/dev/converters.html#uplink.loads) and [`@dumps`](https://uplink.readthedocs.io/en/stable/dev/converters.html#uplink.dumps). These examples should live in...

help wanted
good first issue
Documentation

Hi! First of all, Thanks for this amazing library! I'm looking to use this library to implement a SCIM service on top of an existing Spring application. A lot of...

Fixes # . Changes proposed in this pull request: - - - Attention: @prkumar