Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Nov 23, 2010
1 parent c419f7f commit d638d1c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
disqus-python
~~~~~~~~~~~~~

Use the API by instantiating it, and then calling the method through dotted notation chaining:

require('disqusapi/disqusapi.php');
$disqus = new DisqusAPI($secret_key)
$disqus->trends->listThreads()

Parameters (including the ability to override version, api_secret, and format) are passed as keyword arguments to the resource call:

$disqus->posts->details(array($post=>1, $version=>'3.0'));

Documentation on all methods, as well as general API usage can be found at http://disqus.com/api/

0 comments on commit d638d1c

Please sign in to comment.