Skip to content

Commit

Permalink
Add models reference documentation for API v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Apr 27, 2021
1 parent cc4479a commit 78a0c22
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions docs/models.rst
Expand Up @@ -6,6 +6,53 @@
Models Reference
****************

API v1.1
========

.. class:: tweepy.models.BoundingBox

:reference: https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary/object-model/geo#bounding-box

.. class:: tweepy.models.DirectMessage

:reference: https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/guides/message-create-object

.. class:: tweepy.models.Friendship

:reference: https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friendships-show#example-response

.. class:: tweepy.models.List

:reference: https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/get-lists-show#example-response

.. class:: tweepy.models.Media

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

.. class:: tweepy.models.Place

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

.. class:: tweepy.models.Relationship

:reference: https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friendships-lookup#example-response

.. class:: tweepy.models.SearchResults

:reference: https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets#example-response

.. class:: tweepy.models.SavedSearch

:reference: https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/get-saved_searches-show-id#example-response

.. class:: tweepy.models.Status

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

.. class:: tweepy.models.User

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

API v2
======

Expand Down

0 comments on commit 78a0c22

Please sign in to comment.