hadiyarajesh / flower

Flower simplifies networking and database caching on Android/Multiplatform.
Apache License 2.0
296 stars 29 forks source link

Multiplatform Migration #15

Closed DatL4g closed 2 years ago

DatL4g commented 2 years ago
DatL4g commented 2 years ago

We can't get rid of wrapping the ApiResponse in a Flow as this would break the Ktorfit compatibility

DatL4g commented 2 years ago

The publication needs to be tested. I think I configured it correctly, however I didn't test it

hadiyarajesh commented 2 years ago

Thanks @DATL4G for this valuable commit. I've created a separate branch for this new-architecture (v3.0) and we should commit to it. I would like to propose few points

  1. rename "processRequestResponse" to "processNetworkResponse"
  2. rename "saveRequestData" to "saveNetworkData"
  3. rename "onRequestFailed" to "onNetworkRequestFailed"