NAME
WWW::TypePad::ApiKeys - ApiKeys API methods
METHODS
- get
-
my $res = $tp->api_keys->get($id);
Get basic information about the selected API key, including what application it belongs to.
Returns ApiKey which contains following properties.
- apiKey
-
(string) The actual API key string. Use this as the consumer key when making an OAuth request.
- owner
-
(Application) The application that owns this API key.