getContactBy

fun getContactBy(contactId: String): Single<Contact>

Fetch contact from the specified contactId.

Return

A single that will emit the contact fetched by contactId param. In case of error, it will emit a SippoResourceError.

Parameters

contactId

contact Id to be fetched.