gfcapalbo / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

Api.GetDirectMessagesSent(...) not supported #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The most recent python-twitter API includes Api.GetDirectMessages(...) but
not Api.GetDirectMessagesSent(...) (or equivalent).

This method is specified by the Twitter API here:
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-direct_messages%C2%A0sent

I have included a patch that contains this new method.

The request are response are identical to that of
Api.GetDirectMessages(...), only differing in the request URL.

I have already implemented this in my local copy, but would like to see it
included in the trunk.

Let me know if you have any questions!

Original issue reported on code.google.com by steve.bu...@gmail.com on 16 Jul 2009 at 10:29

Attachments: