[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.9.0" ) ]
public ContactsService (Authorizer? authorizer)
Creates a new ContactsService using the given Authorizer.
If authorizer is null, all requests are made as an unauthenticated user.
| authorizer |
a Authorizer to authorize the service's requests, or null |
|
a new ContactsService, or null; unref with unref |