Sha256: 8b0e9eb36dd4f46b3d0f2d750719f076ae6c07e8e393e5b47ff8120303ddb571

Contents?: true

Size: 1.9 KB

Versions: 3

Compression:

Stored size: 1.9 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :get
    uri: https://api.linkedin.com:443/v1/people-search?count=5&keywords=github&start=5
    body: 
    headers: 
      user-agent: 
      - OAuth gem v0.4.4
      authorization: 
      - OAuth oauth_consumer_key="C2UfeHxZrij1PyppziDLbdUQti6f4TLaL-N0dyiV_us4Pj18_vsHcjKIX0i69fSn", oauth_nonce="efW9d0TjHFPkszKWMt55AyyIhu0lf0fqcX5562fL30", oauth_signature="NLhujA9Isu2Y%2FwFRXCpW9oFGip0%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1305061362", oauth_token="afb39322-be32-4b83-83a0-7e35e18d3082", oauth_version="1.0"
      x-li-format: 
      - json
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 200
      message: OK
    headers: 
      content-type: 
      - application/json;charset=UTF-8
      server: 
      - Apache-Coyote/1.1
      date: 
      - Tue, 10 May 2011 21:02:44 GMT
      x-li-format: 
      - json
      vary: 
      - x-li-format,Accept-Encoding
      transfer-encoding: 
      - chunked
    body: |-
      {
        "numResults": 905,
        "people": {
          "values": [
            {
              "id": "z2XMcxa_dR",
              "lastName": "M.",
              "firstName": "Stephen"
            },
            {
              "id": "cPANxsayPK",
              "lastName": "Private",
              "firstName": ""
            },
            {
              "id": "SbMT09zllx",
              "lastName": "L.",
              "firstName": "Rodolfo"
            },
            {
              "id": "GrH-5d4mH1",
              "lastName": "Barnaba",
              "firstName": "Marcello"
            },
            {
              "id": "pdzrGpyP0h",
              "lastName": "C.",
              "firstName": "Pablo"
            }
          ],
          "_count": 5,
          "_start": 5,
          "_total": 110
        }
      }
    http_version: "1.1"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
crankin-0.3.8 spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option_with_pagination.yml
crankin-0.3.7 spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option_with_pagination.yml
crankin-0.3.6 spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option_with_pagination.yml