fun getContacts(sources: List<Source>): Single<List<Contact>>
Fetches all the contacts from the specified sources.
sources
- Sources from which the contacts will be fetched.
Return
A single that will emit the contact list when the request is processed.
In case of error, it will emit a SippoResourceError.