forked from sigmavirus24/github3.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissue_event
More file actions
1 lines (1 loc) · 3.5 KB
/
Copy pathissue_event
File metadata and controls
1 lines (1 loc) · 3.5 KB
1
{"commit_id": "4c1487dc24ba8742688b06b63af40cc073328f29", "url": "https://api.github.com/repos/sigmavirus24/github3.py/issues/events/33663438", "created_at": "2013-01-08T00:58:52Z", "actor": {"following_url": "https://api.github.com/users/sigmavirus24/following{/other_user}", "events_url": "https://api.github.com/users/sigmavirus24/events{/privacy}", "organizations_url": "https://api.github.com/users/sigmavirus24/orgs", "url": "https://api.github.com/users/sigmavirus24", "gists_url": "https://api.github.com/users/sigmavirus24/gists{/gist_id}", "html_url": "https://github.com/sigmavirus24", "subscriptions_url": "https://api.github.com/users/sigmavirus24/subscriptions", "avatar_url": "https://secure.gravatar.com/avatar/c148356d89f925e692178bee1d93acf7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "repos_url": "https://api.github.com/users/sigmavirus24/repos", "received_events_url": "https://api.github.com/users/sigmavirus24/received_events", "gravatar_id": "c148356d89f925e692178bee1d93acf7", "starred_url": "https://api.github.com/users/sigmavirus24/starred{/owner}{/repo}", "login": "sigmavirus24", "type": "User", "id": 240830, "followers_url": "https://api.github.com/users/sigmavirus24/followers"}, "event": "closed", "issue": {"body": "Hi,\r\nI was following the online docs to grab a token for myself when I ran into some trouble.\r\n\r\n\r\nGithub will respond with a 400 Problem parsing JSON\r\n`github3.models.GitHubError: 400 Problems parsing JSON`\r\n\r\nIf the line is changed from:\r\n```\r\n json = self._json(ses.post(url, data=data), 201)\r\n```\r\nto\r\n```\r\n json = self._json(ses.post(url, data=dumps(data)), 201)\r\n```\r\nworks fine.", "labels": [], "title": "missing dumps in authorize", "url": "https://api.github.com/repos/sigmavirus24/github3.py/issues/56", "labels_url": "https://api.github.com/repos/sigmavirus24/github3.py/issues/56/labels{/name}", "created_at": "2013-01-07T23:19:09Z", "events_url": "https://api.github.com/repos/sigmavirus24/github3.py/issues/56/events", "comments_url": "https://api.github.com/repos/sigmavirus24/github3.py/issues/56/comments", "html_url": "https://github.com/sigmavirus24/github3.py/issues/56", "comments": 1, "number": 56, "updated_at": "2013-01-08T00:58:52Z", "assignee": null, "state": "closed", "user": {"following_url": "https://api.github.com/users/jamesonjlee/following{/other_user}", "events_url": "https://api.github.com/users/jamesonjlee/events{/privacy}", "organizations_url": "https://api.github.com/users/jamesonjlee/orgs", "url": "https://api.github.com/users/jamesonjlee", "gists_url": "https://api.github.com/users/jamesonjlee/gists{/gist_id}", "html_url": "https://github.com/jamesonjlee", "subscriptions_url": "https://api.github.com/users/jamesonjlee/subscriptions", "avatar_url": "https://secure.gravatar.com/avatar/0c679f5ba4ec85218f144449aba35771?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "repos_url": "https://api.github.com/users/jamesonjlee/repos", "received_events_url": "https://api.github.com/users/jamesonjlee/received_events", "gravatar_id": "0c679f5ba4ec85218f144449aba35771", "starred_url": "https://api.github.com/users/jamesonjlee/starred{/owner}{/repo}", "login": "jamesonjlee", "type": "User", "id": 698668, "followers_url": "https://api.github.com/users/jamesonjlee/followers"}, "milestone": null, "closed_at": "2013-01-08T00:58:52Z", "pull_request": {"diff_url": null, "html_url": null, "patch_url": null}, "id": 9752178}, "id": 33663438}