Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jacobsapps/c2c76b58504894403caf0634aee4dbdd to your computer and use it in GitHub Desktop.
Save jacobsapps/c2c76b58504894403caf0634aee4dbdd to your computer and use it in GitHub Desktop.
Contacts Service 1
final class ContactsService {
let userAPI = UserAPI()
func fetchUser() async throws {
try await userAPI.fetchAllUsersInContacts()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment