retrofit icon indicating copy to clipboard operation
retrofit copied to clipboard

A type-safe HTTP client for Android and the JVM

Results 172 retrofit issues
Sort by recently updated
recently updated
newest added

What kind of issue is this? - [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do something, or to...

Feature

What kind of issue is this? - [x] Feature Request. Start by telling us what problem you’re trying to solve. Often a solution already exists! Don’t send pull requests to...

hellow, there is a uncatch exception . eg: Httpexception 500. this is my code : ``` suspend inline fun ApiCall(crossinline call: suspend CoroutineScope.() -> ResponseResult): ResponseResult { return withContext(Dispatchers.IO) {...

We found a situation where we wanted to execute a call synchronously and still make use of coroutines. Long story short: we were doing async calls inside our Authenticator. This...

Otherwise they will be removed by R8 since it cannot determine whether we are doing reflection on them. Old issue below: ---- Using com.squareup.retrofit2:retrofit:2.9.0 After upgrading gradle plugin from ```...

Feature

While using retrofit in synchronous mode while using .execute method giving an error gives a error Fatal signal 11 (SIGSEGV), code 1, fault addr 0x14 in tid 16155 (JDWP), pid...

Needs Info

now the url can contain charater ':'. relative issue: [issue3080](https://github.com/square/retrofit/issues/3080)

I found myself frequently revisiting the source to double check suspend function behavior, so figured it might warrant formal documentation (plus it doesn't seem to be mentioned anywhere at all...

Alternative to #3487

After moving my project to fully support JPMS (JDK11), and retrofit has become unusable due to the following error: ``` Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make private java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int) accessible: module...