Skip to content

Commit

Permalink
Updated documentation for TypePad API
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingice committed Oct 20, 2010
1 parent f7d9789 commit e6086a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jsonp-fu/lib/typepad.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*global jsonpfu */

/**
* Name: Plixi
* Desc: Used to query the Plixi JSONP API (http://groups.google.com/group/plixi/web)
* Name: TypePad
* Desc: Used to query the TypePad JSONP API (http://www.typepad.com/services/apidocs)
* Usage:
* jfu.lib('plixi').api_category.api_method(opts, callback);
* jfu.lib('typepad').api_category.api_method(opts, callback);
*
* Example:
* jfu.lib('plixi').user.show({user: 'meltingice'}, function (data) {
* jfu.lib('typepad').api_keys.show({id:'3d20424ed60e58e1'}, function (data) {
* console.log(data);
* });
*/
Expand Down

0 comments on commit e6086a6

Please sign in to comment.