This multiplatform library exposes a ContactsClient
class with functions to get, add and delete Contact
s.
Internally, it performs these operations by connecting to contacts-backend-app
using HTTP requests.
- To build this lib you'll need to compile
contacts-common-lib
first, as explained here. - Execute
./gradlew publishToMavenLocal
. This task will publish in your~/.m2/repository
folder.
- To build this lib you'll need to compile
contacts-common-lib
first, as explained here. - Execute
./gradlew assembleContactsClientReleaseXCFramework
. This task will generate the framework inbuild/XCFrameworks/release
of the library project. - Copy the framework to the iOS client project.