Replies: 2 comments
-
Well, I've been taking a look, and this would be pretty much rewriting the whole library 😅 But I think it would be really good. It would give support to ktor, for example, which would be compatible with Kotlin Multiplatform. okhttp is technically compatible, but I'd say that not on all platforms, and also not with full support so... |
Beta Was this translation helpful? Give feedback.
-
Also just a quick note, the example at Nextcloud's README is not up to date, they have new methods, at least at the source code. I don't know if they have been released or not, but the example only shows a single stream for output, which would not allow headers to be obtained from the request for example. It's still a pretty basic implementation what they have though. It would be really cool if we could just extract the tokens authorized and call it a day to be honest. Edit: They do some AIDL magic to communicate with the Nextcloud app to extract token. Maybe we can just copy some of it if we want to implement Nextcloud SSO in DAVx⁵. I wouldn't love it though. AIDL is pretty annoying to work with... Edit 2: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Use cases:
Beta Was this translation helpful? Give feedback.
All reactions