From c61384f73ebc279363d6f2838bf8f64b71f23d46 Mon Sep 17 00:00:00 2001 From: mmanc125uw Date: Tue, 22 Sep 2020 17:57:58 -0400 Subject: [PATCH 1/2] sp_py230 lesson6 activity api dev and testing --- SetupStepsMike.txt | 4 ++++ goMainRunTest.bat | 4 ++++ main.py | 21 +++++++++++++++++++-- response.txt | 4 ++++ 4 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 SetupStepsMike.txt create mode 100644 goMainRunTest.bat create mode 100644 response.txt diff --git a/SetupStepsMike.txt b/SetupStepsMike.txt new file mode 100644 index 0000000..e33a2bb --- /dev/null +++ b/SetupStepsMike.txt @@ -0,0 +1,4 @@ + +mkvirtualenv github-latest +pip install requests + diff --git a/goMainRunTest.bat b/goMainRunTest.bat new file mode 100644 index 0000000..8eeb008 --- /dev/null +++ b/goMainRunTest.bat @@ -0,0 +1,4 @@ + +cmd /c python -u main.py mmanc125uw > test_results.txt + + diff --git a/main.py b/main.py index f2f1db2..e2e0cb6 100644 --- a/main.py +++ b/main.py @@ -9,12 +9,29 @@ if __name__ == "__main__": username = sys.argv[1] - # TODO: + #***MMM + #username = "mmanc125uw" + + + # Done: # # 1. Retrieve a list of "events" associated with the given user name # 2. Print out the time stamp associated with the first event in that list. - print("COMPLETE THE TODOs") + response = requests.get("https://api.github.com/users/{}/events".format(username)) + ###diag + ### ***MMM for response result see https://api.github.com/users/username/events + ### ex https://api.github.com/users/mmanc125uw/events + #print(response.content) + #dict = response.json()[0] + #for key, value in dict.items(): + # print(f"diag key = -{key}- value = -{value}-") + #print(f" resp json [0] keys = {response.json()[0].keys()}") + ### + + events = json.loads(response.content) + print(events[0]['created_at']) + diff --git a/response.txt b/response.txt new file mode 100644 index 0000000..99ac2fa --- /dev/null +++ b/response.txt @@ -0,0 +1,4 @@ + +(github-latest) C:\A_uwPython\SP_Online_PY230\lesson6\activity\github-latest\github-latest>cmd /c python -u main.py +b'[{"id":"13606228792","type":"ForkEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":218187951,"name":"pcewebpython/django-blog-1","url":"https://api.github.com/repos/pcewebpython/django-blog-1"},"payload":{"forkee":{"id":297768787,"node_id":"MDEwOlJlcG9zaXRvcnkyOTc3Njg3ODc=","name":"django-blog-1","full_name":"mmanc125uw/django-blog-1","private":false,"owner":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"html_url":"https://github.com/mmanc125uw/django-blog-1","description":"The result of following lesson 6.","fork":true,"url":"https://api.github.com/repos/mmanc125uw/django-blog-1","forks_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/forks","keys_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/keys{/key_id}","collaborators_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/teams","hooks_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/hooks","issue_events_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/issues/events{/number}","events_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/events","assignees_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/assignees{/user}","branches_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/branches{/branch}","tags_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/tags","blobs_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/git/refs{/sha}","trees_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/git/trees{/sha}","statuses_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/statuses/{sha}","languages_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/languages","stargazers_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/stargazers","contributors_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/contributors","subscribers_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/subscribers","subscription_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/subscription","commits_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/commits{/sha}","git_commits_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/git/commits{/sha}","comments_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/comments{/number}","issue_comment_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/issues/comments{/number}","contents_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/contents/{+path}","compare_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/compare/{base}...{head}","merges_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/merges","archive_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/downloads","issues_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/issues{/number}","pulls_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/pulls{/number}","milestones_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/milestones{/number}","notifications_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/labels{/name}","releases_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/releases{/id}","deployments_url":"https://api.github.com/repos/mmanc125uw/django-blog-1/deployments","created_at":"2020-09-22T20:49:23Z","updated_at":"2019-10-29T02:32:47Z","pushed_at":"2020-05-21T19:25:25Z","git_url":"git://github.com/mmanc125uw/django-blog-1.git","ssh_url":"git@github.com:mmanc125uw/django-blog-1.git","clone_url":"https://github.com/mmanc125uw/django-blog-1.git","svn_url":"https://github.com/mmanc125uw/django-blog-1","homepage":null,"size":6,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","public":true}},"public":true,"created_at":"2020-09-22T20:49:23Z","org":{"id":49012808,"login":"pcewebpython","gravatar_id":"","url":"https://api.github.com/orgs/pcewebpython","avatar_url":"https://avatars.githubusercontent.com/u/49012808?"}},{"id":"13606201602","type":"ForkEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":178723677,"name":"pcewebpython/github-latest","url":"https://api.github.com/repos/pcewebpython/github-latest"},"payload":{"forkee":{"id":297768184,"node_id":"MDEwOlJlcG9zaXRvcnkyOTc3NjgxODQ=","name":"github-latest","full_name":"mmanc125uw/github-latest","private":false,"owner":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"html_url":"https://github.com/mmanc125uw/github-latest","description":null,"fork":true,"url":"https://api.github.com/repos/mmanc125uw/github-latest","forks_url":"https://api.github.com/repos/mmanc125uw/github-latest/forks","keys_url":"https://api.github.com/repos/mmanc125uw/github-latest/keys{/key_id}","collaborators_url":"https://api.github.com/repos/mmanc125uw/github-latest/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/mmanc125uw/github-latest/teams","hooks_url":"https://api.github.com/repos/mmanc125uw/github-latest/hooks","issue_events_url":"https://api.github.com/repos/mmanc125uw/github-latest/issues/events{/number}","events_url":"https://api.github.com/repos/mmanc125uw/github-latest/events","assignees_url":"https://api.github.com/repos/mmanc125uw/github-latest/assignees{/user}","branches_url":"https://api.github.com/repos/mmanc125uw/github-latest/branches{/branch}","tags_url":"https://api.github.com/repos/mmanc125uw/github-latest/tags","blobs_url":"https://api.github.com/repos/mmanc125uw/github-latest/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/mmanc125uw/github-latest/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/mmanc125uw/github-latest/git/refs{/sha}","trees_url":"https://api.github.com/repos/mmanc125uw/github-latest/git/trees{/sha}","statuses_url":"https://api.github.com/repos/mmanc125uw/github-latest/statuses/{sha}","languages_url":"https://api.github.com/repos/mmanc125uw/github-latest/languages","stargazers_url":"https://api.github.com/repos/mmanc125uw/github-latest/stargazers","contributors_url":"https://api.github.com/repos/mmanc125uw/github-latest/contributors","subscribers_url":"https://api.github.com/repos/mmanc125uw/github-latest/subscribers","subscription_url":"https://api.github.com/repos/mmanc125uw/github-latest/subscription","commits_url":"https://api.github.com/repos/mmanc125uw/github-latest/commits{/sha}","git_commits_url":"https://api.github.com/repos/mmanc125uw/github-latest/git/commits{/sha}","comments_url":"https://api.github.com/repos/mmanc125uw/github-latest/comments{/number}","issue_comment_url":"https://api.github.com/repos/mmanc125uw/github-latest/issues/comments{/number}","contents_url":"https://api.github.com/repos/mmanc125uw/github-latest/contents/{+path}","compare_url":"https://api.github.com/repos/mmanc125uw/github-latest/compare/{base}...{head}","merges_url":"https://api.github.com/repos/mmanc125uw/github-latest/merges","archive_url":"https://api.github.com/repos/mmanc125uw/github-latest/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/mmanc125uw/github-latest/downloads","issues_url":"https://api.github.com/repos/mmanc125uw/github-latest/issues{/number}","pulls_url":"https://api.github.com/repos/mmanc125uw/github-latest/pulls{/number}","milestones_url":"https://api.github.com/repos/mmanc125uw/github-latest/milestones{/number}","notifications_url":"https://api.github.com/repos/mmanc125uw/github-latest/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/mmanc125uw/github-latest/labels{/name}","releases_url":"https://api.github.com/repos/mmanc125uw/github-latest/releases{/id}","deployments_url":"https://api.github.com/repos/mmanc125uw/github-latest/deployments","created_at":"2020-09-22T20:46:32Z","updated_at":"2019-03-31T18:25:38Z","pushed_at":"2020-08-30T22:35:13Z","git_url":"git://github.com/mmanc125uw/github-latest.git","ssh_url":"git@github.com:mmanc125uw/github-latest.git","clone_url":"https://github.com/mmanc125uw/github-latest.git","svn_url":"https://github.com/mmanc125uw/github-latest","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","public":true}},"public":true,"created_at":"2020-09-22T20:46:33Z","org":{"id":49012808,"login":"pcewebpython","gravatar_id":"","url":"https://api.github.com/orgs/pcewebpython","avatar_url":"https://avatars.githubusercontent.com/u/49012808?"}},{"id":"13602116607","type":"PullRequestEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":178723649,"name":"pcewebpython/ustjay-ethay-actsfayig","url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig"},"payload":{"action":"opened","number":7,"pull_request":{"url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/pulls/7","id":490991239,"node_id":"MDExOlB1bGxSZXF1ZXN0NDkwOTkxMjM5","html_url":"https://github.com/pcewebpython/ustjay-ethay-actsfayig/pull/7","diff_url":"https://github.com/pcewebpython/ustjay-ethay-actsfayig/pull/7.diff","patch_url":"https://github.com/pcewebpython/ustjay-ethay-actsfayig/pull/7.patch","issue_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/issues/7","number":7,"state":"open","locked":false,"title":"sp_py230 lesson5 assignment ustjay-ethay-actsfayig latinizer Mashup","user":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"body":"","created_at":"2020-09-22T14:41:56Z","updated_at":"2020-09-22T14:41:56Z","closed_at":null,"merged_at":null,"merge_commit_sha":null,"assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/pulls/7/commits","review_comments_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/pulls/7/comments","review_comment_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/pulls/comments{/number}","comments_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/issues/7/comments","statuses_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/statuses/57f523450d6d605a39f55ec9a4bbcacadf6e49af","head":{"label":"mmanc125uw:master","ref":"master","sha":"57f523450d6d605a39f55ec9a4bbcacadf6e49af","user":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"repo":{"id":296657348,"node_id":"MDEwOlJlcG9zaXRvcnkyOTY2NTczNDg=","name":"ustjay-ethay-actsfayig","full_name":"mmanc125uw/ustjay-ethay-actsfayig","private":false,"owner":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"html_url":"https://github.com/mmanc125uw/ustjay-ethay-actsfayig","description":null,"fork":true,"url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig","forks_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/forks","keys_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/keys{/key_id}","collaborators_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/teams","hooks_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/hooks","issue_events_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/issues/events{/number}","events_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/events","assignees_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/assignees{/user}","branches_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/branches{/branch}","tags_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/tags","blobs_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/git/refs{/sha}","trees_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/git/trees{/sha}","statuses_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/statuses/{sha}","languages_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/languages","stargazers_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/stargazers","contributors_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/contributors","subscribers_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/subscribers","subscription_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/subscription","commits_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/commits{/sha}","git_commits_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/git/commits{/sha}","comments_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/comments{/number}","issue_comment_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/issues/comments{/number}","contents_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/contents/{+path}","compare_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/compare/{base}...{head}","merges_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/merges","archive_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/downloads","issues_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/issues{/number}","pulls_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/pulls{/number}","milestones_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/milestones{/number}","notifications_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/labels{/name}","releases_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/releases{/id}","deployments_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/deployments","created_at":"2020-09-18T15:17:29Z","updated_at":"2020-09-22T14:30:29Z","pushed_at":"2020-09-22T14:30:26Z","git_url":"git://github.com/mmanc125uw/ustjay-ethay-actsfayig.git","ssh_url":"git@github.com:mmanc125uw/ustjay-ethay-actsfayig.git","clone_url":"https://github.com/mmanc125uw/ustjay-ethay-actsfayig.git","svn_url":"https://github.com/mmanc125uw/ustjay-ethay-actsfayig","homepage":null,"size":3,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}},"base":{"label":"pcewebpython:master","ref":"master","sha":"c1329fc86cd019908040fdbd628bbdbbe66925d7","user":{"login":"pcewebpython","id":49012808,"node_id":"MDEyOk9yZ2FuaXphdGlvbjQ5MDEyODA4","avatar_url":"https://avatars2.githubusercontent.com/u/49012808?v=4","gravatar_id":"","url":"https://api.github.com/users/pcewebpython","html_url":"https://github.com/pcewebpython","followers_url":"https://api.github.com/users/pcewebpython/followers","following_url":"https://api.github.com/users/pcewebpython/following{/other_user}","gists_url":"https://api.github.com/users/pcewebpython/gists{/gist_id}","starred_url":"https://api.github.com/users/pcewebpython/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pcewebpython/subscriptions","organizations_url":"https://api.github.com/users/pcewebpython/orgs","repos_url":"https://api.github.com/users/pcewebpython/repos","events_url":"https://api.github.com/users/pcewebpython/events{/privacy}","received_events_url":"https://api.github.com/users/pcewebpython/received_events","type":"Organization","site_admin":false},"repo":{"id":178723649,"node_id":"MDEwOlJlcG9zaXRvcnkxNzg3MjM2NDk=","name":"ustjay-ethay-actsfayig","full_name":"pcewebpython/ustjay-ethay-actsfayig","private":false,"owner":{"login":"pcewebpython","id":49012808,"node_id":"MDEyOk9yZ2FuaXphdGlvbjQ5MDEyODA4","avatar_url":"https://avatars2.githubusercontent.com/u/49012808?v=4","gravatar_id":"","url":"https://api.github.com/users/pcewebpython","html_url":"https://github.com/pcewebpython","followers_url":"https://api.github.com/users/pcewebpython/followers","following_url":"https://api.github.com/users/pcewebpython/following{/other_user}","gists_url":"https://api.github.com/users/pcewebpython/gists{/gist_id}","starred_url":"https://api.github.com/users/pcewebpython/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pcewebpython/subscriptions","organizations_url":"https://api.github.com/users/pcewebpython/orgs","repos_url":"https://api.github.com/users/pcewebpython/repos","events_url":"https://api.github.com/users/pcewebpython/events{/privacy}","received_events_url":"https://api.github.com/users/pcewebpython/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/pcewebpython/ustjay-ethay-actsfayig","description":null,"fork":false,"url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig","forks_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/forks","keys_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/keys{/key_id}","collaborators_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/teams","hooks_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/hooks","issue_events_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/issues/events{/number}","events_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/events","assignees_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/assignees{/user}","branches_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/branches{/branch}","tags_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/tags","blobs_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/git/refs{/sha}","trees_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/git/trees{/sha}","statuses_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/statuses/{sha}","languages_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/languages","stargazers_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/stargazers","contributors_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/contributors","subscribers_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/subscribers","subscription_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/subscription","commits_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/commits{/sha}","git_commits_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/git/commits{/sha}","comments_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/comments{/number}","issue_comment_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/issues/comments{/number}","contents_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/contents/{+path}","compare_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/compare/{base}...{head}","merges_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/merges","archive_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/downloads","issues_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/issues{/number}","pulls_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/pulls{/number}","milestones_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/milestones{/number}","notifications_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/labels{/name}","releases_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/releases{/id}","deployments_url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/deployments","created_at":"2019-03-31T18:04:04Z","updated_at":"2019-03-31T18:23:52Z","pushed_at":"2020-07-14T18:02:10Z","git_url":"git://github.com/pcewebpython/ustjay-ethay-actsfayig.git","ssh_url":"git@github.com:pcewebpython/ustjay-ethay-actsfayig.git","clone_url":"https://github.com/pcewebpython/ustjay-ethay-actsfayig.git","svn_url":"https://github.com/pcewebpython/ustjay-ethay-actsfayig","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":97,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":null,"forks":97,"open_issues":7,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/pulls/7"},"html":{"href":"https://github.com/pcewebpython/ustjay-ethay-actsfayig/pull/7"},"issue":{"href":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/issues/7"},"comments":{"href":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/issues/7/comments"},"review_comments":{"href":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/pulls/7/comments"},"review_comment":{"href":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/pulls/7/commits"},"statuses":{"href":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig/statuses/57f523450d6d605a39f55ec9a4bbcacadf6e49af"}},"author_association":"NONE","active_lock_reason":null,"merged":false,"mergeable":null,"rebaseable":null,"mergeable_state":"unknown","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":true,"commits":5,"additions":146,"deletions":4,"changed_files":6}},"public":true,"created_at":"2020-09-22T14:41:56Z","org":{"id":49012808,"login":"pcewebpython","gravatar_id":"","url":"https://api.github.com/orgs/pcewebpython","avatar_url":"https://avatars.githubusercontent.com/u/49012808?"}},{"id":"13601953565","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":296657348,"name":"mmanc125uw/ustjay-ethay-actsfayig","url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig"},"payload":{"push_id":5731724390,"size":2,"distinct_size":2,"ref":"refs/heads/master","head":"57f523450d6d605a39f55ec9a4bbcacadf6e49af","before":"8029b50f193a1968af88aff6128bc2bb63579936","commits":[{"sha":"988afc8baf173c9af247a2e85982c3ebea38b3ab","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"Innitial commit.","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/commits/988afc8baf173c9af247a2e85982c3ebea38b3ab"},{"sha":"57f523450d6d605a39f55ec9a4bbcacadf6e49af","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson5, final refactor deploy to heroku","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/commits/57f523450d6d605a39f55ec9a4bbcacadf6e49af"}]},"public":true,"created_at":"2020-09-22T14:30:27Z"},{"id":"13601560999","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":296657348,"name":"mmanc125uw/ustjay-ethay-actsfayig","url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig"},"payload":{"push_id":5731539529,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"8029b50f193a1968af88aff6128bc2bb63579936","before":"9343b18186929cc293f26d9556734f33e408c0a1","commits":[{"sha":"8029b50f193a1968af88aff6128bc2bb63579936","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson5, return result Location from hdr","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/commits/8029b50f193a1968af88aff6128bc2bb63579936"}]},"public":true,"created_at":"2020-09-22T14:02:54Z"},{"id":"13593318178","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":296657348,"name":"mmanc125uw/ustjay-ethay-actsfayig","url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig"},"payload":{"push_id":5727480487,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"9343b18186929cc293f26d9556734f33e408c0a1","before":"009e9eb646dcb1be994f20dd475723693d18472d","commits":[{"sha":"9343b18186929cc293f26d9556734f33e408c0a1","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson5, handle resp redirect","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/commits/9343b18186929cc293f26d9556734f33e408c0a1"}]},"public":true,"created_at":"2020-09-21T21:18:23Z"},{"id":"13589493948","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":296657348,"name":"mmanc125uw/ustjay-ethay-actsfayig","url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig"},"payload":{"push_id":5725665283,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"009e9eb646dcb1be994f20dd475723693d18472d","before":"c1329fc86cd019908040fdbd628bbdbbe66925d7","commits":[{"sha":"009e9eb646dcb1be994f20dd475723693d18472d","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson5, setup and start use request lib","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/commits/009e9eb646dcb1be994f20dd475723693d18472d"}]},"public":true,"created_at":"2020-09-21T15:19:58Z"},{"id":"13567934480","type":"ForkEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":178723649,"name":"pcewebpython/ustjay-ethay-actsfayig","url":"https://api.github.com/repos/pcewebpython/ustjay-ethay-actsfayig"},"payload":{"forkee":{"id":296657348,"node_id":"MDEwOlJlcG9zaXRvcnkyOTY2NTczNDg=","name":"ustjay-ethay-actsfayig","full_name":"mmanc125uw/ustjay-ethay-actsfayig","private":false,"owner":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"html_url":"https://github.com/mmanc125uw/ustjay-ethay-actsfayig","description":null,"fork":true,"url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig","forks_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/forks","keys_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/keys{/key_id}","collaborators_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/teams","hooks_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/hooks","issue_events_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/issues/events{/number}","events_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/events","assignees_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/assignees{/user}","branches_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/branches{/branch}","tags_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/tags","blobs_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/git/refs{/sha}","trees_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/git/trees{/sha}","statuses_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/statuses/{sha}","languages_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/languages","stargazers_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/stargazers","contributors_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/contributors","subscribers_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/subscribers","subscription_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/subscription","commits_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/commits{/sha}","git_commits_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/git/commits{/sha}","comments_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/comments{/number}","issue_comment_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/issues/comments{/number}","contents_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/contents/{+path}","compare_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/compare/{base}...{head}","merges_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/merges","archive_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/downloads","issues_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/issues{/number}","pulls_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/pulls{/number}","milestones_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/milestones{/number}","notifications_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/labels{/name}","releases_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/releases{/id}","deployments_url":"https://api.github.com/repos/mmanc125uw/ustjay-ethay-actsfayig/deployments","created_at":"2020-09-18T15:17:29Z","updated_at":"2020-09-18T15:17:30Z","pushed_at":"2020-07-14T18:02:10Z","git_url":"git://github.com/mmanc125uw/ustjay-ethay-actsfayig.git","ssh_url":"git@github.com:mmanc125uw/ustjay-ethay-actsfayig.git","clone_url":"https://github.com/mmanc125uw/ustjay-ethay-actsfayig.git","svn_url":"https://github.com/mmanc125uw/ustjay-ethay-actsfayig","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","public":true}},"public":true,"created_at":"2020-09-18T15:17:33Z","org":{"id":49012808,"login":"pcewebpython","gravatar_id":"","url":"https://api.github.com/orgs/pcewebpython","avatar_url":"https://avatars.githubusercontent.com/u/49012808?"}},{"id":"13565764033","type":"PullRequestEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":178723642,"name":"pcewebpython/socket-http-server","url":"https://api.github.com/repos/pcewebpython/socket-http-server"},"payload":{"action":"opened","number":18,"pull_request":{"url":"https://api.github.com/repos/pcewebpython/socket-http-server/pulls/18","id":489278177,"node_id":"MDExOlB1bGxSZXF1ZXN0NDg5Mjc4MTc3","html_url":"https://github.com/pcewebpython/socket-http-server/pull/18","diff_url":"https://github.com/pcewebpython/socket-http-server/pull/18.diff","patch_url":"https://github.com/pcewebpython/socket-http-server/pull/18.patch","issue_url":"https://api.github.com/repos/pcewebpython/socket-http-server/issues/18","number":18,"state":"open","locked":false,"title":"sp_py230 lesson3 assignment http-socket-server","user":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"body":"","created_at":"2020-09-18T12:15:54Z","updated_at":"2020-09-18T12:15:54Z","closed_at":null,"merged_at":null,"merge_commit_sha":null,"assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/pcewebpython/socket-http-server/pulls/18/commits","review_comments_url":"https://api.github.com/repos/pcewebpython/socket-http-server/pulls/18/comments","review_comment_url":"https://api.github.com/repos/pcewebpython/socket-http-server/pulls/comments{/number}","comments_url":"https://api.github.com/repos/pcewebpython/socket-http-server/issues/18/comments","statuses_url":"https://api.github.com/repos/pcewebpython/socket-http-server/statuses/5c94120fcee9e250d63fd8a239a5aecef5b615c6","head":{"label":"mmanc125uw:master","ref":"master","sha":"5c94120fcee9e250d63fd8a239a5aecef5b615c6","user":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"repo":{"id":294235496,"node_id":"MDEwOlJlcG9zaXRvcnkyOTQyMzU0OTY=","name":"socket-http-server","full_name":"mmanc125uw/socket-http-server","private":false,"owner":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"html_url":"https://github.com/mmanc125uw/socket-http-server","description":null,"fork":true,"url":"https://api.github.com/repos/mmanc125uw/socket-http-server","forks_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/forks","keys_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/keys{/key_id}","collaborators_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/teams","hooks_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/hooks","issue_events_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/issues/events{/number}","events_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/events","assignees_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/assignees{/user}","branches_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/branches{/branch}","tags_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/tags","blobs_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/git/refs{/sha}","trees_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/git/trees{/sha}","statuses_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/statuses/{sha}","languages_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/languages","stargazers_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/stargazers","contributors_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/contributors","subscribers_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/subscribers","subscription_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/subscription","commits_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/commits{/sha}","git_commits_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/git/commits{/sha}","comments_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/comments{/number}","issue_comment_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/issues/comments{/number}","contents_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/contents/{+path}","compare_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/compare/{base}...{head}","merges_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/merges","archive_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/downloads","issues_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/issues{/number}","pulls_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/pulls{/number}","milestones_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/milestones{/number}","notifications_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/labels{/name}","releases_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/releases{/id}","deployments_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/deployments","created_at":"2020-09-09T21:38:23Z","updated_at":"2020-09-14T15:03:41Z","pushed_at":"2020-09-14T15:03:38Z","git_url":"git://github.com/mmanc125uw/socket-http-server.git","ssh_url":"git@github.com:mmanc125uw/socket-http-server.git","clone_url":"https://github.com/mmanc125uw/socket-http-server.git","svn_url":"https://github.com/mmanc125uw/socket-http-server","homepage":null,"size":196,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}},"base":{"label":"pcewebpython:master","ref":"master","sha":"f7f0dac6058a21f18a6980c8b61435c5c6ebd6fd","user":{"login":"pcewebpython","id":49012808,"node_id":"MDEyOk9yZ2FuaXphdGlvbjQ5MDEyODA4","avatar_url":"https://avatars2.githubusercontent.com/u/49012808?v=4","gravatar_id":"","url":"https://api.github.com/users/pcewebpython","html_url":"https://github.com/pcewebpython","followers_url":"https://api.github.com/users/pcewebpython/followers","following_url":"https://api.github.com/users/pcewebpython/following{/other_user}","gists_url":"https://api.github.com/users/pcewebpython/gists{/gist_id}","starred_url":"https://api.github.com/users/pcewebpython/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pcewebpython/subscriptions","organizations_url":"https://api.github.com/users/pcewebpython/orgs","repos_url":"https://api.github.com/users/pcewebpython/repos","events_url":"https://api.github.com/users/pcewebpython/events{/privacy}","received_events_url":"https://api.github.com/users/pcewebpython/received_events","type":"Organization","site_admin":false},"repo":{"id":178723642,"node_id":"MDEwOlJlcG9zaXRvcnkxNzg3MjM2NDI=","name":"socket-http-server","full_name":"pcewebpython/socket-http-server","private":false,"owner":{"login":"pcewebpython","id":49012808,"node_id":"MDEyOk9yZ2FuaXphdGlvbjQ5MDEyODA4","avatar_url":"https://avatars2.githubusercontent.com/u/49012808?v=4","gravatar_id":"","url":"https://api.github.com/users/pcewebpython","html_url":"https://github.com/pcewebpython","followers_url":"https://api.github.com/users/pcewebpython/followers","following_url":"https://api.github.com/users/pcewebpython/following{/other_user}","gists_url":"https://api.github.com/users/pcewebpython/gists{/gist_id}","starred_url":"https://api.github.com/users/pcewebpython/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pcewebpython/subscriptions","organizations_url":"https://api.github.com/users/pcewebpython/orgs","repos_url":"https://api.github.com/users/pcewebpython/repos","events_url":"https://api.github.com/users/pcewebpython/events{/privacy}","received_events_url":"https://api.github.com/users/pcewebpython/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/pcewebpython/socket-http-server","description":null,"fork":false,"url":"https://api.github.com/repos/pcewebpython/socket-http-server","forks_url":"https://api.github.com/repos/pcewebpython/socket-http-server/forks","keys_url":"https://api.github.com/repos/pcewebpython/socket-http-server/keys{/key_id}","collaborators_url":"https://api.github.com/repos/pcewebpython/socket-http-server/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/pcewebpython/socket-http-server/teams","hooks_url":"https://api.github.com/repos/pcewebpython/socket-http-server/hooks","issue_events_url":"https://api.github.com/repos/pcewebpython/socket-http-server/issues/events{/number}","events_url":"https://api.github.com/repos/pcewebpython/socket-http-server/events","assignees_url":"https://api.github.com/repos/pcewebpython/socket-http-server/assignees{/user}","branches_url":"https://api.github.com/repos/pcewebpython/socket-http-server/branches{/branch}","tags_url":"https://api.github.com/repos/pcewebpython/socket-http-server/tags","blobs_url":"https://api.github.com/repos/pcewebpython/socket-http-server/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/pcewebpython/socket-http-server/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/pcewebpython/socket-http-server/git/refs{/sha}","trees_url":"https://api.github.com/repos/pcewebpython/socket-http-server/git/trees{/sha}","statuses_url":"https://api.github.com/repos/pcewebpython/socket-http-server/statuses/{sha}","languages_url":"https://api.github.com/repos/pcewebpython/socket-http-server/languages","stargazers_url":"https://api.github.com/repos/pcewebpython/socket-http-server/stargazers","contributors_url":"https://api.github.com/repos/pcewebpython/socket-http-server/contributors","subscribers_url":"https://api.github.com/repos/pcewebpython/socket-http-server/subscribers","subscription_url":"https://api.github.com/repos/pcewebpython/socket-http-server/subscription","commits_url":"https://api.github.com/repos/pcewebpython/socket-http-server/commits{/sha}","git_commits_url":"https://api.github.com/repos/pcewebpython/socket-http-server/git/commits{/sha}","comments_url":"https://api.github.com/repos/pcewebpython/socket-http-server/comments{/number}","issue_comment_url":"https://api.github.com/repos/pcewebpython/socket-http-server/issues/comments{/number}","contents_url":"https://api.github.com/repos/pcewebpython/socket-http-server/contents/{+path}","compare_url":"https://api.github.com/repos/pcewebpython/socket-http-server/compare/{base}...{head}","merges_url":"https://api.github.com/repos/pcewebpython/socket-http-server/merges","archive_url":"https://api.github.com/repos/pcewebpython/socket-http-server/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/pcewebpython/socket-http-server/downloads","issues_url":"https://api.github.com/repos/pcewebpython/socket-http-server/issues{/number}","pulls_url":"https://api.github.com/repos/pcewebpython/socket-http-server/pulls{/number}","milestones_url":"https://api.github.com/repos/pcewebpython/socket-http-server/milestones{/number}","notifications_url":"https://api.github.com/repos/pcewebpython/socket-http-server/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/pcewebpython/socket-http-server/labels{/name}","releases_url":"https://api.github.com/repos/pcewebpython/socket-http-server/releases{/id}","deployments_url":"https://api.github.com/repos/pcewebpython/socket-http-server/deployments","created_at":"2019-03-31T18:04:01Z","updated_at":"2019-07-03T02:20:10Z","pushed_at":"2020-09-02T06:12:41Z","git_url":"git://github.com/pcewebpython/socket-http-server.git","ssh_url":"git@github.com:pcewebpython/socket-http-server.git","clone_url":"https://github.com/pcewebpython/socket-http-server.git","svn_url":"https://github.com/pcewebpython/socket-http-server","homepage":null,"size":184,"stargazers_count":1,"watchers_count":1,"language":"Python","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":100,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":18,"license":null,"forks":100,"open_issues":18,"watchers":1,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/pcewebpython/socket-http-server/pulls/18"},"html":{"href":"https://github.com/pcewebpython/socket-http-server/pull/18"},"issue":{"href":"https://api.github.com/repos/pcewebpython/socket-http-server/issues/18"},"comments":{"href":"https://api.github.com/repos/pcewebpython/socket-http-server/issues/18/comments"},"review_comments":{"href":"https://api.github.com/repos/pcewebpython/socket-http-server/pulls/18/comments"},"review_comment":{"href":"https://api.github.com/repos/pcewebpython/socket-http-server/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/pcewebpython/socket-http-server/pulls/18/commits"},"statuses":{"href":"https://api.github.com/repos/pcewebpython/socket-http-server/statuses/5c94120fcee9e250d63fd8a239a5aecef5b615c6"}},"author_association":"NONE","active_lock_reason":null,"merged":false,"mergeable":null,"rebaseable":null,"mergeable_state":"unknown","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":true,"commits":6,"additions":172,"deletions":57,"changed_files":8}},"public":true,"created_at":"2020-09-18T12:15:54Z","org":{"id":49012808,"login":"pcewebpython","gravatar_id":"","url":"https://api.github.com/orgs/pcewebpython","avatar_url":"https://avatars.githubusercontent.com/u/49012808?"}},{"id":"13565677185","type":"PullRequestEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":178723637,"name":"pcewebpython/wsgi","url":"https://api.github.com/repos/pcewebpython/wsgi"},"payload":{"action":"opened","number":23,"pull_request":{"url":"https://api.github.com/repos/pcewebpython/wsgi/pulls/23","id":489273840,"node_id":"MDExOlB1bGxSZXF1ZXN0NDg5MjczODQw","html_url":"https://github.com/pcewebpython/wsgi/pull/23","diff_url":"https://github.com/pcewebpython/wsgi/pull/23.diff","patch_url":"https://github.com/pcewebpython/wsgi/pull/23.patch","issue_url":"https://api.github.com/repos/pcewebpython/wsgi/issues/23","number":23,"state":"open","locked":false,"title":"sp_py230 lesson 4, practice activity wsgi","user":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"body":"","created_at":"2020-09-18T12:07:12Z","updated_at":"2020-09-18T12:07:12Z","closed_at":null,"merged_at":null,"merge_commit_sha":null,"assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/pcewebpython/wsgi/pulls/23/commits","review_comments_url":"https://api.github.com/repos/pcewebpython/wsgi/pulls/23/comments","review_comment_url":"https://api.github.com/repos/pcewebpython/wsgi/pulls/comments{/number}","comments_url":"https://api.github.com/repos/pcewebpython/wsgi/issues/23/comments","statuses_url":"https://api.github.com/repos/pcewebpython/wsgi/statuses/8417c43ee56788feb79c43e4e1c054535940e692","head":{"label":"mmanc125uw:master","ref":"master","sha":"8417c43ee56788feb79c43e4e1c054535940e692","user":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"repo":{"id":295809329,"node_id":"MDEwOlJlcG9zaXRvcnkyOTU4MDkzMjk=","name":"wsgi","full_name":"mmanc125uw/wsgi","private":false,"owner":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"html_url":"https://github.com/mmanc125uw/wsgi","description":null,"fork":true,"url":"https://api.github.com/repos/mmanc125uw/wsgi","forks_url":"https://api.github.com/repos/mmanc125uw/wsgi/forks","keys_url":"https://api.github.com/repos/mmanc125uw/wsgi/keys{/key_id}","collaborators_url":"https://api.github.com/repos/mmanc125uw/wsgi/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/mmanc125uw/wsgi/teams","hooks_url":"https://api.github.com/repos/mmanc125uw/wsgi/hooks","issue_events_url":"https://api.github.com/repos/mmanc125uw/wsgi/issues/events{/number}","events_url":"https://api.github.com/repos/mmanc125uw/wsgi/events","assignees_url":"https://api.github.com/repos/mmanc125uw/wsgi/assignees{/user}","branches_url":"https://api.github.com/repos/mmanc125uw/wsgi/branches{/branch}","tags_url":"https://api.github.com/repos/mmanc125uw/wsgi/tags","blobs_url":"https://api.github.com/repos/mmanc125uw/wsgi/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/mmanc125uw/wsgi/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/mmanc125uw/wsgi/git/refs{/sha}","trees_url":"https://api.github.com/repos/mmanc125uw/wsgi/git/trees{/sha}","statuses_url":"https://api.github.com/repos/mmanc125uw/wsgi/statuses/{sha}","languages_url":"https://api.github.com/repos/mmanc125uw/wsgi/languages","stargazers_url":"https://api.github.com/repos/mmanc125uw/wsgi/stargazers","contributors_url":"https://api.github.com/repos/mmanc125uw/wsgi/contributors","subscribers_url":"https://api.github.com/repos/mmanc125uw/wsgi/subscribers","subscription_url":"https://api.github.com/repos/mmanc125uw/wsgi/subscription","commits_url":"https://api.github.com/repos/mmanc125uw/wsgi/commits{/sha}","git_commits_url":"https://api.github.com/repos/mmanc125uw/wsgi/git/commits{/sha}","comments_url":"https://api.github.com/repos/mmanc125uw/wsgi/comments{/number}","issue_comment_url":"https://api.github.com/repos/mmanc125uw/wsgi/issues/comments{/number}","contents_url":"https://api.github.com/repos/mmanc125uw/wsgi/contents/{+path}","compare_url":"https://api.github.com/repos/mmanc125uw/wsgi/compare/{base}...{head}","merges_url":"https://api.github.com/repos/mmanc125uw/wsgi/merges","archive_url":"https://api.github.com/repos/mmanc125uw/wsgi/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/mmanc125uw/wsgi/downloads","issues_url":"https://api.github.com/repos/mmanc125uw/wsgi/issues{/number}","pulls_url":"https://api.github.com/repos/mmanc125uw/wsgi/pulls{/number}","milestones_url":"https://api.github.com/repos/mmanc125uw/wsgi/milestones{/number}","notifications_url":"https://api.github.com/repos/mmanc125uw/wsgi/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/mmanc125uw/wsgi/labels{/name}","releases_url":"https://api.github.com/repos/mmanc125uw/wsgi/releases{/id}","deployments_url":"https://api.github.com/repos/mmanc125uw/wsgi/deployments","created_at":"2020-09-15T18:00:54Z","updated_at":"2020-09-16T17:49:34Z","pushed_at":"2020-09-16T17:49:32Z","git_url":"git://github.com/mmanc125uw/wsgi.git","ssh_url":"git@github.com:mmanc125uw/wsgi.git","clone_url":"https://github.com/mmanc125uw/wsgi.git","svn_url":"https://github.com/mmanc125uw/wsgi","homepage":null,"size":10,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}},"base":{"label":"pcewebpython:master","ref":"master","sha":"3c5037a1a819c6b806940570742921ac0364a97e","user":{"login":"pcewebpython","id":49012808,"node_id":"MDEyOk9yZ2FuaXphdGlvbjQ5MDEyODA4","avatar_url":"https://avatars2.githubusercontent.com/u/49012808?v=4","gravatar_id":"","url":"https://api.github.com/users/pcewebpython","html_url":"https://github.com/pcewebpython","followers_url":"https://api.github.com/users/pcewebpython/followers","following_url":"https://api.github.com/users/pcewebpython/following{/other_user}","gists_url":"https://api.github.com/users/pcewebpython/gists{/gist_id}","starred_url":"https://api.github.com/users/pcewebpython/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pcewebpython/subscriptions","organizations_url":"https://api.github.com/users/pcewebpython/orgs","repos_url":"https://api.github.com/users/pcewebpython/repos","events_url":"https://api.github.com/users/pcewebpython/events{/privacy}","received_events_url":"https://api.github.com/users/pcewebpython/received_events","type":"Organization","site_admin":false},"repo":{"id":178723637,"node_id":"MDEwOlJlcG9zaXRvcnkxNzg3MjM2Mzc=","name":"wsgi","full_name":"pcewebpython/wsgi","private":false,"owner":{"login":"pcewebpython","id":49012808,"node_id":"MDEyOk9yZ2FuaXphdGlvbjQ5MDEyODA4","avatar_url":"https://avatars2.githubusercontent.com/u/49012808?v=4","gravatar_id":"","url":"https://api.github.com/users/pcewebpython","html_url":"https://github.com/pcewebpython","followers_url":"https://api.github.com/users/pcewebpython/followers","following_url":"https://api.github.com/users/pcewebpython/following{/other_user}","gists_url":"https://api.github.com/users/pcewebpython/gists{/gist_id}","starred_url":"https://api.github.com/users/pcewebpython/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pcewebpython/subscriptions","organizations_url":"https://api.github.com/users/pcewebpython/orgs","repos_url":"https://api.github.com/users/pcewebpython/repos","events_url":"https://api.github.com/users/pcewebpython/events{/privacy}","received_events_url":"https://api.github.com/users/pcewebpython/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/pcewebpython/wsgi","description":null,"fork":false,"url":"https://api.github.com/repos/pcewebpython/wsgi","forks_url":"https://api.github.com/repos/pcewebpython/wsgi/forks","keys_url":"https://api.github.com/repos/pcewebpython/wsgi/keys{/key_id}","collaborators_url":"https://api.github.com/repos/pcewebpython/wsgi/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/pcewebpython/wsgi/teams","hooks_url":"https://api.github.com/repos/pcewebpython/wsgi/hooks","issue_events_url":"https://api.github.com/repos/pcewebpython/wsgi/issues/events{/number}","events_url":"https://api.github.com/repos/pcewebpython/wsgi/events","assignees_url":"https://api.github.com/repos/pcewebpython/wsgi/assignees{/user}","branches_url":"https://api.github.com/repos/pcewebpython/wsgi/branches{/branch}","tags_url":"https://api.github.com/repos/pcewebpython/wsgi/tags","blobs_url":"https://api.github.com/repos/pcewebpython/wsgi/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/pcewebpython/wsgi/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/pcewebpython/wsgi/git/refs{/sha}","trees_url":"https://api.github.com/repos/pcewebpython/wsgi/git/trees{/sha}","statuses_url":"https://api.github.com/repos/pcewebpython/wsgi/statuses/{sha}","languages_url":"https://api.github.com/repos/pcewebpython/wsgi/languages","stargazers_url":"https://api.github.com/repos/pcewebpython/wsgi/stargazers","contributors_url":"https://api.github.com/repos/pcewebpython/wsgi/contributors","subscribers_url":"https://api.github.com/repos/pcewebpython/wsgi/subscribers","subscription_url":"https://api.github.com/repos/pcewebpython/wsgi/subscription","commits_url":"https://api.github.com/repos/pcewebpython/wsgi/commits{/sha}","git_commits_url":"https://api.github.com/repos/pcewebpython/wsgi/git/commits{/sha}","comments_url":"https://api.github.com/repos/pcewebpython/wsgi/comments{/number}","issue_comment_url":"https://api.github.com/repos/pcewebpython/wsgi/issues/comments{/number}","contents_url":"https://api.github.com/repos/pcewebpython/wsgi/contents/{+path}","compare_url":"https://api.github.com/repos/pcewebpython/wsgi/compare/{base}...{head}","merges_url":"https://api.github.com/repos/pcewebpython/wsgi/merges","archive_url":"https://api.github.com/repos/pcewebpython/wsgi/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/pcewebpython/wsgi/downloads","issues_url":"https://api.github.com/repos/pcewebpython/wsgi/issues{/number}","pulls_url":"https://api.github.com/repos/pcewebpython/wsgi/pulls{/number}","milestones_url":"https://api.github.com/repos/pcewebpython/wsgi/milestones{/number}","notifications_url":"https://api.github.com/repos/pcewebpython/wsgi/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/pcewebpython/wsgi/labels{/name}","releases_url":"https://api.github.com/repos/pcewebpython/wsgi/releases{/id}","deployments_url":"https://api.github.com/repos/pcewebpython/wsgi/deployments","created_at":"2019-03-31T18:03:59Z","updated_at":"2019-03-31T18:22:42Z","pushed_at":"2020-09-02T06:03:56Z","git_url":"git://github.com/pcewebpython/wsgi.git","ssh_url":"git@github.com:pcewebpython/wsgi.git","clone_url":"https://github.com/pcewebpython/wsgi.git","svn_url":"https://github.com/pcewebpython/wsgi","homepage":null,"size":4,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":88,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":23,"license":null,"forks":88,"open_issues":23,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/pcewebpython/wsgi/pulls/23"},"html":{"href":"https://github.com/pcewebpython/wsgi/pull/23"},"issue":{"href":"https://api.github.com/repos/pcewebpython/wsgi/issues/23"},"comments":{"href":"https://api.github.com/repos/pcewebpython/wsgi/issues/23/comments"},"review_comments":{"href":"https://api.github.com/repos/pcewebpython/wsgi/pulls/23/comments"},"review_comment":{"href":"https://api.github.com/repos/pcewebpython/wsgi/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/pcewebpython/wsgi/pulls/23/commits"},"statuses":{"href":"https://api.github.com/repos/pcewebpython/wsgi/statuses/8417c43ee56788feb79c43e4e1c054535940e692"}},"author_association":"NONE","active_lock_reason":null,"merged":false,"mergeable":null,"rebaseable":null,"mergeable_state":"unknown","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":true,"commits":1,"additions":89,"deletions":15,"changed_files":7}},"public":true,"created_at":"2020-09-18T12:07:13Z","org":{"id":49012808,"login":"pcewebpython","gravatar_id":"","url":"https://api.github.com/orgs/pcewebpython","avatar_url":"https://avatars.githubusercontent.com/u/49012808?"}},{"id":"13565600260","type":"PullRequestEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":178723638,"name":"pcewebpython/wsgi-calculator","url":"https://api.github.com/repos/pcewebpython/wsgi-calculator"},"payload":{"action":"opened","number":25,"pull_request":{"url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/pulls/25","id":489270259,"node_id":"MDExOlB1bGxSZXF1ZXN0NDg5MjcwMjU5","html_url":"https://github.com/pcewebpython/wsgi-calculator/pull/25","diff_url":"https://github.com/pcewebpython/wsgi-calculator/pull/25.diff","patch_url":"https://github.com/pcewebpython/wsgi-calculator/pull/25.patch","issue_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/issues/25","number":25,"state":"open","locked":false,"title":"sp_py230 lesson4, assignment wsgi_calculator","user":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"body":"","created_at":"2020-09-18T11:59:42Z","updated_at":"2020-09-18T11:59:42Z","closed_at":null,"merged_at":null,"merge_commit_sha":null,"assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/pulls/25/commits","review_comments_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/pulls/25/comments","review_comment_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/pulls/comments{/number}","comments_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/issues/25/comments","statuses_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/statuses/4e6427864e94bd0fe99fb28a2a76ec52678d5495","head":{"label":"mmanc125uw:master","ref":"master","sha":"4e6427864e94bd0fe99fb28a2a76ec52678d5495","user":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"repo":{"id":296109036,"node_id":"MDEwOlJlcG9zaXRvcnkyOTYxMDkwMzY=","name":"wsgi-calculator","full_name":"mmanc125uw/wsgi-calculator","private":false,"owner":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"html_url":"https://github.com/mmanc125uw/wsgi-calculator","description":null,"fork":true,"url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator","forks_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/forks","keys_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/keys{/key_id}","collaborators_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/teams","hooks_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/hooks","issue_events_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/issues/events{/number}","events_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/events","assignees_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/assignees{/user}","branches_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/branches{/branch}","tags_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/tags","blobs_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/git/refs{/sha}","trees_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/git/trees{/sha}","statuses_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/statuses/{sha}","languages_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/languages","stargazers_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/stargazers","contributors_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/contributors","subscribers_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/subscribers","subscription_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/subscription","commits_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/commits{/sha}","git_commits_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/git/commits{/sha}","comments_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/comments{/number}","issue_comment_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/issues/comments{/number}","contents_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/contents/{+path}","compare_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/compare/{base}...{head}","merges_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/merges","archive_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/downloads","issues_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/issues{/number}","pulls_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/pulls{/number}","milestones_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/milestones{/number}","notifications_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/labels{/name}","releases_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/releases{/id}","deployments_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/deployments","created_at":"2020-09-16T17:59:46Z","updated_at":"2020-09-18T11:50:45Z","pushed_at":"2020-09-18T11:50:41Z","git_url":"git://github.com/mmanc125uw/wsgi-calculator.git","ssh_url":"git@github.com:mmanc125uw/wsgi-calculator.git","clone_url":"https://github.com/mmanc125uw/wsgi-calculator.git","svn_url":"https://github.com/mmanc125uw/wsgi-calculator","homepage":null,"size":10,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}},"base":{"label":"pcewebpython:master","ref":"master","sha":"6d86a7e4e4f96f4eb8e0ef973aed22624a78a44c","user":{"login":"pcewebpython","id":49012808,"node_id":"MDEyOk9yZ2FuaXphdGlvbjQ5MDEyODA4","avatar_url":"https://avatars2.githubusercontent.com/u/49012808?v=4","gravatar_id":"","url":"https://api.github.com/users/pcewebpython","html_url":"https://github.com/pcewebpython","followers_url":"https://api.github.com/users/pcewebpython/followers","following_url":"https://api.github.com/users/pcewebpython/following{/other_user}","gists_url":"https://api.github.com/users/pcewebpython/gists{/gist_id}","starred_url":"https://api.github.com/users/pcewebpython/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pcewebpython/subscriptions","organizations_url":"https://api.github.com/users/pcewebpython/orgs","repos_url":"https://api.github.com/users/pcewebpython/repos","events_url":"https://api.github.com/users/pcewebpython/events{/privacy}","received_events_url":"https://api.github.com/users/pcewebpython/received_events","type":"Organization","site_admin":false},"repo":{"id":178723638,"node_id":"MDEwOlJlcG9zaXRvcnkxNzg3MjM2Mzg=","name":"wsgi-calculator","full_name":"pcewebpython/wsgi-calculator","private":false,"owner":{"login":"pcewebpython","id":49012808,"node_id":"MDEyOk9yZ2FuaXphdGlvbjQ5MDEyODA4","avatar_url":"https://avatars2.githubusercontent.com/u/49012808?v=4","gravatar_id":"","url":"https://api.github.com/users/pcewebpython","html_url":"https://github.com/pcewebpython","followers_url":"https://api.github.com/users/pcewebpython/followers","following_url":"https://api.github.com/users/pcewebpython/following{/other_user}","gists_url":"https://api.github.com/users/pcewebpython/gists{/gist_id}","starred_url":"https://api.github.com/users/pcewebpython/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pcewebpython/subscriptions","organizations_url":"https://api.github.com/users/pcewebpython/orgs","repos_url":"https://api.github.com/users/pcewebpython/repos","events_url":"https://api.github.com/users/pcewebpython/events{/privacy}","received_events_url":"https://api.github.com/users/pcewebpython/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/pcewebpython/wsgi-calculator","description":null,"fork":false,"url":"https://api.github.com/repos/pcewebpython/wsgi-calculator","forks_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/forks","keys_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/keys{/key_id}","collaborators_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/teams","hooks_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/hooks","issue_events_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/issues/events{/number}","events_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/events","assignees_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/assignees{/user}","branches_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/branches{/branch}","tags_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/tags","blobs_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/git/refs{/sha}","trees_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/git/trees{/sha}","statuses_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/statuses/{sha}","languages_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/languages","stargazers_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/stargazers","contributors_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/contributors","subscribers_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/subscribers","subscription_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/subscription","commits_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/commits{/sha}","git_commits_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/git/commits{/sha}","comments_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/comments{/number}","issue_comment_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/issues/comments{/number}","contents_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/contents/{+path}","compare_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/compare/{base}...{head}","merges_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/merges","archive_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/downloads","issues_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/issues{/number}","pulls_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/pulls{/number}","milestones_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/milestones{/number}","notifications_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/labels{/name}","releases_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/releases{/id}","deployments_url":"https://api.github.com/repos/pcewebpython/wsgi-calculator/deployments","created_at":"2019-03-31T18:04:00Z","updated_at":"2020-07-20T16:41:40Z","pushed_at":"2020-09-02T06:06:08Z","git_url":"git://github.com/pcewebpython/wsgi-calculator.git","ssh_url":"git@github.com:pcewebpython/wsgi-calculator.git","clone_url":"https://github.com/pcewebpython/wsgi-calculator.git","svn_url":"https://github.com/pcewebpython/wsgi-calculator","homepage":null,"size":5,"stargazers_count":1,"watchers_count":1,"language":"Python","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":96,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":24,"license":null,"forks":96,"open_issues":24,"watchers":1,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/pcewebpython/wsgi-calculator/pulls/25"},"html":{"href":"https://github.com/pcewebpython/wsgi-calculator/pull/25"},"issue":{"href":"https://api.github.com/repos/pcewebpython/wsgi-calculator/issues/25"},"comments":{"href":"https://api.github.com/repos/pcewebpython/wsgi-calculator/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/pcewebpython/wsgi-calculator/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/pcewebpython/wsgi-calculator/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/pcewebpython/wsgi-calculator/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/pcewebpython/wsgi-calculator/statuses/4e6427864e94bd0fe99fb28a2a76ec52678d5495"}},"author_association":"NONE","active_lock_reason":null,"merged":false,"mergeable":null,"rebaseable":null,"mergeable_state":"unknown","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":true,"commits":4,"additions":161,"deletions":17,"changed_files":5}},"public":true,"created_at":"2020-09-18T11:59:42Z","org":{"id":49012808,"login":"pcewebpython","gravatar_id":"","url":"https://api.github.com/orgs/pcewebpython","avatar_url":"https://avatars.githubusercontent.com/u/49012808?"}},{"id":"13565513229","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":296109036,"name":"mmanc125uw/wsgi-calculator","url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator"},"payload":{"push_id":5712119837,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"4e6427864e94bd0fe99fb28a2a76ec52678d5495","before":"77500435736f7c72d53d1f1be07786e86f3ff924","commits":[{"sha":"4e6427864e94bd0fe99fb28a2a76ec52678d5495","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson4, final refactor and testing","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/commits/4e6427864e94bd0fe99fb28a2a76ec52678d5495"}]},"public":true,"created_at":"2020-09-18T11:50:43Z"},{"id":"13558831042","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":296109036,"name":"mmanc125uw/wsgi-calculator","url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator"},"payload":{"push_id":5708626763,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"77500435736f7c72d53d1f1be07786e86f3ff924","before":"bf3848dadbe6d95884f9922fadfd37c145ad22f6","commits":[{"sha":"77500435736f7c72d53d1f1be07786e86f3ff924","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson4, add instrs page","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/commits/77500435736f7c72d53d1f1be07786e86f3ff924"}]},"public":true,"created_at":"2020-09-17T21:40:37Z"},{"id":"13557235331","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":296109036,"name":"mmanc125uw/wsgi-calculator","url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator"},"payload":{"push_id":5707824062,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"bf3848dadbe6d95884f9922fadfd37c145ad22f6","before":"d342a2fcd53bd3ce170f290670ec4d7c32d77dcc","commits":[{"sha":"bf3848dadbe6d95884f9922fadfd37c145ad22f6","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson4, include mult divid and refact","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/commits/bf3848dadbe6d95884f9922fadfd37c145ad22f6"}]},"public":true,"created_at":"2020-09-17T18:59:56Z"},{"id":"13556667760","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":296109036,"name":"mmanc125uw/wsgi-calculator","url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator"},"payload":{"push_id":5707544216,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"d342a2fcd53bd3ce170f290670ec4d7c32d77dcc","before":"6d86a7e4e4f96f4eb8e0ef973aed22624a78a44c","commits":[{"sha":"d342a2fcd53bd3ce170f290670ec4d7c32d77dcc","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson4, initial with main and rsolv path","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/commits/d342a2fcd53bd3ce170f290670ec4d7c32d77dcc"}]},"public":true,"created_at":"2020-09-17T18:07:00Z"},{"id":"13542843019","type":"ForkEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":178723638,"name":"pcewebpython/wsgi-calculator","url":"https://api.github.com/repos/pcewebpython/wsgi-calculator"},"payload":{"forkee":{"id":296109036,"node_id":"MDEwOlJlcG9zaXRvcnkyOTYxMDkwMzY=","name":"wsgi-calculator","full_name":"mmanc125uw/wsgi-calculator","private":false,"owner":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"html_url":"https://github.com/mmanc125uw/wsgi-calculator","description":null,"fork":true,"url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator","forks_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/forks","keys_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/keys{/key_id}","collaborators_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/teams","hooks_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/hooks","issue_events_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/issues/events{/number}","events_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/events","assignees_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/assignees{/user}","branches_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/branches{/branch}","tags_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/tags","blobs_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/git/refs{/sha}","trees_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/git/trees{/sha}","statuses_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/statuses/{sha}","languages_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/languages","stargazers_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/stargazers","contributors_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/contributors","subscribers_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/subscribers","subscription_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/subscription","commits_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/commits{/sha}","git_commits_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/git/commits{/sha}","comments_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/comments{/number}","issue_comment_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/issues/comments{/number}","contents_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/contents/{+path}","compare_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/compare/{base}...{head}","merges_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/merges","archive_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/downloads","issues_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/issues{/number}","pulls_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/pulls{/number}","milestones_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/milestones{/number}","notifications_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/labels{/name}","releases_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/releases{/id}","deployments_url":"https://api.github.com/repos/mmanc125uw/wsgi-calculator/deployments","created_at":"2020-09-16T17:59:46Z","updated_at":"2020-07-20T16:41:40Z","pushed_at":"2020-09-02T06:06:08Z","git_url":"git://github.com/mmanc125uw/wsgi-calculator.git","ssh_url":"git@github.com:mmanc125uw/wsgi-calculator.git","clone_url":"https://github.com/mmanc125uw/wsgi-calculator.git","svn_url":"https://github.com/mmanc125uw/wsgi-calculator","homepage":null,"size":5,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","public":true}},"public":true,"created_at":"2020-09-16T17:59:47Z","org":{"id":49012808,"login":"pcewebpython","gravatar_id":"","url":"https://api.github.com/orgs/pcewebpython","avatar_url":"https://avatars.githubusercontent.com/u/49012808?"}},{"id":"13542740228","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":295739798,"name":"mmanc125uw/cgi","url":"https://api.github.com/repos/mmanc125uw/cgi"},"payload":{"push_id":5700643527,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"6ba6b8c6fec1d18411bbd82ce2ab1d8a1b569694","before":"a55004d2c7d2c15bb5b270b5cb112f5785669d5f","commits":[{"sha":"6ba6b8c6fec1d18411bbd82ce2ab1d8a1b569694","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson 4, lesson practice","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/cgi/commits/6ba6b8c6fec1d18411bbd82ce2ab1d8a1b569694"}]},"public":true,"created_at":"2020-09-16T17:49:59Z"},{"id":"13542735417","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":295809329,"name":"mmanc125uw/wsgi","url":"https://api.github.com/repos/mmanc125uw/wsgi"},"payload":{"push_id":5700641275,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"8417c43ee56788feb79c43e4e1c054535940e692","before":"3c5037a1a819c6b806940570742921ac0364a97e","commits":[{"sha":"8417c43ee56788feb79c43e4e1c054535940e692","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson 4, practice activity,, test results","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/wsgi/commits/8417c43ee56788feb79c43e4e1c054535940e692"}]},"public":true,"created_at":"2020-09-16T17:49:33Z"},{"id":"13529264314","type":"ForkEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":178723637,"name":"pcewebpython/wsgi","url":"https://api.github.com/repos/pcewebpython/wsgi"},"payload":{"forkee":{"id":295809329,"node_id":"MDEwOlJlcG9zaXRvcnkyOTU4MDkzMjk=","name":"wsgi","full_name":"mmanc125uw/wsgi","private":false,"owner":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"html_url":"https://github.com/mmanc125uw/wsgi","description":null,"fork":true,"url":"https://api.github.com/repos/mmanc125uw/wsgi","forks_url":"https://api.github.com/repos/mmanc125uw/wsgi/forks","keys_url":"https://api.github.com/repos/mmanc125uw/wsgi/keys{/key_id}","collaborators_url":"https://api.github.com/repos/mmanc125uw/wsgi/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/mmanc125uw/wsgi/teams","hooks_url":"https://api.github.com/repos/mmanc125uw/wsgi/hooks","issue_events_url":"https://api.github.com/repos/mmanc125uw/wsgi/issues/events{/number}","events_url":"https://api.github.com/repos/mmanc125uw/wsgi/events","assignees_url":"https://api.github.com/repos/mmanc125uw/wsgi/assignees{/user}","branches_url":"https://api.github.com/repos/mmanc125uw/wsgi/branches{/branch}","tags_url":"https://api.github.com/repos/mmanc125uw/wsgi/tags","blobs_url":"https://api.github.com/repos/mmanc125uw/wsgi/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/mmanc125uw/wsgi/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/mmanc125uw/wsgi/git/refs{/sha}","trees_url":"https://api.github.com/repos/mmanc125uw/wsgi/git/trees{/sha}","statuses_url":"https://api.github.com/repos/mmanc125uw/wsgi/statuses/{sha}","languages_url":"https://api.github.com/repos/mmanc125uw/wsgi/languages","stargazers_url":"https://api.github.com/repos/mmanc125uw/wsgi/stargazers","contributors_url":"https://api.github.com/repos/mmanc125uw/wsgi/contributors","subscribers_url":"https://api.github.com/repos/mmanc125uw/wsgi/subscribers","subscription_url":"https://api.github.com/repos/mmanc125uw/wsgi/subscription","commits_url":"https://api.github.com/repos/mmanc125uw/wsgi/commits{/sha}","git_commits_url":"https://api.github.com/repos/mmanc125uw/wsgi/git/commits{/sha}","comments_url":"https://api.github.com/repos/mmanc125uw/wsgi/comments{/number}","issue_comment_url":"https://api.github.com/repos/mmanc125uw/wsgi/issues/comments{/number}","contents_url":"https://api.github.com/repos/mmanc125uw/wsgi/contents/{+path}","compare_url":"https://api.github.com/repos/mmanc125uw/wsgi/compare/{base}...{head}","merges_url":"https://api.github.com/repos/mmanc125uw/wsgi/merges","archive_url":"https://api.github.com/repos/mmanc125uw/wsgi/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/mmanc125uw/wsgi/downloads","issues_url":"https://api.github.com/repos/mmanc125uw/wsgi/issues{/number}","pulls_url":"https://api.github.com/repos/mmanc125uw/wsgi/pulls{/number}","milestones_url":"https://api.github.com/repos/mmanc125uw/wsgi/milestones{/number}","notifications_url":"https://api.github.com/repos/mmanc125uw/wsgi/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/mmanc125uw/wsgi/labels{/name}","releases_url":"https://api.github.com/repos/mmanc125uw/wsgi/releases{/id}","deployments_url":"https://api.github.com/repos/mmanc125uw/wsgi/deployments","created_at":"2020-09-15T18:00:54Z","updated_at":"2019-03-31T18:22:42Z","pushed_at":"2020-09-02T06:03:56Z","git_url":"git://github.com/mmanc125uw/wsgi.git","ssh_url":"git@github.com:mmanc125uw/wsgi.git","clone_url":"https://github.com/mmanc125uw/wsgi.git","svn_url":"https://github.com/mmanc125uw/wsgi","homepage":null,"size":4,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","public":true}},"public":true,"created_at":"2020-09-15T18:00:55Z","org":{"id":49012808,"login":"pcewebpython","gravatar_id":"","url":"https://api.github.com/orgs/pcewebpython","avatar_url":"https://avatars.githubusercontent.com/u/49012808?"}},{"id":"13525915359","type":"ForkEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":178723634,"name":"pcewebpython/cgi","url":"https://api.github.com/repos/pcewebpython/cgi"},"payload":{"forkee":{"id":295739798,"node_id":"MDEwOlJlcG9zaXRvcnkyOTU3Mzk3OTg=","name":"cgi","full_name":"mmanc125uw/cgi","private":false,"owner":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"html_url":"https://github.com/mmanc125uw/cgi","description":null,"fork":true,"url":"https://api.github.com/repos/mmanc125uw/cgi","forks_url":"https://api.github.com/repos/mmanc125uw/cgi/forks","keys_url":"https://api.github.com/repos/mmanc125uw/cgi/keys{/key_id}","collaborators_url":"https://api.github.com/repos/mmanc125uw/cgi/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/mmanc125uw/cgi/teams","hooks_url":"https://api.github.com/repos/mmanc125uw/cgi/hooks","issue_events_url":"https://api.github.com/repos/mmanc125uw/cgi/issues/events{/number}","events_url":"https://api.github.com/repos/mmanc125uw/cgi/events","assignees_url":"https://api.github.com/repos/mmanc125uw/cgi/assignees{/user}","branches_url":"https://api.github.com/repos/mmanc125uw/cgi/branches{/branch}","tags_url":"https://api.github.com/repos/mmanc125uw/cgi/tags","blobs_url":"https://api.github.com/repos/mmanc125uw/cgi/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/mmanc125uw/cgi/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/mmanc125uw/cgi/git/refs{/sha}","trees_url":"https://api.github.com/repos/mmanc125uw/cgi/git/trees{/sha}","statuses_url":"https://api.github.com/repos/mmanc125uw/cgi/statuses/{sha}","languages_url":"https://api.github.com/repos/mmanc125uw/cgi/languages","stargazers_url":"https://api.github.com/repos/mmanc125uw/cgi/stargazers","contributors_url":"https://api.github.com/repos/mmanc125uw/cgi/contributors","subscribers_url":"https://api.github.com/repos/mmanc125uw/cgi/subscribers","subscription_url":"https://api.github.com/repos/mmanc125uw/cgi/subscription","commits_url":"https://api.github.com/repos/mmanc125uw/cgi/commits{/sha}","git_commits_url":"https://api.github.com/repos/mmanc125uw/cgi/git/commits{/sha}","comments_url":"https://api.github.com/repos/mmanc125uw/cgi/comments{/number}","issue_comment_url":"https://api.github.com/repos/mmanc125uw/cgi/issues/comments{/number}","contents_url":"https://api.github.com/repos/mmanc125uw/cgi/contents/{+path}","compare_url":"https://api.github.com/repos/mmanc125uw/cgi/compare/{base}...{head}","merges_url":"https://api.github.com/repos/mmanc125uw/cgi/merges","archive_url":"https://api.github.com/repos/mmanc125uw/cgi/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/mmanc125uw/cgi/downloads","issues_url":"https://api.github.com/repos/mmanc125uw/cgi/issues{/number}","pulls_url":"https://api.github.com/repos/mmanc125uw/cgi/pulls{/number}","milestones_url":"https://api.github.com/repos/mmanc125uw/cgi/milestones{/number}","notifications_url":"https://api.github.com/repos/mmanc125uw/cgi/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/mmanc125uw/cgi/labels{/name}","releases_url":"https://api.github.com/repos/mmanc125uw/cgi/releases{/id}","deployments_url":"https://api.github.com/repos/mmanc125uw/cgi/deployments","created_at":"2020-09-15T13:37:55Z","updated_at":"2019-03-31T18:22:25Z","pushed_at":"2020-08-09T17:12:41Z","git_url":"git://github.com/mmanc125uw/cgi.git","ssh_url":"git@github.com:mmanc125uw/cgi.git","clone_url":"https://github.com/mmanc125uw/cgi.git","svn_url":"https://github.com/mmanc125uw/cgi","homepage":null,"size":2,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","public":true}},"public":true,"created_at":"2020-09-15T13:37:56Z","org":{"id":49012808,"login":"pcewebpython","gravatar_id":"","url":"https://api.github.com/orgs/pcewebpython","avatar_url":"https://avatars.githubusercontent.com/u/49012808?"}},{"id":"13513571834","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":294235496,"name":"mmanc125uw/socket-http-server","url":"https://api.github.com/repos/mmanc125uw/socket-http-server"},"payload":{"push_id":5686507051,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"5c94120fcee9e250d63fd8a239a5aecef5b615c6","before":"bb5c65a46ceba4d2369210cb97630df8c0617186","commits":[{"sha":"5c94120fcee9e250d63fd8a239a5aecef5b615c6","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson3, final refactor, gen results.txt","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/socket-http-server/commits/5c94120fcee9e250d63fd8a239a5aecef5b615c6"}]},"public":true,"created_at":"2020-09-14T15:03:39Z"},{"id":"13512651462","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":294235496,"name":"mmanc125uw/socket-http-server","url":"https://api.github.com/repos/mmanc125uw/socket-http-server"},"payload":{"push_id":5686075722,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"bb5c65a46ceba4d2369210cb97630df8c0617186","before":"347de4e73f0385d6d65e6fd92393b1b733884233","commits":[{"sha":"bb5c65a46ceba4d2369210cb97630df8c0617186","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson3, test runs","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/socket-http-server/commits/bb5c65a46ceba4d2369210cb97630df8c0617186"}]},"public":true,"created_at":"2020-09-14T13:56:34Z"},{"id":"13498180639","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":294235496,"name":"mmanc125uw/socket-http-server","url":"https://api.github.com/repos/mmanc125uw/socket-http-server"},"payload":{"push_id":5678169914,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"347de4e73f0385d6d65e6fd92393b1b733884233","before":"7468fe0d20aad7885ce5a42f705ad4acedff9cfb","commits":[{"sha":"347de4e73f0385d6d65e6fd92393b1b733884233","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230, lesson3, initial bin read for png","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/socket-http-server/commits/347de4e73f0385d6d65e6fd92393b1b733884233"}]},"public":true,"created_at":"2020-09-12T11:02:10Z"},{"id":"13481227386","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":294235496,"name":"mmanc125uw/socket-http-server","url":"https://api.github.com/repos/mmanc125uw/socket-http-server"},"payload":{"push_id":5670047125,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"7468fe0d20aad7885ce5a42f705ad4acedff9cfb","before":"c725b3a74e6d42939b1b793828dc67f900724033","commits":[{"sha":"7468fe0d20aad7885ce5a42f705ad4acedff9cfb","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson3, testing mime","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/socket-http-server/commits/7468fe0d20aad7885ce5a42f705ad4acedff9cfb"}]},"public":true,"created_at":"2020-09-10T22:40:35Z"},{"id":"13475863092","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":294235496,"name":"mmanc125uw/socket-http-server","url":"https://api.github.com/repos/mmanc125uw/socket-http-server"},"payload":{"push_id":5667581977,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"c725b3a74e6d42939b1b793828dc67f900724033","before":"0c617ce8137f8d7cee8a4d30828115c6727e56f8","commits":[{"sha":"c725b3a74e6d42939b1b793828dc67f900724033","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson3, parse_request","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/socket-http-server/commits/c725b3a74e6d42939b1b793828dc67f900724033"}]},"public":true,"created_at":"2020-09-10T14:52:51Z"},{"id":"13475505870","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":294235496,"name":"mmanc125uw/socket-http-server","url":"https://api.github.com/repos/mmanc125uw/socket-http-server"},"payload":{"push_id":5667420705,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"0c617ce8137f8d7cee8a4d30828115c6727e56f8","before":"f7f0dac6058a21f18a6980c8b61435c5c6ebd6fd","commits":[{"sha":"0c617ce8137f8d7cee8a4d30828115c6727e56f8","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson3, TDD test stubs","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/socket-http-server/commits/0c617ce8137f8d7cee8a4d30828115c6727e56f8"}]},"public":true,"created_at":"2020-09-10T14:29:32Z"},{"id":"13473155433","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":294235380,"name":"mmanc125uw/socket-adventure","url":"https://api.github.com/repos/mmanc125uw/socket-adventure"},"payload":{"push_id":5666347250,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"1c645437b6a48534f629087f0b30bf557839e6f7","before":"ef0195789b869e468821fc60429b68a320ec9b23","commits":[{"sha":"1c645437b6a48534f629087f0b30bf557839e6f7","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 lesson3 activity, testing results","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/socket-adventure/commits/1c645437b6a48534f629087f0b30bf557839e6f7"}]},"public":true,"created_at":"2020-09-10T11:40:47Z"},{"id":"13466317131","type":"PushEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":294235380,"name":"mmanc125uw/socket-adventure","url":"https://api.github.com/repos/mmanc125uw/socket-adventure"},"payload":{"push_id":5663113312,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"ef0195789b869e468821fc60429b68a320ec9b23","before":"aa215fa2931df4a9d5fb7ac850f91b5f3c61ba6a","commits":[{"sha":"ef0195789b869e468821fc60429b68a320ec9b23","author":{"email":"mmanc125@uw.edu","name":"mmanc125uw"},"message":"sp_py230 activity, initial srv cli to get running","distinct":true,"url":"https://api.github.com/repos/mmanc125uw/socket-adventure/commits/ef0195789b869e468821fc60429b68a320ec9b23"}]},"public":true,"created_at":"2020-09-09T22:39:23Z"},{"id":"13465850688","type":"ForkEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":178723642,"name":"pcewebpython/socket-http-server","url":"https://api.github.com/repos/pcewebpython/socket-http-server"},"payload":{"forkee":{"id":294235496,"node_id":"MDEwOlJlcG9zaXRvcnkyOTQyMzU0OTY=","name":"socket-http-server","full_name":"mmanc125uw/socket-http-server","private":false,"owner":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"html_url":"https://github.com/mmanc125uw/socket-http-server","description":null,"fork":true,"url":"https://api.github.com/repos/mmanc125uw/socket-http-server","forks_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/forks","keys_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/keys{/key_id}","collaborators_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/teams","hooks_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/hooks","issue_events_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/issues/events{/number}","events_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/events","assignees_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/assignees{/user}","branches_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/branches{/branch}","tags_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/tags","blobs_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/git/refs{/sha}","trees_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/git/trees{/sha}","statuses_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/statuses/{sha}","languages_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/languages","stargazers_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/stargazers","contributors_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/contributors","subscribers_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/subscribers","subscription_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/subscription","commits_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/commits{/sha}","git_commits_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/git/commits{/sha}","comments_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/comments{/number}","issue_comment_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/issues/comments{/number}","contents_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/contents/{+path}","compare_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/compare/{base}...{head}","merges_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/merges","archive_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/downloads","issues_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/issues{/number}","pulls_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/pulls{/number}","milestones_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/milestones{/number}","notifications_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/labels{/name}","releases_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/releases{/id}","deployments_url":"https://api.github.com/repos/mmanc125uw/socket-http-server/deployments","created_at":"2020-09-09T21:38:23Z","updated_at":"2019-07-03T02:20:10Z","pushed_at":"2020-09-02T06:12:41Z","git_url":"git://github.com/mmanc125uw/socket-http-server.git","ssh_url":"git@github.com:mmanc125uw/socket-http-server.git","clone_url":"https://github.com/mmanc125uw/socket-http-server.git","svn_url":"https://github.com/mmanc125uw/socket-http-server","homepage":null,"size":184,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","public":true}},"public":true,"created_at":"2020-09-09T21:38:23Z","org":{"id":49012808,"login":"pcewebpython","gravatar_id":"","url":"https://api.github.com/orgs/pcewebpython","avatar_url":"https://avatars.githubusercontent.com/u/49012808?"}},{"id":"13465844993","type":"ForkEvent","actor":{"id":61326950,"login":"mmanc125uw","display_login":"mmanc125uw","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","avatar_url":"https://avatars.githubusercontent.com/u/61326950?"},"repo":{"id":178723645,"name":"pcewebpython/socket-adventure","url":"https://api.github.com/repos/pcewebpython/socket-adventure"},"payload":{"forkee":{"id":294235380,"node_id":"MDEwOlJlcG9zaXRvcnkyOTQyMzUzODA=","name":"socket-adventure","full_name":"mmanc125uw/socket-adventure","private":false,"owner":{"login":"mmanc125uw","id":61326950,"node_id":"MDQ6VXNlcjYxMzI2OTUw","avatar_url":"https://avatars2.githubusercontent.com/u/61326950?v=4","gravatar_id":"","url":"https://api.github.com/users/mmanc125uw","html_url":"https://github.com/mmanc125uw","followers_url":"https://api.github.com/users/mmanc125uw/followers","following_url":"https://api.github.com/users/mmanc125uw/following{/other_user}","gists_url":"https://api.github.com/users/mmanc125uw/gists{/gist_id}","starred_url":"https://api.github.com/users/mmanc125uw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmanc125uw/subscriptions","organizations_url":"https://api.github.com/users/mmanc125uw/orgs","repos_url":"https://api.github.com/users/mmanc125uw/repos","events_url":"https://api.github.com/users/mmanc125uw/events{/privacy}","received_events_url":"https://api.github.com/users/mmanc125uw/received_events","type":"User","site_admin":false},"html_url":"https://github.com/mmanc125uw/socket-adventure","description":null,"fork":true,"url":"https://api.github.com/repos/mmanc125uw/socket-adventure","forks_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/forks","keys_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/keys{/key_id}","collaborators_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/teams","hooks_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/hooks","issue_events_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/issues/events{/number}","events_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/events","assignees_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/assignees{/user}","branches_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/branches{/branch}","tags_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/tags","blobs_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/git/refs{/sha}","trees_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/git/trees{/sha}","statuses_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/statuses/{sha}","languages_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/languages","stargazers_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/stargazers","contributors_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/contributors","subscribers_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/subscribers","subscription_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/subscription","commits_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/commits{/sha}","git_commits_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/git/commits{/sha}","comments_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/comments{/number}","issue_comment_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/issues/comments{/number}","contents_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/contents/{+path}","compare_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/compare/{base}...{head}","merges_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/merges","archive_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/downloads","issues_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/issues{/number}","pulls_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/pulls{/number}","milestones_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/milestones{/number}","notifications_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/labels{/name}","releases_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/releases{/id}","deployments_url":"https://api.github.com/repos/mmanc125uw/socket-adventure/deployments","created_at":"2020-09-09T21:37:41Z","updated_at":"2020-04-15T00:29:12Z","pushed_at":"2020-09-02T06:08:48Z","git_url":"git://github.com/mmanc125uw/socket-adventure.git","ssh_url":"git@github.com:mmanc125uw/socket-adventure.git","clone_url":"https://github.com/mmanc125uw/socket-adventure.git","svn_url":"https://github.com/mmanc125uw/socket-adventure","homepage":null,"size":5,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","public":true}},"public":true,"created_at":"2020-09-09T21:37:41Z","org":{"id":49012808,"login":"pcewebpython","gravatar_id":"","url":"https://api.github.com/orgs/pcewebpython","avatar_url":"https://avatars.githubusercontent.com/u/49012808?"}}]' +2020-09-22T20:49:23Z From 994265748ea8e95214b997aba48d11731d5f5195 Mon Sep 17 00:00:00 2001 From: mmanc125uw Date: Thu, 24 Sep 2020 09:52:11 -0400 Subject: [PATCH 2/2] sp_py230 lesson6, final refactor and test --- SetupStepsMike.txt | 1 + goMainRunTest.bat | 2 ++ main.py | 3 ++- test_results.txt | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 test_results.txt diff --git a/SetupStepsMike.txt b/SetupStepsMike.txt index e33a2bb..7ccc35c 100644 --- a/SetupStepsMike.txt +++ b/SetupStepsMike.txt @@ -1,4 +1,5 @@ +rmvirtualenv github-latest ;***MMM to remove if it already exists mkvirtualenv github-latest pip install requests diff --git a/goMainRunTest.bat b/goMainRunTest.bat index 8eeb008..523ea3b 100644 --- a/goMainRunTest.bat +++ b/goMainRunTest.bat @@ -1,4 +1,6 @@ cmd /c python -u main.py mmanc125uw > test_results.txt +type test_results.txt + diff --git a/main.py b/main.py index e2e0cb6..8a292dd 100644 --- a/main.py +++ b/main.py @@ -32,6 +32,7 @@ events = json.loads(response.content) - print(events[0]['created_at']) + git_event_created_at = events[0]['created_at'] + print(f"Git event for user {username} created at {git_event_created_at}") diff --git a/test_results.txt b/test_results.txt new file mode 100644 index 0000000..388bf9b --- /dev/null +++ b/test_results.txt @@ -0,0 +1 @@ +Git event for user mmanc125uw created at 2020-09-22T21:58:16Z