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,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:40 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "e198ae5cfa0feec06eadbc3cda653796"
|
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: Matt Hodgson
|
16
|
+
company: YouCastr Inc.
|
17
|
+
location: Boston, MA
|
18
|
+
created_at: 2008-04-24 13:50:00 -07:00
|
19
|
+
public_gist_count: 0
|
20
|
+
public_repo_count: 10
|
21
|
+
blog: http://blog.arandomsample.com
|
22
|
+
following_count: 2
|
23
|
+
id: 8408
|
24
|
+
followers_count: 2
|
25
|
+
login: mhodgson
|
26
|
+
email: mhodgson@youcastr.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:40 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "4fb91ae9ab2cb696dbd8a6752f60a64f"
|
8
|
+
X-Runtime: 13ms
|
9
|
+
Content-Length: 323
|
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: Mocra - the premier Rails/iPhone consultancy
|
16
|
+
company: Mocra
|
17
|
+
location: Brisbane, Australia
|
18
|
+
created_at: 2008-09-01 21:23:14 -07:00
|
19
|
+
public_gist_count: 2
|
20
|
+
public_repo_count: 15
|
21
|
+
blog: http://mocra.com
|
22
|
+
following_count: 5
|
23
|
+
id: 22812
|
24
|
+
followers_count: 47
|
25
|
+
login: mocra
|
26
|
+
email: github@mocra.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:41 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "51161a0ce0e6e5f27334175fe1aa9f5c"
|
8
|
+
X-Runtime: 19ms
|
9
|
+
Content-Length: 317
|
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: Tom Preston-Werner
|
16
|
+
company: Logical Awesome, LLC
|
17
|
+
location: San Francisco
|
18
|
+
created_at: 2007-10-29 07:37:16 -07:00
|
19
|
+
public_gist_count: 64
|
20
|
+
public_repo_count: 44
|
21
|
+
blog: http://tom.preston-werner.com
|
22
|
+
following_count: 8
|
23
|
+
id: 1
|
24
|
+
followers_count: 481
|
25
|
+
login: mojombo
|
26
|
+
email: tom@github.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:42 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "a342fa3a35adfc47ffe2832023c58024"
|
8
|
+
X-Runtime: 14ms
|
9
|
+
Content-Length: 317
|
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: New Bamboo
|
16
|
+
company: http://new-bamboo.co.uk/
|
17
|
+
location: London
|
18
|
+
created_at: 2008-03-17 04:04:08 -07:00
|
19
|
+
public_gist_count: 23
|
20
|
+
public_repo_count: 35
|
21
|
+
blog: http://blog.new-bamboo.co.uk/
|
22
|
+
following_count: 1
|
23
|
+
id: 3196
|
24
|
+
followers_count: 42
|
25
|
+
login: newbamboo
|
26
|
+
email: info@new-bamboo.co.uk
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:42 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "d1a467b24d1dc8a49de5c9157353acd0"
|
8
|
+
X-Runtime: 13ms
|
9
|
+
Content-Length: 284
|
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: Pete Yandell
|
16
|
+
company: Alien Camel
|
17
|
+
location: Melbourne, Australia
|
18
|
+
created_at: 2008-03-25 20:38:40 -07:00
|
19
|
+
public_gist_count: 19
|
20
|
+
public_repo_count: 14
|
21
|
+
blog:
|
22
|
+
following_count: 5
|
23
|
+
id: 3866
|
24
|
+
followers_count: 45
|
25
|
+
login: notahat
|
26
|
+
email: pete@notahat.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:43 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "1b93864a6b629f6e0086e2557965a7aa"
|
8
|
+
X-Runtime: 21ms
|
9
|
+
Content-Length: 302
|
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: Opscode, Inc.
|
16
|
+
company: Opscode, Inc.
|
17
|
+
location: Seattle, WA
|
18
|
+
created_at: 2008-10-18 14:56:20 -07:00
|
19
|
+
public_gist_count: 38
|
20
|
+
public_repo_count: 19
|
21
|
+
blog: http://blog.opscode.com
|
22
|
+
following_count: 0
|
23
|
+
id: 29740
|
24
|
+
followers_count: 120
|
25
|
+
login: opscode
|
26
|
+
email: oss@opscode.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: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: 24ms
|
9
|
+
ETag: "e26aaaaba4b71417df4a521b8930d893"
|
10
|
+
Cache-Control: private, max-age=0, must-revalidate
|
11
|
+
Content-Length: 309
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: Paul Orvin
|
16
|
+
company: WebbyNode
|
17
|
+
following_count: 4
|
18
|
+
public_gist_count: 0
|
19
|
+
public_repo_count: 2
|
20
|
+
blog: http://blog.paulorv.com
|
21
|
+
id: 44928
|
22
|
+
followers_count: 1
|
23
|
+
login: paulorv
|
24
|
+
location: Miami, FL & Sacramento, CA
|
25
|
+
email: paul@webbynode.com
|
26
|
+
created_at: 2009-01-07 11:56:01 -08:00
|
@@ -0,0 +1,21 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:43 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "9ad322f5bbbbf50694a06519b51ac4d0"
|
8
|
+
X-Runtime: 14ms
|
9
|
+
Content-Length: 168
|
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
|
+
created_at: 2008-03-05 17:36:17 -08:00
|
16
|
+
public_gist_count: 5
|
17
|
+
public_repo_count: 9
|
18
|
+
following_count: 4
|
19
|
+
id: 2350
|
20
|
+
followers_count: 5
|
21
|
+
login: pvande
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:44 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "a702638daea90e0fbd0ede13259486dc"
|
8
|
+
X-Runtime: 13ms
|
9
|
+
Content-Length: 299
|
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: Official Rack repositories
|
16
|
+
company:
|
17
|
+
location:
|
18
|
+
created_at: 2008-12-23 15:27:03 -08:00
|
19
|
+
public_gist_count: 2
|
20
|
+
public_repo_count: 3
|
21
|
+
blog: http://rack.rubyforge.org
|
22
|
+
following_count: 0
|
23
|
+
id: 42379
|
24
|
+
followers_count: 73
|
25
|
+
login: rack
|
26
|
+
email: rack-devel@googlegroups.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:45 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "0cb73770f7dd709160cbfa1a53abae10"
|
8
|
+
X-Runtime: 21ms
|
9
|
+
Content-Length: 306
|
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: Ryan Bigg
|
16
|
+
company: Mocra
|
17
|
+
location: Milton, Queensland
|
18
|
+
created_at: 2008-03-10 06:28:14 -07:00
|
19
|
+
public_gist_count: 113
|
20
|
+
public_repo_count: 88
|
21
|
+
blog: http://www.frozenplague.net
|
22
|
+
following_count: 3
|
23
|
+
id: 2687
|
24
|
+
followers_count: 54
|
25
|
+
login: radar
|
26
|
+
email: radarlistener@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:45 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "375456faf3e99bcb8f9e21089d779bae"
|
8
|
+
X-Runtime: 18ms
|
9
|
+
Content-Length: 254
|
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:
|
16
|
+
company:
|
17
|
+
location:
|
18
|
+
created_at: 2008-04-01 18:59:25 -07:00
|
19
|
+
public_gist_count: 1
|
20
|
+
public_repo_count: 32
|
21
|
+
blog: http://weblog.rubyonrails.org/
|
22
|
+
following_count: 0
|
23
|
+
id: 4223
|
24
|
+
followers_count: 1424
|
25
|
+
login: rails
|
26
|
+
email:
|
@@ -0,0 +1,21 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:46 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "cf52e48d3dd4d36725d4c7dd0d7d313b"
|
8
|
+
X-Runtime: 11ms
|
9
|
+
Content-Length: 174
|
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
|
+
created_at: 2009-02-15 16:22:57 -08:00
|
16
|
+
public_gist_count: 0
|
17
|
+
public_repo_count: 1
|
18
|
+
following_count: 0
|
19
|
+
id: 54818
|
20
|
+
followers_count: 1
|
21
|
+
login: railscampau
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.7.61
|
3
|
+
Date: Thu, 05 Nov 2009 21:06:47 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "84f63e70d2033674b221e36f20162290"
|
8
|
+
X-Runtime: 11ms
|
9
|
+
Content-Length: 305
|
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: Christopher
|
16
|
+
company: Agile Disciple
|
17
|
+
location: Cary, NC
|
18
|
+
created_at: 2008-02-23 09:06:05 -08:00
|
19
|
+
public_gist_count: 7
|
20
|
+
public_repo_count: 26
|
21
|
+
blog: http://blog.agiledisciple.com
|
22
|
+
following_count: 43
|
23
|
+
id: 673
|
24
|
+
followers_count: 13
|
25
|
+
login: redinger
|
26
|
+
email: redinger@gmail.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:34 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: "053681a65b8bfa22b98a4841cb368c2c"
|
10
|
+
Cache-Control: private, max-age=0, must-revalidate
|
11
|
+
Content-Length: 287
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: remi Taylor
|
16
|
+
company: Dev Fu!
|
17
|
+
following_count: 28
|
18
|
+
public_gist_count: 9
|
19
|
+
public_repo_count: 69
|
20
|
+
blog: http://remi.org
|
21
|
+
id: 280
|
22
|
+
followers_count: 37
|
23
|
+
login: remi
|
24
|
+
location: tempe, az, usa
|
25
|
+
email: remi@remitaylor.com
|
26
|
+
created_at: 2008-02-14 10:59:31 -08:00
|
@@ -0,0 +1,27 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.6.31
|
3
|
+
Date: Sat, 01 Aug 2009 12:03:50 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: 59ms
|
9
|
+
ETag: "6137c29bf3316f0eb21c20d38ca118a3"
|
10
|
+
Cache-Control: private, max-age=0, must-revalidate
|
11
|
+
Content-Length: 275
|
12
|
+
|
13
|
+
---
|
14
|
+
users:
|
15
|
+
- score: 3.40198
|
16
|
+
name: radar
|
17
|
+
actions: 500
|
18
|
+
language: Ruby
|
19
|
+
followers: 43
|
20
|
+
username: radar
|
21
|
+
type: user
|
22
|
+
fullname: Ryan Bigg
|
23
|
+
repos: 58
|
24
|
+
id: user-2687
|
25
|
+
pushed: "2009-07-29T02:47:14.789Z"
|
26
|
+
created: "2008-03-10T13:28:14Z"
|
27
|
+
location: Milton, Queensland
|
@@ -0,0 +1,26 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Server: nginx/0.6.26
|
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: 125ms
|
9
|
+
ETag: "0da76f0574886aa6ec0135014071f27b"
|
10
|
+
Cache-Control: private, max-age=0, must-revalidate
|
11
|
+
Content-Length: 300
|
12
|
+
|
13
|
+
---
|
14
|
+
user:
|
15
|
+
name: Shane Sveller
|
16
|
+
company:
|
17
|
+
following_count: 23
|
18
|
+
public_gist_count: 13
|
19
|
+
public_repo_count: 6
|
20
|
+
blog: http://shanesveller.com
|
21
|
+
id: 831
|
22
|
+
followers_count: 3
|
23
|
+
login: shanesveller
|
24
|
+
location: Flint, MI, USA
|
25
|
+
email: shanesveller@gmail.com
|
26
|
+
created_at: 2008-02-25 09:00:28 -08: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:47 GMT
|
4
|
+
Content-Type: application/x-yaml; charset=utf-8
|
5
|
+
Connection: keep-alive
|
6
|
+
Status: 200 OK
|
7
|
+
ETag: "f6c85decbb872830da74bfe50796d019"
|
8
|
+
X-Runtime: 15ms
|
9
|
+
Content-Length: 286
|
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: Sean Huber
|
16
|
+
company: ""
|
17
|
+
location: San Diego
|
18
|
+
created_at: 2008-03-06 09:28:24 -08:00
|
19
|
+
public_gist_count: 8
|
20
|
+
public_repo_count: 24
|
21
|
+
blog: http://huberry.com/blog
|
22
|
+
following_count: 10
|
23
|
+
id: 2419
|
24
|
+
followers_count: 22
|
25
|
+
login: shuber
|
26
|
+
email: shuber@huberry.com
|