You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
It would be great to have a standardized Cordova API instead of relying solely on the REST API. I have the foundation written here. It doesn't contain a full replacement for the REST API yet, but it would be very straight forward to implement the remaining functionality.
Also based on the REST API wiki page on the Couchbase Lite 2 repo the REST API is more limited than the 1.x version and is more intended for testing than actual production use. So instead of doubling the work to build out the rest api again, why not just have a complete native api using the standard Cordova interface?
The text was updated successfully, but these errors were encountered:
It would be great to have a standardized Cordova API instead of relying solely on the REST API. I have the foundation written here. It doesn't contain a full replacement for the REST API yet, but it would be very straight forward to implement the remaining functionality.
Also based on the REST API wiki page on the Couchbase Lite 2 repo the REST API is more limited than the 1.x version and is more intended for testing than actual production use. So instead of doubling the work to build out the rest api again, why not just have a complete native api using the standard Cordova interface?
The text was updated successfully, but these errors were encountered: