summary refs log tree commit diff
path: root/readme.md
blob: 2e9f63ab6b2c4d8bec0819def0e76cdd86680b32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Net::HTTP::Console

## SYNOPSIS

### USING SPEC

    http-console --spec github.json

    http://github.com/api/v2/> user_information {"username":"franckcuny","format":"json"}
    {
       "user" : {
         "gravatar_id" : "18f15a03a4bda6f5935c2f54dd406fb0",
         "location" : "Paris, FR",
         "followers_count" : 39,
         "name" : "franck",
         "blog" : "http://lumberjaph.net/",
         "public_repo_count" : 84,
         "login" : "franckcuny",
         "email" : "franck@lumberjaph.net",
         "created_at" : "2009/03/02 00:12:31 -0800",
         "public_gist_count" : 20,
         "type" : "User",
         "id" : 59291,
         "company" : "http://linkfluence.net/",
         "following_count" : 61
       }
    }

    http://github.com/api/v2/> show headers
    connection: close
    client-response-num: 1
    cache-control: private, max-age=0, must-revalidate
    set-cookie: _github_ses=BAh7BzoRbG9jYWxlX2d1ZXNzMCIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--e10506e0f6935897cafe4f56774e20aa35e579a5; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
    status: 200 OK
    date: Tue, 31 Aug 2010 15:01:16 GMT
    client-peer: 207.97.227.239:80
    content-length: 373
    client-date: Tue, 31 Aug 2010 15:01:15 GMT
    etag: "b8dacf607867e9478f0cb5c1d095548a"
    x-runtime: 12ms
    content-type: application/json; charset=utf-8
    server: nginx/0.7.67

### USING EXISTING LIB

    http-console --api_lib Net::Backtype

    http://api.backtype.com> help

## DESCRIPTION