diff --git a/week-10/index.html b/week-10/index.html new file mode 100644 index 0000000..11c9534 --- /dev/null +++ b/week-10/index.html @@ -0,0 +1,25 @@ + + + + + + + Week-10 API Practice + + + +

GITHUB USER SEARCH

+
+ + + +

Input must be at least 1 character long!

+

Number of matches found:

+

ID:

+ Profile Picture + + + + + + \ No newline at end of file diff --git a/week-10/main.js b/week-10/main.js new file mode 100644 index 0000000..48f600e --- /dev/null +++ b/week-10/main.js @@ -0,0 +1,34 @@ +form = document.querySelector("#form"); +matches = document.querySelector("#matches"); +id = document.querySelector("#id"); +img = document.querySelector("#img"); +error = document.querySelector("#error"); +textbox = document.querySelector("#textbox"); + +form.addEventListener("submit", function checkLength(event) { + if(textbox.value.length >= 1 && textbox.value.length <= 100){ + event.preventDefault(); + fetch('users.json').then(function (response) { + return response.json(); + }).then(function (obj) { + console.log(obj) + error.style.display = "none"; + matches.style.display = "block"; + id.style.display = "block"; + img.style.display = "block"; + + console.log(obj['items'][0]['login']) + console.log(obj['total_count']) + login = obj.items + console.log(login) + for(user of obj.items) { + + } + }) + + } + else{ + error.style.display = "block"; + event.preventDefault(); + } +}) \ No newline at end of file diff --git a/week-10/style.css b/week-10/style.css new file mode 100644 index 0000000..2a746e6 --- /dev/null +++ b/week-10/style.css @@ -0,0 +1,9 @@ +body { + display:flex; + flex-direction: column; + align-items: center; +} + +#error, #matches, #id, #img { + display: none; +} \ No newline at end of file diff --git a/week-10/users.json b/week-10/users.json new file mode 100644 index 0000000..e9531af --- /dev/null +++ b/week-10/users.json @@ -0,0 +1,423 @@ +{ + "total_count": 19, + "incomplete_results": false, + "items": [ + { + "login": "bpd01001", + "id": 132, + "node_id": "MDQ6VXNlcjEzMg==", + "avatar_url": "https://github.uconn.edu/avatars/u/132?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bpd01001", + "html_url": "https://github.uconn.edu/bpd01001", + "followers_url": "https://github.uconn.edu/api/v3/users/bpd01001/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bpd01001/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bpd01001/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bpd01001/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bpd01001/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bpd01001/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bpd01001/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bpd01001/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bpd01001/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bpd01001,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "brp14005", + "id": 882, + "node_id": "MDQ6VXNlcjg4Mg==", + "avatar_url": "https://github.uconn.edu/avatars/u/882?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/brp14005", + "html_url": "https://github.uconn.edu/brp14005", + "followers_url": "https://github.uconn.edu/api/v3/users/brp14005/followers", + "following_url": "https://github.uconn.edu/api/v3/users/brp14005/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/brp14005/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/brp14005/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/brp14005/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/brp14005/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/brp14005/repos", + "events_url": "https://github.uconn.edu/api/v3/users/brp14005/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/brp14005/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=brp14005,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "bak11004", + "id": 531, + "node_id": "MDQ6VXNlcjUzMQ==", + "avatar_url": "https://github.uconn.edu/avatars/u/531?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bak11004", + "html_url": "https://github.uconn.edu/bak11004", + "followers_url": "https://github.uconn.edu/api/v3/users/bak11004/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bak11004/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bak11004/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bak11004/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bak11004/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bak11004/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bak11004/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bak11004/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bak11004/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bak11004,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "bno12001", + "id": 1057, + "node_id": "MDQ6VXNlcjEwNTc=", + "avatar_url": "https://github.uconn.edu/avatars/u/1057?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bno12001", + "html_url": "https://github.uconn.edu/bno12001", + "followers_url": "https://github.uconn.edu/api/v3/users/bno12001/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bno12001/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bno12001/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bno12001/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bno12001/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bno12001/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bno12001/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bno12001/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bno12001/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bno12001,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "bdm13015", + "id": 1093, + "node_id": "MDQ6VXNlcjEwOTM=", + "avatar_url": "https://github.uconn.edu/avatars/u/1093?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bdm13015", + "html_url": "https://github.uconn.edu/bdm13015", + "followers_url": "https://github.uconn.edu/api/v3/users/bdm13015/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bdm13015/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bdm13015/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bdm13015/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bdm13015/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bdm13015/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bdm13015/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bdm13015/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bdm13015/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bdm13015,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "bva11001", + "id": 1833, + "node_id": "MDQ6VXNlcjE4MzM=", + "avatar_url": "https://github.uconn.edu/avatars/u/1833?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bva11001", + "html_url": "https://github.uconn.edu/bva11001", + "followers_url": "https://github.uconn.edu/api/v3/users/bva11001/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bva11001/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bva11001/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bva11001/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bva11001/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bva11001/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bva11001/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bva11001/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bva11001/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bva11001,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "brc15108", + "id": 1516, + "node_id": "MDQ6VXNlcjE1MTY=", + "avatar_url": "https://github.uconn.edu/avatars/u/1516?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/brc15108", + "html_url": "https://github.uconn.edu/brc15108", + "followers_url": "https://github.uconn.edu/api/v3/users/brc15108/followers", + "following_url": "https://github.uconn.edu/api/v3/users/brc15108/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/brc15108/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/brc15108/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/brc15108/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/brc15108/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/brc15108/repos", + "events_url": "https://github.uconn.edu/api/v3/users/brc15108/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/brc15108/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=brc15108,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "bem11003", + "id": 210, + "node_id": "MDQ6VXNlcjIxMA==", + "avatar_url": "https://github.uconn.edu/avatars/u/210?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bem11003", + "html_url": "https://github.uconn.edu/bem11003", + "followers_url": "https://github.uconn.edu/api/v3/users/bem11003/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bem11003/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bem11003/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bem11003/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bem11003/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bem11003/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bem11003/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bem11003/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bem11003/received_events", + "type": "User", + "site_admin": false, + "score": 1.0 + }, + { + "login": "bdm13006", + "id": 831, + "node_id": "MDQ6VXNlcjgzMQ==", + "avatar_url": "https://github.uconn.edu/avatars/u/831?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bdm13006", + "html_url": "https://github.uconn.edu/bdm13006", + "followers_url": "https://github.uconn.edu/api/v3/users/bdm13006/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bdm13006/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bdm13006/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bdm13006/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bdm13006/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bdm13006/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bdm13006/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bdm13006/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bdm13006/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bdm13006,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "bdm13003", + "id": 916, + "node_id": "MDQ6VXNlcjkxNg==", + "avatar_url": "https://github.uconn.edu/avatars/u/916?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bdm13003", + "html_url": "https://github.uconn.edu/bdm13003", + "followers_url": "https://github.uconn.edu/api/v3/users/bdm13003/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bdm13003/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bdm13003/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bdm13003/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bdm13003/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bdm13003/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bdm13003/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bdm13003/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bdm13003/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bdm13003,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "bcd04001", + "id": 569, + "node_id": "MDQ6VXNlcjU2OQ==", + "avatar_url": "https://github.uconn.edu/avatars/u/569?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bcd04001", + "html_url": "https://github.uconn.edu/bcd04001", + "followers_url": "https://github.uconn.edu/api/v3/users/bcd04001/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bcd04001/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bcd04001/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bcd04001/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bcd04001/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bcd04001/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bcd04001/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bcd04001/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bcd04001/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bcd04001,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "bda11001", + "id": 595, + "node_id": "MDQ6VXNlcjU5NQ==", + "avatar_url": "https://github.uconn.edu/avatars/u/595?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bda11001", + "html_url": "https://github.uconn.edu/bda11001", + "followers_url": "https://github.uconn.edu/api/v3/users/bda11001/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bda11001/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bda11001/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bda11001/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bda11001/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bda11001/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bda11001/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bda11001/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bda11001/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bda11001,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "bcf16104", + "id": 2348, + "node_id": "MDQ6VXNlcjIzNDg=", + "avatar_url": "https://github.uconn.edu/avatars/u/2348?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bcf16104", + "html_url": "https://github.uconn.edu/bcf16104", + "followers_url": "https://github.uconn.edu/api/v3/users/bcf16104/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bcf16104/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bcf16104/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bcf16104/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bcf16104/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bcf16104/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bcf16104/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bcf16104/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bcf16104/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bcf16104,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "brs15121", + "id": 2487, + "node_id": "MDQ6VXNlcjI0ODc=", + "avatar_url": "https://github.uconn.edu/avatars/u/2487?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/brs15121", + "html_url": "https://github.uconn.edu/brs15121", + "followers_url": "https://github.uconn.edu/api/v3/users/brs15121/followers", + "following_url": "https://github.uconn.edu/api/v3/users/brs15121/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/brs15121/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/brs15121/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/brs15121/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/brs15121/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/brs15121/repos", + "events_url": "https://github.uconn.edu/api/v3/users/brs15121/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/brs15121/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=brs15121,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "bat14005", + "id": 2488, + "node_id": "MDQ6VXNlcjI0ODg=", + "avatar_url": "https://github.uconn.edu/avatars/u/2488?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bat14005", + "html_url": "https://github.uconn.edu/bat14005", + "followers_url": "https://github.uconn.edu/api/v3/users/bat14005/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bat14005/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bat14005/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bat14005/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bat14005/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bat14005/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bat14005/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bat14005/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bat14005/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bat14005,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "bdt17001", + "id": 3547, + "node_id": "MDQ6VXNlcjM1NDc=", + "avatar_url": "https://github.uconn.edu/avatars/u/3547?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/bdt17001", + "html_url": "https://github.uconn.edu/bdt17001", + "followers_url": "https://github.uconn.edu/api/v3/users/bdt17001/followers", + "following_url": "https://github.uconn.edu/api/v3/users/bdt17001/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/bdt17001/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/bdt17001/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/bdt17001/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/bdt17001/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/bdt17001/repos", + "events_url": "https://github.uconn.edu/api/v3/users/bdt17001/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/bdt17001/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bdt17001,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "Bra15102", + "id": 3133, + "node_id": "MDQ6VXNlcjMxMzM=", + "avatar_url": "https://github.uconn.edu/avatars/u/3133?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/Bra15102", + "html_url": "https://github.uconn.edu/Bra15102", + "followers_url": "https://github.uconn.edu/api/v3/users/Bra15102/followers", + "following_url": "https://github.uconn.edu/api/v3/users/Bra15102/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/Bra15102/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/Bra15102/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/Bra15102/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/Bra15102/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/Bra15102/repos", + "events_url": "https://github.uconn.edu/api/v3/users/Bra15102/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/Bra15102/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=bra15102,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "btc14005", + "id": 2542, + "node_id": "MDQ6VXNlcjI1NDI=", + "avatar_url": "https://github.uconn.edu/avatars/u/2542?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/btc14005", + "html_url": "https://github.uconn.edu/btc14005", + "followers_url": "https://github.uconn.edu/api/v3/users/btc14005/followers", + "following_url": "https://github.uconn.edu/api/v3/users/btc14005/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/btc14005/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/btc14005/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/btc14005/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/btc14005/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/btc14005/repos", + "events_url": "https://github.uconn.edu/api/v3/users/btc14005/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/btc14005/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=btc14005,ou=people,dc=uconn,dc=edu", + "score": 1.0 + }, + { + "login": "brm13010", + "id": 2806, + "node_id": "MDQ6VXNlcjI4MDY=", + "avatar_url": "https://github.uconn.edu/avatars/u/2806?", + "gravatar_id": "", + "url": "https://github.uconn.edu/api/v3/users/brm13010", + "html_url": "https://github.uconn.edu/brm13010", + "followers_url": "https://github.uconn.edu/api/v3/users/brm13010/followers", + "following_url": "https://github.uconn.edu/api/v3/users/brm13010/following{/other_user}", + "gists_url": "https://github.uconn.edu/api/v3/users/brm13010/gists{/gist_id}", + "starred_url": "https://github.uconn.edu/api/v3/users/brm13010/starred{/owner}{/repo}", + "subscriptions_url": "https://github.uconn.edu/api/v3/users/brm13010/subscriptions", + "organizations_url": "https://github.uconn.edu/api/v3/users/brm13010/orgs", + "repos_url": "https://github.uconn.edu/api/v3/users/brm13010/repos", + "events_url": "https://github.uconn.edu/api/v3/users/brm13010/events{/privacy}", + "received_events_url": "https://github.uconn.edu/api/v3/users/brm13010/received_events", + "type": "User", + "site_admin": false, + "ldap_dn": "uid=brm13010,ou=people,dc=uconn,dc=edu", + "score": 1.0 + } + ] +}