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