NetworkResponseAdapter icon indicating copy to clipboard operation
NetworkResponseAdapter copied to clipboard

Retrofit call adapter to model success/failed responses as sealed types

Results 10 NetworkResponseAdapter issues
Sort by recently updated
recently updated
newest added

Publishing binaries to Maven Central, the industry standard maven repository, would be beneficial for users in cases where jetpack.io can not be used.

Hi @haroldadmin. I hope you have enjoyed the holidays. I am submitting this pull request just so you can see a slightly different approach I am using regarding the handling...

Hello Harold. First of all, thank you for your job and this useful library. Also, I want to use correctly the [Call instance](https://square.github.io/retrofit/2.x/retrofit/retrofit2/Call.html) Because only it works correctly without runBlocking...

Bumps [pygments](https://github.com/pygments/pygments) from 2.11.2 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...

dependencies

Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.1 to 10.0. Release notes Sourced from pymdown-extensions's releases. 10.0 Break: Snippets: snippets will restrict snippets to ensure they are under the base_path preventing snippets relative to...

dependencies

Probably caused by obfuscation. Currently in my rules I have mostly retrofit and okHttpt related rules, and my app crashing only when I'm trying to make http request. When I...

I added a version catalog for the project and updated to - * Kotlin 1.9.23 * Ktlint 12.1.0 * Guava 33.0.0-jre * Kotest 5.8.1 * Gradle 8.5 Ktlint flagged a...

I'm getting this error message when enable full mode of R8: > `kotlinx.serialization.json.internal.JsonDecodingException`: Class discriminator was missing and no default serializers were registered in the polymorphic scope of '`NetworkResponse`'. I...