Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Retrofit ? #204

Closed
hannesa2 opened this issue Oct 25, 2018 · 1 comment
Closed

Retrofit ? #204

hannesa2 opened this issue Oct 25, 2018 · 1 comment

Comments

@hannesa2
Copy link
Contributor

A common (heretic) question:

public class OwnCloudClient extends HttpClient {

Why do a lot of stuff "by hand" and not using Retrofit ?

@davigonz
Copy link
Contributor

Why do a lot of stuff "by hand" and not using Retrofit ?

Because it doesn't fit in our case, most of the requests need WebDAV extension and to support WebDAV and non WebDAV requests we have implemented a wrapper "by hand" to send transparent requests by using OkHttp, the network library under the hood of Retrofit, and Dav4Android.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants