Download: WWW-TypePad-0.4002.tar.gz
Dependencies
Annotate this POD
WWW::TypePad::ApiKeys - ApiKeys API methods
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.
(string) The actual API key string. Use this as the consumer key when making an OAuth request.
(Application) The application that owns this API key.