FreebaseService


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true , deprecated_since = "0.17.7" , since = "0.15.1" ) ]
public FreebaseService (string? developer_key, Authorizer? authorizer)

Warning: FreebaseService is deprecated since 0.17.7.

Creates a new FreebaseService using the given Authorizer.

Note:

Google Freebase has been permanently shut down.

If authorizer is null, all requests are made as an unauthenticated user. Having both developer_key and authorizer set to null is allowed, but this should be reserved for debugging situations, as there is a certain key-less quota for those purposes. If this service is used on any code intended to be deployed, one or both of developer_key and authorizer should be non-null and valid.

Parameters:

developer_key

developer key to use the API, or null

authorizer

a Authorizer to authorize the service's requests, or null

Returns:

a new FreebaseService; unref with unref