diff options
author | Lorenz Diener <[email protected]> | 2019-04-28 00:14:30 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-04-28 00:14:30 +0200 |
commit | 429132e9566f33f7f076705b65636dc517060b59 (patch) | |
tree | 95f7876e978148dd95326e57a9f2fadeff617c3b /docs | |
parent | 67824478afe41aabb8802efd632fb653dd6e834a (diff) | |
download | mastodon.py-429132e9566f33f7f076705b65636dc517060b59.tar.gz |
Test and document app_verify_credentials
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 55335b6..3cf236c 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -811,6 +811,11 @@ Reading data: Emoji | |||
811 | 811 | ||
812 | .. automethod:: Mastodon.custom_emojis | 812 | .. automethod:: Mastodon.custom_emojis |
813 | 813 | ||
814 | Reading data: Apps | ||
815 | ------------------ | ||
816 | |||
817 | .. automethod:: Mastodon.app_verify_credentials | ||
818 | |||
814 | Reading data: Endorsements | 819 | Reading data: Endorsements |
815 | -------------------------- | 820 | -------------------------- |
816 | 821 | ||