bear / python-twitter

A Python wrapper around the Twitter API.
Apache License 2.0
3.41k stars 957 forks source link

API Coverage Tracking #342

Open jeremylow opened 8 years ago

jeremylow commented 8 years ago

Some of these may be out of scope or just not a good fit for the API, but the following endpoints aren't supported at the moment:

REST API

jeremylow commented 8 years ago

(This is across the following API domains: Media, Collections, TON, Curator, REST; does not include Ads API.)

bear commented 8 years ago

great list! I've done a couple passes like this in the past and it's both amazing and depression :)

Do we want to flag them as yes, no, maybe and group them into each their own issue?

jeremylow commented 8 years ago

Thanks! Yeah, there's a little bit of work to be done, no? I've redone the list a bit with the API type as the heading. For Collections, I don't have access for any of my apps, but I've emailed Twitter to see if that's possible.

As for organizing, maybe just comment as to what folks want to take on and then open issues as they come up? It'd be nice if there were a way for people to check off what they want to/are working on, but this is just markdown, alas...

I've gone through and to my mind, I think the only ones where I'd say not include (at least on a first pass) are GET /help/privacy and GET /help/tos, but that's anyone's call as to whether it'd be useful for them.

jeremylow commented 8 years ago

OK, so I started a new branch for this stuff. It's feature/api_coverage. I think I still have test data for the two direct messages endpoints and the lists endpoints, so I'll work on those this week.