Skip to content

Commit

Permalink
Document models
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Apr 13, 2021
1 parent f5beb23 commit 0724060
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Contents:
cursor_tutorial.rst
api.rst
client.rst
models.rst
stream.rst
exceptions.rst
extended_tweets.rst
Expand Down
34 changes: 34 additions & 0 deletions docs/models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. _models_reference:

.. currentmodule:: tweepy

****************
Models Reference
****************

API v2
======

.. class:: Media

:reference: https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/media

.. class:: Place

:reference: https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/place

.. class:: Poll

:reference: https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/poll

.. class:: ReferencedTweet

:reference: https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/tweet

.. class:: Tweet

:reference: https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/tweet

.. class:: User

:reference: https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/user

0 comments on commit 0724060

Please sign in to comment.