question

dhanaraj avatar image
dhanaraj asked Dan edited

Is it possible using Clover Android SDK I can reuse every funcntionality without interact with Rest API

I want to consume Clover SDK for following functionalities
1.Customer CRUD
2. Inventory CRUD
3.Orders CRUD
4. Employee CRUD
5. Payment CRUD.

I have done this functionalities using REST API. I worked in some of the functionalities in Clover SDK.
Without interaction with REST API I want to achieve those functionality. Is it Possible?
REST APIClover Android SDK
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Dan avatar image
Dan answered Dan edited
If you're running an android app on the device, you can look through https://github.com/clover/clover-android-sdk. OrderConnector.java, InventoryConnector.java, CustomerConnector.java, EmployeeConnector.java, and PaymentConnector.java may provide this functionality.
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community