get Contacts By Email
fun getContactsByEmail(email: String, onCompletion: (Either<List<Contact>, SippoResourceError>) -> Unit)
Fetches contacts from the specified email.
Return
A single that will emit the contacts fetched by email param. In case of error, it will emit a SippoResourceError.
Parameters
email
Email to be fetched.