Update links to Twitter docs #463

Merged
clayadavis merged 2 commits from docs into master 2017-10-13 06:42:55 -07:00
clayadavis commented 2017-10-11 11:24:52 -07:00 (Migrated from github.com)

Addresses #455; lots of Twitter's documentation links have been recently broken. This PR attempts to update URLs to documentation where it can.

The nice part about this task is that one can grep for dev.twitter.com and get a list of deprecated/broken links that need fixing.

Addresses #455; lots of Twitter's documentation links have been recently broken. This PR attempts to update URLs to documentation where it can. The nice part about this task is that one can grep for `dev.twitter.com` and get a list of deprecated/broken links that need fixing.
coveralls commented 2017-10-11 11:50:32 -07:00 (Migrated from github.com)

Coverage Status

Coverage remained the same at 57.162% when pulling f3088b0289 on clayadavis:docs into 7be654136e on ryanmcgrath:master.

[![Coverage Status](https://coveralls.io/builds/13674287/badge)](https://coveralls.io/builds/13674287) Coverage remained the same at 57.162% when pulling **f3088b02894053485e0f3a6c46fa468032c99f43 on clayadavis:docs** into **7be654136eb29293e04ca96b97eb9e58f8db9ae2 on ryanmcgrath:master**.
clayadavis commented 2017-10-11 14:54:55 -07:00 (Migrated from github.com)

The majority of this work is done. Remaining are several endpoints that are now undocumented or deprecated:

$ grep -Inr "dev.twitter.com" *
endpoints.py:515:        https://dev.twitter.com/docs/api/1.1/post/account/update_delivery_device
endpoints.py:643:        Docs: https://dev.twitter.com/docs/api/1.1/get/users/contributees
endpoints.py:651:        Docs: https://dev.twitter.com/docs/api/1.1/get/users/contributors
endpoints.py:1051:        Docs: https://dev.twitter.com/docs/api/1.1/get/geo/similar_places
endpoints.py:1059:        Docs: https://dev.twitter.com/docs/api/1.1/post/geo/place
streaming/types.py:27:        https://dev.twitter.com/docs/api/1.1/get/user
streaming/types.py:37:        https://dev.twitter.com/docs/api/1.1/get/site
streaming/types.py:86:        https://dev.twitter.com/docs/api/1.1/get/statuses/firehose

Can be merged as-is and deal with deprecation later, or else we can discuss what to do about these endpoints.

The majority of this work is done. Remaining are several endpoints that are now undocumented or deprecated: ``` $ grep -Inr "dev.twitter.com" * endpoints.py:515: https://dev.twitter.com/docs/api/1.1/post/account/update_delivery_device endpoints.py:643: Docs: https://dev.twitter.com/docs/api/1.1/get/users/contributees endpoints.py:651: Docs: https://dev.twitter.com/docs/api/1.1/get/users/contributors endpoints.py:1051: Docs: https://dev.twitter.com/docs/api/1.1/get/geo/similar_places endpoints.py:1059: Docs: https://dev.twitter.com/docs/api/1.1/post/geo/place streaming/types.py:27: https://dev.twitter.com/docs/api/1.1/get/user streaming/types.py:37: https://dev.twitter.com/docs/api/1.1/get/site streaming/types.py:86: https://dev.twitter.com/docs/api/1.1/get/statuses/firehose ``` Can be merged as-is and deal with deprecation later, or else we can discuss what to do about these endpoints.
coveralls commented 2017-10-11 14:56:10 -07:00 (Migrated from github.com)

Coverage Status

Coverage decreased (-0.08%) to 57.085% when pulling 4edcc89e03f80eebb0c879c361146838b4a0c703 on clayadavis:docs into 7be654136e on ryanmcgrath:master.

[![Coverage Status](https://coveralls.io/builds/13678060/badge)](https://coveralls.io/builds/13678060) Coverage decreased (-0.08%) to 57.085% when pulling **4edcc89e03f80eebb0c879c361146838b4a0c703 on clayadavis:docs** into **7be654136eb29293e04ca96b97eb9e58f8db9ae2 on ryanmcgrath:master**.
coveralls commented 2017-10-11 15:03:41 -07:00 (Migrated from github.com)

Coverage Status

Coverage increased (+0.02%) to 57.182% when pulling 210db9cb75739dadb92ff3ad38727ef483c6b403 on clayadavis:docs into 7be654136e on ryanmcgrath:master.

[![Coverage Status](https://coveralls.io/builds/13678170/badge)](https://coveralls.io/builds/13678170) Coverage increased (+0.02%) to 57.182% when pulling **210db9cb75739dadb92ff3ad38727ef483c6b403 on clayadavis:docs** into **7be654136eb29293e04ca96b97eb9e58f8db9ae2 on ryanmcgrath:master**.
coveralls commented 2017-10-11 18:09:03 -07:00 (Migrated from github.com)

Coverage Status

Coverage increased (+0.02%) to 57.182% when pulling 8f3db4bc85 on clayadavis:docs into 7be654136e on ryanmcgrath:master.

[![Coverage Status](https://coveralls.io/builds/13680332/badge)](https://coveralls.io/builds/13680332) Coverage increased (+0.02%) to 57.182% when pulling **8f3db4bc8521e8cd0e567b54ac861af5c88a7703 on clayadavis:docs** into **7be654136eb29293e04ca96b97eb9e58f8db9ae2 on ryanmcgrath:master**.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/twython#463
No description provided.