octopi 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +5 -0
- data/Rakefile +2 -84
- data/examples/authenticated.rb +20 -0
- data/examples/github.yml.example +14 -0
- data/examples/issues.rb +18 -0
- data/examples/overall.rb +50 -0
- data/lib/octopi/version.rb +3 -0
- data/octopi.gemspec +20 -93
- data/real_world_test/commit_test.rb +20 -0
- data/real_world_test/repository_test.rb +19 -0
- data/real_world_test/test_helper.rb +11 -0
- data/test/.gitconfig +3 -0
- data/test/api_test.rb +58 -0
- data/test/authenticated_test.rb +39 -0
- data/test/base_test.rb +20 -0
- data/test/blob_test.rb +23 -0
- data/test/branch_test.rb +20 -0
- data/test/commit_test.rb +89 -0
- data/test/file_object_test.rb +39 -0
- data/test/gist_test.rb +16 -0
- data/test/issue_comment.rb +19 -0
- data/test/issue_set_test.rb +33 -0
- data/test/issue_test.rb +136 -0
- data/test/key_set_test.rb +29 -0
- data/test/key_test.rb +35 -0
- data/test/repository_set_test.rb +23 -0
- data/test/repository_test.rb +164 -0
- data/test/stubs/account +691 -0
- data/test/stubs/blob/fcoury/octopi/plain/f6609209c3ac0badd004512d318bfaa508ea10ae +20 -0
- data/test/stubs/comments/fcoury/octopi/comments +30 -0
- data/test/stubs/comments/fcoury/octopi/comments.atom +48 -0
- data/test/stubs/commits/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae +94 -0
- data/test/stubs/commits/fcoury/octopi/lazy +491 -0
- data/test/stubs/commits/fcoury/octopi/master +477 -0
- data/test/stubs/commits/fcoury/octopi/octopi.rb +818 -0
- data/test/stubs/commits/fcoury/rboard/master +437 -0
- data/test/stubs/dashboard +231 -0
- data/test/stubs/errors/repository/not_found +16 -0
- data/test/stubs/gists/159579 +18 -0
- data/test/stubs/issues/fcoury/octopi/27 +42 -0
- data/test/stubs/issues/fcoury/octopi/27-reopened +27 -0
- data/test/stubs/issues/fcoury/octopi/28 +27 -0
- data/test/stubs/issues/fcoury/octopi/28-closed +27 -0
- data/test/stubs/issues/fcoury/octopi/28-edited +27 -0
- data/test/stubs/issues/fcoury/octopi/closed +175 -0
- data/test/stubs/issues/fcoury/octopi/comment/28-comment +15 -0
- data/test/stubs/issues/fcoury/octopi/labels/28-maybe-two-point-oh +16 -0
- data/test/stubs/issues/fcoury/octopi/labels/28-one-point-oh +16 -0
- data/test/stubs/issues/fcoury/octopi/labels/28-remove-maybe-two-point-oh +14 -0
- data/test/stubs/issues/fcoury/octopi/labels/28-remove-one-point-oh +15 -0
- data/test/stubs/issues/fcoury/octopi/new +27 -0
- data/test/stubs/issues/fcoury/octopi/open +329 -0
- data/test/stubs/issues/fcoury/octopi/search +139 -0
- data/test/stubs/login +157 -0
- data/test/stubs/repos/fcoury/octopi/branches +18 -0
- data/test/stubs/repos/fcoury/octopi/collaborators +16 -0
- data/test/stubs/repos/fcoury/octopi/delete-token +13 -0
- data/test/stubs/repos/fcoury/octopi/languages +16 -0
- data/test/stubs/repos/fcoury/octopi/main +12 -0
- data/test/stubs/repos/fcoury/octopi/master +24 -0
- data/test/stubs/repos/fcoury/octopi/tags +23 -0
- data/test/stubs/repos/fcoury/octopus/main +24 -0
- data/test/stubs/repos/fcoury/rboard/main +12 -0
- data/test/stubs/repos/fcoury/rboard/master +24 -0
- data/test/stubs/repos/search +238 -0
- data/test/stubs/repos/show/fcoury +463 -0
- data/test/stubs/repos/show/fcoury-private +454 -0
- data/test/stubs/tree/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae +54 -0
- data/test/stubs/users/Caged +26 -0
- data/test/stubs/users/FooBarWidget +26 -0
- data/test/stubs/users/aslakhellesoy +26 -0
- data/test/stubs/users/augustl +26 -0
- data/test/stubs/users/bcalloway +26 -0
- data/test/stubs/users/benaskins +26 -0
- data/test/stubs/users/benhoskings +26 -0
- data/test/stubs/users/bjeanes +27 -0
- data/test/stubs/users/cldwalker +26 -0
- data/test/stubs/users/danlucraft +26 -0
- data/test/stubs/users/dchelimsky +26 -0
- data/test/stubs/users/dcrec1 +26 -0
- data/test/stubs/users/defunkt +26 -0
- data/test/stubs/users/derencius +26 -0
- data/test/stubs/users/diy +21 -0
- data/test/stubs/users/documentcloud +26 -0
- data/test/stubs/users/drnic +26 -0
- data/test/stubs/users/dustin +26 -0
- data/test/stubs/users/eladmeidar +26 -0
- data/test/stubs/users/elliottcable +26 -0
- data/test/stubs/users/entp +26 -0
- data/test/stubs/users/fcoury +26 -0
- data/test/stubs/users/fcoury-private +36 -0
- data/test/stubs/users/follow +15 -0
- data/test/stubs/users/follow-rails +15 -0
- data/test/stubs/users/followers +24 -0
- data/test/stubs/users/following +28 -0
- data/test/stubs/users/giraffesoft +26 -0
- data/test/stubs/users/gwoliveira +26 -0
- data/test/stubs/users/hashrocket +26 -0
- data/test/stubs/users/hcatlin +26 -0
- data/test/stubs/users/jamis +26 -0
- data/test/stubs/users/jnicklas +26 -0
- data/test/stubs/users/jnunemaker +26 -0
- data/test/stubs/users/jruby +21 -0
- data/test/stubs/users/kballard +26 -0
- data/test/stubs/users/kchris +26 -0
- data/test/stubs/users/key-added +20 -0
- data/test/stubs/users/key-removed +17 -0
- data/test/stubs/users/keys +21 -0
- data/test/stubs/users/knewter +26 -0
- data/test/stubs/users/lachie +26 -0
- data/test/stubs/users/lachlanhardy +26 -0
- data/test/stubs/users/lenary +26 -0
- data/test/stubs/users/lifo +26 -0
- data/test/stubs/users/maccman +26 -0
- data/test/stubs/users/markgandolfo +26 -0
- data/test/stubs/users/mbleigh +26 -0
- data/test/stubs/users/mhodgson +26 -0
- data/test/stubs/users/mocra +26 -0
- data/test/stubs/users/mojombo +26 -0
- data/test/stubs/users/newbamboo +26 -0
- data/test/stubs/users/notahat +26 -0
- data/test/stubs/users/opscode +26 -0
- data/test/stubs/users/paulorv +26 -0
- data/test/stubs/users/pvande +21 -0
- data/test/stubs/users/rack +26 -0
- data/test/stubs/users/radar +26 -0
- data/test/stubs/users/rails +26 -0
- data/test/stubs/users/railscampau +21 -0
- data/test/stubs/users/redinger +26 -0
- data/test/stubs/users/remi +26 -0
- data/test/stubs/users/search-radar +27 -0
- data/test/stubs/users/shanesveller +26 -0
- data/test/stubs/users/shuber +26 -0
- data/test/stubs/users/softprops +26 -0
- data/test/stubs/users/superfeedr +26 -0
- data/test/stubs/users/svenfuchs +26 -0
- data/test/stubs/users/taylorrf +26 -0
- data/test/stubs/users/technoweenie +26 -0
- data/test/stubs/users/tgraham +26 -0
- data/test/stubs/users/thoughtbot +26 -0
- data/test/stubs/users/tmm1 +26 -0
- data/test/stubs/users/tobi +26 -0
- data/test/stubs/users/tpope +26 -0
- data/test/stubs/users/unfollow-rails +14 -0
- data/test/stubs/users/watched-repos +1668 -0
- data/test/stubs/users/webbynode +26 -0
- data/test/stubs/users/wvanbergen +26 -0
- data/test/stubs/users/wycats +26 -0
- data/test/tag_test.rb +20 -0
- data/test/test_helper.rb +251 -0
- data/test/user_test.rb +97 -0
- data/test_auth.rb +5 -0
- metadata +359 -73
@@ -0,0 +1,54 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.6.31
|
3
|
+
Date: Sat, 01 Aug 2009 07:12:58 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
7
|
+
Status: 200 OK
|
8
|
+
X-Runtime: 20ms
|
9
|
+
ETag: "1199343a0301214ac4ea49182c39da7e"
|
10
|
+
Cache-Control: private, max-age=0, must-revalidate
|
11
|
+
Content-Length: 965
|
12
|
+
|
13
|
+
---
|
14
|
+
tree:
|
15
|
+
- name: .gitignore
|
16
|
+
sha: b04ba44205d4c6bd995870b5c223ed9edea53408
|
17
|
+
mode: "100644"
|
18
|
+
type: blob
|
19
|
+
- name: LICENSE
|
20
|
+
sha: 889543f4301eaca2cf41f65a90a1dc92eb69f835
|
21
|
+
mode: "100644"
|
22
|
+
type: blob
|
23
|
+
- name: README.rdoc
|
24
|
+
sha: bb39ccbf0a3d8050cd198005e34e9351638a741e
|
25
|
+
mode: "100644"
|
26
|
+
type: blob
|
27
|
+
- name: Rakefile
|
28
|
+
sha: 0aa0459e76a3a8132e4082fa64e3f993bb7ef004
|
29
|
+
mode: "100644"
|
30
|
+
type: blob
|
31
|
+
- name: VERSION.yml
|
32
|
+
sha: 0066fa4eec0518412dd24682ecad7dd5036c800a
|
33
|
+
mode: "100644"
|
34
|
+
type: blob
|
35
|
+
- name: contrib
|
36
|
+
sha: f1ccb84c74c9b6d5a59d96b1c51aa6b39e179e6f
|
37
|
+
mode: "040000"
|
38
|
+
type: tree
|
39
|
+
- name: examples
|
40
|
+
sha: f86db6a1301f073f7bb1916e4521d07b65954405
|
41
|
+
mode: "040000"
|
42
|
+
type: tree
|
43
|
+
- name: lib
|
44
|
+
sha: 9b2cb5a31311b73623cb1aa14bf43e110db6b9e5
|
45
|
+
mode: "040000"
|
46
|
+
type: tree
|
47
|
+
- name: octopi.gemspec
|
48
|
+
sha: 737d2a2287b367b89dcc9c1347a0f53d2be57910
|
49
|
+
mode: "100644"
|
50
|
+
type: blob
|
51
|
+
- name: test
|
52
|
+
sha: 0d6e91d3e5c493da4647d12ffca7297a2de9f1e0
|
53
|
+
mode: "040000"
|
54
|
+
type: tree
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:20 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "a826a6a5931c993369324575cc4b8b1a"
|
8
|
+
X-Runtime: 18ms
|
9
|
+
Content-Length: 300
|
10
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
11
|
+
Cache-Control: private, max-age=0, must-revalidate
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: Justin Palmer
|
16
|
+
company: ENTP
|
17
|
+
location: Portland, OR
|
18
|
+
created_at: 2008-01-14 20:47:24 -08:00
|
19
|
+
public_gist_count: 13
|
20
|
+
public_repo_count: 23
|
21
|
+
blog: http://labratrevenge.com
|
22
|
+
following_count: 37
|
23
|
+
id: 25
|
24
|
+
followers_count: 108
|
25
|
+
login: Caged
|
26
|
+
email: justin@labratrevenge.com
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:20 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "efcfc82efd79f1dc13e6d64d9a2b3b7f"
|
8
|
+
X-Runtime: 12ms
|
9
|
+
Content-Length: 292
|
10
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
11
|
+
Cache-Control: private, max-age=0, must-revalidate
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: Hongli Lai
|
16
|
+
company: Phusion (www.phusion.nl)
|
17
|
+
location:
|
18
|
+
created_at: 2008-02-25 06:44:50 -08:00
|
19
|
+
public_gist_count: 7
|
20
|
+
public_repo_count: 31
|
21
|
+
blog: http://izumi.plan99.net/blog/
|
22
|
+
following_count: 1
|
23
|
+
id: 819
|
24
|
+
followers_count: 126
|
25
|
+
login: FooBarWidget
|
26
|
+
email:
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:21 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "ff818723e3135abd84f32babdee3d721"
|
8
|
+
X-Runtime: 15ms
|
9
|
+
Content-Length: 336
|
10
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
11
|
+
Cache-Control: private, max-age=0, must-revalidate
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: "Aslak Helles\xC3\xB8y"
|
16
|
+
company: BEKK Consulting
|
17
|
+
location: Oslo, Norway
|
18
|
+
created_at: 2008-02-26 14:58:16 -08:00
|
19
|
+
public_gist_count: 53
|
20
|
+
public_repo_count: 56
|
21
|
+
blog: http://blog.aslakhellesoy.com/
|
22
|
+
following_count: 0
|
23
|
+
id: 1000
|
24
|
+
followers_count: 184
|
25
|
+
login: aslakhellesoy
|
26
|
+
email: aslak.hellesoy@gmail.com
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:21 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "248ba7be5aeff9e72cdbae208de7d232"
|
8
|
+
X-Runtime: 12ms
|
9
|
+
Content-Length: 309
|
10
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
11
|
+
Cache-Control: private, max-age=0, must-revalidate
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: August Lilleaas
|
16
|
+
company: Shortcut
|
17
|
+
location: Oslo, Norway
|
18
|
+
created_at: 2008-02-18 09:53:11 -08:00
|
19
|
+
public_gist_count: 32
|
20
|
+
public_repo_count: 16
|
21
|
+
blog: http://august.lilleaas.net
|
22
|
+
following_count: 0
|
23
|
+
id: 375
|
24
|
+
followers_count: 46
|
25
|
+
login: augustl
|
26
|
+
email: augustlilleaas@gmail.com
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.6.26
|
3
|
+
Date: Sat, 01 Aug 2009 11:51:39 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
7
|
+
Status: 200 OK
|
8
|
+
X-Runtime: 16ms
|
9
|
+
ETag: "3324f5154cd372f9f9143e13d2c2d1ce"
|
10
|
+
Cache-Control: private, max-age=0, must-revalidate
|
11
|
+
Content-Length: 325
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: Brandon Calloway
|
16
|
+
company: The Scully Group
|
17
|
+
following_count: 16
|
18
|
+
public_gist_count: 17
|
19
|
+
public_repo_count: 10
|
20
|
+
blog: http://brandoncalloway.com
|
21
|
+
id: 6002
|
22
|
+
followers_count: 3
|
23
|
+
login: bcalloway
|
24
|
+
location: Asheville, NC
|
25
|
+
email: brandon@brandoncalloway.com
|
26
|
+
created_at: 2008-04-09 06:33:32 -07:00
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:22 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "dc005924c21ffb179ac6186c85c2445e"
|
8
|
+
X-Runtime: 14ms
|
9
|
+
Content-Length: 257
|
10
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
11
|
+
Cache-Control: private, max-age=0, must-revalidate
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: Ben Askins
|
16
|
+
company:
|
17
|
+
location:
|
18
|
+
created_at: 2008-02-29 13:05:47 -08:00
|
19
|
+
public_gist_count: 55
|
20
|
+
public_repo_count: 18
|
21
|
+
blog:
|
22
|
+
following_count: 4
|
23
|
+
id: 1823
|
24
|
+
followers_count: 18
|
25
|
+
login: benaskins
|
26
|
+
email: ben.askins@gmail.com
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:23 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "d02593d761af9e3925dc1febc234143a"
|
8
|
+
X-Runtime: 14ms
|
9
|
+
Content-Length: 294
|
10
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
11
|
+
Cache-Control: private, max-age=0, must-revalidate
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: Ben Hoskings
|
16
|
+
company: ""
|
17
|
+
location: Brisbane, Australia
|
18
|
+
created_at: 2008-02-25 16:14:48 -08:00
|
19
|
+
public_gist_count: 68
|
20
|
+
public_repo_count: 33
|
21
|
+
blog: ben.hoskings.net
|
22
|
+
following_count: 10
|
23
|
+
id: 901
|
24
|
+
followers_count: 21
|
25
|
+
login: benhoskings
|
26
|
+
email: ben@hoskings.net
|
@@ -0,0 +1,27 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:23 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "11b6bfe5512ff831cea4bd45475c6477"
|
8
|
+
X-Runtime: 18ms
|
9
|
+
Content-Length: 334
|
10
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
11
|
+
Cache-Control: private, max-age=0, must-revalidate
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
gravatar_id: 673b3af90381f26882b7e7283ab137fa
|
16
|
+
name: Bodaniel Jeanes
|
17
|
+
company: Mocra
|
18
|
+
location: Brisbane
|
19
|
+
created_at: 2008-03-07 16:20:14 -08:00
|
20
|
+
public_gist_count: 44
|
21
|
+
public_repo_count: 60
|
22
|
+
blog: http://bjeanes.com
|
23
|
+
following_count: 48
|
24
|
+
id: 2560
|
25
|
+
followers_count: 51
|
26
|
+
login: bjeanes
|
27
|
+
email: me@bjeanes.com
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:24 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "96977a8906c2bdfdbaa7b5b0d9ca2981"
|
8
|
+
X-Runtime: 21ms
|
9
|
+
Content-Length: 289
|
10
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
11
|
+
Cache-Control: private, max-age=0, must-revalidate
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: Gabriel Horner
|
16
|
+
company: self-employed
|
17
|
+
location: Gainesville, FL
|
18
|
+
created_at: 2008-05-30 11:18:20 -07:00
|
19
|
+
public_gist_count: 11
|
20
|
+
public_repo_count: 24
|
21
|
+
blog: http://tagaholic.me
|
22
|
+
following_count: 0
|
23
|
+
id: 11994
|
24
|
+
followers_count: 27
|
25
|
+
login: cldwalker
|
26
|
+
email:
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.6.31
|
3
|
+
Date: Sat, 01 Aug 2009 11:51:35 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
7
|
+
Status: 200 OK
|
8
|
+
X-Runtime: 17ms
|
9
|
+
ETag: "c66e39cb48c89ed6037e008b73b00d39"
|
10
|
+
Cache-Control: private, max-age=0, must-revalidate
|
11
|
+
Content-Length: 315
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: Daniel Lucraft
|
16
|
+
company: Songkick.com
|
17
|
+
following_count: 13
|
18
|
+
public_gist_count: 18
|
19
|
+
public_repo_count: 20
|
20
|
+
blog: http://www.daniellucraft.com/blog
|
21
|
+
id: 6118
|
22
|
+
followers_count: 31
|
23
|
+
login: danlucraft
|
24
|
+
location: London
|
25
|
+
email: dan@fluentradical.com
|
26
|
+
created_at: 2008-04-09 14:14:52 -07:00
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:25 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "c03a6fdfc4f4dbe72a3ddaccace51761"
|
8
|
+
X-Runtime: 18ms
|
9
|
+
Content-Length: 310
|
10
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
11
|
+
Cache-Control: private, max-age=0, must-revalidate
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: David Chelimsky
|
16
|
+
company: Articulated Man, Inc
|
17
|
+
location: Chicago, IL, USA
|
18
|
+
created_at: 2008-02-27 06:51:22 -08:00
|
19
|
+
public_gist_count: 89
|
20
|
+
public_repo_count: 33
|
21
|
+
blog: http://blog.davidchelimsky.net
|
22
|
+
following_count: 7
|
23
|
+
id: 1075
|
24
|
+
followers_count: 187
|
25
|
+
login: dchelimsky
|
26
|
+
email:
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.6.26
|
3
|
+
Date: Sat, 01 Aug 2009 11:51:26 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
7
|
+
Status: 200 OK
|
8
|
+
X-Runtime: 44ms
|
9
|
+
ETag: "8b66f0de1fed46486af65055b060aae0"
|
10
|
+
Cache-Control: private, max-age=0, must-revalidate
|
11
|
+
Content-Length: 316
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: Diego Carrion
|
16
|
+
company: MouseOver Studio
|
17
|
+
following_count: 4
|
18
|
+
public_gist_count: 18
|
19
|
+
public_repo_count: 57
|
20
|
+
blog: http://www.diegocarrion.com
|
21
|
+
id: 13742
|
22
|
+
followers_count: 21
|
23
|
+
login: dcrec1
|
24
|
+
location: Sao Paulo - Brazil
|
25
|
+
email: dc.rec1@gmail.com
|
26
|
+
created_at: 2008-06-14 13:30:15 -07:00
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:26 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "bb09e4f1c596fbe088007f4f06298f9d"
|
8
|
+
X-Runtime: 354ms
|
9
|
+
Content-Length: 315
|
10
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
11
|
+
Cache-Control: private, max-age=0, must-revalidate
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: Chris Wanstrath
|
16
|
+
company: Logical Awesome
|
17
|
+
location: San Francisco, CA
|
18
|
+
created_at: 2007-10-29 07:37:16 -07:00
|
19
|
+
public_gist_count: 199
|
20
|
+
public_repo_count: 83
|
21
|
+
blog: http://defunkt.github.com/
|
22
|
+
following_count: 147
|
23
|
+
id: 2
|
24
|
+
followers_count: 872
|
25
|
+
login: defunkt
|
26
|
+
email: chris@github.com
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.6.31
|
3
|
+
Date: Sat, 01 Aug 2009 11:51:41 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Set-Cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
|
7
|
+
Status: 200 OK
|
8
|
+
X-Runtime: 13ms
|
9
|
+
ETag: "7f44c56ec0ffaafbe45f46b543bd9ea9"
|
10
|
+
Cache-Control: private, max-age=0, must-revalidate
|
11
|
+
Content-Length: 328
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: Marcus Derencius
|
16
|
+
company: Surgeworks.com
|
17
|
+
following_count: 65
|
18
|
+
public_gist_count: 4
|
19
|
+
public_repo_count: 4
|
20
|
+
blog: http://derenci.us
|
21
|
+
id: 2839
|
22
|
+
followers_count: 15
|
23
|
+
login: derencius
|
24
|
+
location: "S\xC3\xA3o Paulo & Ubatuba, Brazil"
|
25
|
+
email: derencius@gmail.com
|
26
|
+
created_at: 2008-03-11 10:11:27 -07:00
|