- 22 Jan, 2015 1 commit
-
-
Steven Skoczen authored
-
- 20 Jan, 2015 1 commit
-
-
Steven Skoczen authored
-
- 15 Jan, 2015 2 commits
-
-
Florent Espanet authored
`statuses/update` now support the parameter `media_ids`. It makes it possible to update a status with an attached media. See also : [doc](https://dev.twitter.com/rest/reference/post/statuses/update)
-
Florent Espanet authored
The media/upload endpoint is located on a different server : upload.twitter.com. It returns a unique result model called `Media` containing the `media_id` and the image infos. See also : * [doc](https://dev.twitter.com/rest/reference/post/media/upload)
-
- 11 Dec, 2014 1 commit
-
-
Andreas Savvides authored
-
- 01 Dec, 2014 1 commit
-
-
Joshua Roesslein authored
-
- 15 Nov, 2014 1 commit
-
-
Mark Smith authored
-
- 30 Sep, 2014 1 commit
-
-
chebee7i authored
The reference documentation recommends POST rather than GET for larger requests of user lookups. Also, added an option for 'include_entities'.
-
- 23 Sep, 2014 1 commit
-
-
Omer Murat Yildirim authored
-
- 19 Sep, 2014 2 commits
-
-
Omer Murat Yildirim authored
-
volnt authored
Update the references URL in the doctring with the new Twitter API doc. Fix formatting for :allowed_param in the docstring. Fix method for destroy endpoints (POST instead of DELETE).
-
- 05 Aug, 2014 1 commit
-
-
Yannick Dacheville authored
-
- 01 Jul, 2014 2 commits
-
-
Katsunori SUZUI authored
`filename` have to be percent-encoded whichever it is an instance of `unicode` or an instance of `str`.
-
Katsunori SUZUI authored
If filename is an instance of `unicode', L.76 `` 'Content-Disposition: form-data; name="%s"; filename="%s"' % (form_field, filename) '' must be unicode string. Because of it, L. 803 `` body = '\r\n'.join(body) '' fails. Therefore, I made `filename' designed to be percent-encoded str object before formatting.
-
- 21 Jun, 2014 1 commit
-
-
Arudmin authored
Add allowed params from API reference according to the documentation.
-
- 18 Jun, 2014 1 commit
-
-
Aaron Hill authored
-
- 13 Jun, 2014 2 commits
-
-
Katsunori SUZUI authored
`filename` have to be percent-encoded whichever it is an instance of `unicode` or an instance of `str`.
-
Katsunori SUZUI authored
If filename is an instance of `unicode', L.76 `` 'Content-Disposition: form-data; name="%s"; filename="%s"' % (form_field, filename) '' must be unicode string. Because of it, L. 803 `` body = '\r\n'.join(body) '' fails. Therefore, I made `filename' designed to be percent-encoded str object before formatting.
-
- 03 Jun, 2014 1 commit
-
-
Jordi Riera authored
-
- 31 May, 2014 1 commit
-
-
Jordi Riera authored
Implementation of bindings as properties, update of their docstrings and some change to be closure to PEP8 heaven.
-
- 28 May, 2014 1 commit
-
-
Arudmin authored
add 'display_coordinates' parameter to the statuses/update method
-
- 06 May, 2014 1 commit
-
-
Aaron Hill authored
-
- 03 May, 2014 2 commits
-
-
Aaron Hill authored
-
Jordi Riera authored
-
- 29 Apr, 2014 1 commit
-
-
Aaron Hill authored
-
- 27 Apr, 2014 1 commit
-
-
Joshua Roesslein authored
-
- 24 Apr, 2014 1 commit
-
-
Aaron Hill authored
-
- 18 Apr, 2014 1 commit
-
-
Cody Coats authored
-
- 27 Mar, 2014 3 commits
- 09 Mar, 2014 1 commit
-
-
Aaron Hill authored
-
- 20 Feb, 2014 1 commit
-
-
Aaron Hill authored
-
- 09 Feb, 2014 1 commit
-
-
Nir Grinberg authored
-
- 07 Jan, 2014 2 commits
-
-
Aaron Hill authored
-
Abhishek Gahlot authored
-
- 27 Dec, 2013 1 commit
-
-
Joshua Roesslein authored
-
- 21 Dec, 2013 2 commits
-
-
Vivien Meyet authored
-
Vladimir authored
-
- 02 Dec, 2013 1 commit
-
-
Go Wind authored
-