Sha256: a58e50f0a140640546cf233e6c1a9bf7e98dfe9022acedf3aac98fd260cd0d15

Contents?: true

Size: 1.57 KB

Versions: 7

Compression:

Stored size: 1.57 KB

Contents

--- 
http_interactions: 
- request: 
    method: get
    uri: http://www.example.com/api?action=client-list&id=api_id1&key=api_key
    body: 
      encoding: UTF-8
      string: ""
    headers: {}
  response: 
    status: 
      code: 200
      message: OK
    body: 
      encoding: UTF-8
      string: <clients>
        <client>
        <id>1</id> 
        <username>vps123</username> 
        <email>vps123@email.com</email> 
        <firstname>phill</firstname> 
        <lastname>smith</lastname> 
        <company>VPS Co</company> 
        <level>Client</level> 
        <status>Active</status> 
        <created>2009-01-01</created> 
        <lastlogin>2010-04-23</lastlogin> 
        </client>
        </clients>
    http_version: "1.1"
  recorded_at: Tue, 01 Nov 2011 04:58:44 GMT
- request: 
    method: get
    uri: http://www.example.com/api?action=client-list&id=api_id2&key=api_key
    body: 
      encoding: UTF-8
      string: ""
    headers: {}
  response: 
    status: 
      code: 200
      message: OK
    body: 
      encoding: UTF-8
      string: <clients>
        </clients>
    http_version: "1.1"
  recorded_at: Tue, 01 Nov 2011 04:58:44 GMT
- request: 
    method: get
    uri: http://www.example.com/api?action=client-list&id=api_id3&key=api_key
    body: 
      encoding: UTF-8
      string: ""
    headers: {}
  response: 
    status: 
      code: 200
      message: OK
    body: 
      encoding: UTF-8
      string: <status>error</status>
        <statusmsg>error message</statusmsg>
    http_version: "1.1"
  recorded_at: Tue, 01 Nov 2011 04:58:44 GMT
recorded_with: VCR 2.0.0

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
solusvm-1.4.0 test/vcr_cassettes/client/list.yml
solusvm-1.3.1 test/vcr_cassettes/client/list.yml
solusvm-1.3.0 test/vcr_cassettes/client/list.yml
solusvm-1.2.1 test/vcr_cassettes/client/list.yml
solusvm-1.2.0 test/vcr_cassettes/client/list.yml
solusvm-1.1.0.beta2 test/vcr_cassettes/client/list.yml
solusvm-1.1.0.beta1 test/vcr_cassettes/client/list.yml