[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.9.0" ) ]
public YouTubeService (string developer_key, Authorizer? authorizer)
Creates a new YouTubeService using the given Authorizer.
If authorizer
is null
, all requests are made as an unauthenticated user. The developer_key
must
be unique for your application, and as
registered with Google.
developer_key |
your application's developer API key |
authorizer |
a Authorizer to authorize the service's requests, or |
a new YouTubeService, or |