-
## Is your feature request related to a problem?
We are using retrofit for some of our HTTP request.
## Describe the solution you'd like
retrofit invocations should be instrumented.
-
-
Upgrade guide:
https://futurestud.io/blog/retrofit-2-upgrade-guide-from-1-9
Logging was removed. How to log:
https://futurestud.io/blog/retrofit-2-log-requests-and-responses
-
REST APIs
Good bye jSoup. You won't be missed.
-
Third party dependency (in this case Retrofit) must be managed cleanly. The template project contains `API.kt` and `RetrofitAPI.kt` to assist in managing Retrofit dependency and limit its use to the c…
-
### Expected Behavior
`spyk` should successfully mock Retrofit instances on suspended methods
### Current Behavior
no `coEvery` works on spies
### Failure Information (for bugs)
#### S…
naixx updated
4 months ago
-
The data module is responsible for all the API calls and there should be a retry policy when API call fails. Retrofit does not have retry policy by default. We should probably use OkHttp interceptor t…
-
- composer add property
- discovery flow tables (3)
![image](https://cloud.githubusercontent.com/assets/1924932/6474539/7fb7ffba-c1b6-11e4-980b-a5f6b430dcf7.png)
-
These include:
- [ ] Network API
- [ ] Battery API
- [ ] DeviceOrientation
- [ ] GeoLocation
- [ ] …
Make sure they're _polyfillable_ (boy! I hate that word, curse you, @remy, for ever coming up with…
tobie updated
9 years ago
-
Does this project follows the latest dagger 2 guidelines?
And is there any chance that you will include Retrofit API calls with proper separate network dagger module as shown [here](https://induces…