retrofit
retrofit copied to clipboard
A type-safe HTTP client for Android and the JVM
Hello! We are computer science students from Federal University of Campina Grande (Brazil) and, as part of the Software Engineering course, we were in charge to choosing a real open...
- [ ] Feature Request. i have found my company use client-side ip load-balance,the http domain is a special service identifier,for example:global-user-credit,then have a common method to get ip list...
Okhttp allows sending non-ASCII characters in headers but retrofit doesn't have the provision to allow them via annotations. This PR request adds the possibility to allow non-ASCII characters via all...
Hello, i'm using retrofit with Guava call adapter. When i'm making a call that result to a no 2XX status code, i got a fatal exception. ``` 2022-06-17 17:26:06.536 28946-28946/com.wimova.driver.staging...
Accessing hidden method Ljava/security/spec/ECParameterSpec;->setCurveName(Ljava/lang/String;)V (greylist, reflection, allowed) 16:09:29.013 W java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType 16:09:29.014 W at retrofit2.HttpServiceMethod.parseAnnotations(SourceFile:46) 16:09:29.014 W at retrofit2.ServiceMethod.parseAnnotations(SourceFile:39) 16:09:29.014 W at retrofit2.Retrofit.loadServiceMethod(SourceFile:202) 16:09:29.014 W...
Hi, since latest versions now support service interface subclassing, as to facilitate versioning, I did just so ``` interface ConfigApi { suspend fun configuration(): Response } interface V1ConfigAp : ConfigApi...
Fixes #3730
What kind of issue is this? - [ ] Feature Request. Start by telling us what problem you’re trying to solve. Often a solution already exists! Don’t send pull requests...
Attempt at https://github.com/square/retrofit/issues/3075. Any suggestions to improve are welcome.
cannot make a new request because the previous response is still open: please call response.close()
I am using retrofit2 and tried to hit the call. But I am getting the error as cannot make a new request because the previous response is still open: please...