add module / class stuff
This commit is contained in:
parent
10d48d702d
commit
bd3db974d7
@ -1,5 +1,7 @@
|
||||
General information
|
||||
===================
|
||||
.. py:module:: mastodon
|
||||
.. py:class: Mastodon
|
||||
|
||||
Rate limiting
|
||||
-------------
|
||||
|
@ -1,5 +1,7 @@
|
||||
Return values
|
||||
=============
|
||||
.. py:module:: mastodon
|
||||
.. py:class: Mastodon
|
||||
|
||||
Unless otherwise specified, all data is returned as Python dictionaries, matching
|
||||
the JSON format used by the API. Dates returned by the API are in ISO 8601 format
|
||||
|
@ -1,5 +1,8 @@
|
||||
Error handling
|
||||
==============
|
||||
.. py:module:: mastodon
|
||||
.. py:class: Mastodon
|
||||
|
||||
When Mastodon.py encounters an error, it will raise an exception, generally with
|
||||
some text included to tell you what went wrong.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
App registration and user authentication
|
||||
========================================
|
||||
.. py:module:: mastodon
|
||||
.. py:class: Mastodon
|
||||
|
||||
Before you can use the Mastodon API, you have to register your
|
||||
application (which gets you a client key and client secret)
|
||||
|
Loading…
x
Reference in New Issue
Block a user