You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @kennethreitz knows, I'm preparing to use requests in a different project, and was testing out the GitHub API. The following is something I did from the python command line interpreter:
importrequestsa= ('sigmavirus24', 'not_my_real_password')
url='https://api.github.com/repos/sigmavirus24/issues.py/issues/comments/4524692'# This no longer exists, you'll see whydata=u'{"body": "Amend comment."}'r=requests.patch(url, data, auth=a)
# Checked what GitHub returned (response code 200)r=requests.request('DELETE', url, auth=a)
# GitHub responded with code 204 -- successful deletion of a comment on an issue.
@kennethreitz: Whereabouts in the docs did you want these? The only place that currently exists that looks suitable is docs/quickstart.rst, but that document is getting increasingly large. Should we consider busting the verbs out into a new file? Or are you happy to extend the quickstart? Either way, I'm happy to write these and add them into #619.
@Lukasa the emails I received from @RAINCEN had the same message that @Fighter42 posted about 20 times (of which I deleted all but one). I have to wonder if these are just spam accounts or if perhaps this is related to recent attempts to brute force passwords on accounts. Regardless, it's probably advisable to just ignore everyone who makes similar comments on this issue. It's been closed for so long.
Activity
sigmavirus24 commentedon Mar 15, 2012
As @kennethreitz knows, I'm preparing to use requests in a different project, and was testing out the GitHub API. The following is something I did from the python command line interpreter:
Lukasa commentedon May 17, 2012
@kennethreitz: Whereabouts in the docs did you want these? The only place that currently exists that looks suitable is docs/quickstart.rst, but that document is getting increasingly large. Should we consider busting the verbs out into a new file? Or are you happy to extend the quickstart? Either way, I'm happy to write these and add them into #619.
kennethreitz commentedon May 17, 2012
Probably in the "advanced" section
wulien commentedon Dec 11, 2012
I love requests so much, thanks for your excellent work!
J-Delgado commentedon Oct 26, 2013
Sounds great! I'll get right on it!
sigmavirus24 commentedon Oct 27, 2013
@Fighter42 I don't know why you commented 11 times but this is already taken care of here
RAINCEN commentedon Nov 20, 2013
I feed my cat!
Lukasa commentedon Nov 20, 2013
@RAINCEN Really? Really?
sigmavirus24 commentedon Nov 20, 2013
@Lukasa the emails I received from @RAINCEN had the same message that @Fighter42 posted about 20 times (of which I deleted all but one). I have to wonder if these are just spam accounts or if perhaps this is related to recent attempts to brute force passwords on accounts. Regardless, it's probably advisable to just ignore everyone who makes similar comments on this issue. It's been closed for so long.
markthink commentedon Jun 26, 2014
github great