Sha256: 8a95424e8206d04a7ba06c66c7062cae1f1b55a1c1b43618a419d604a305ae1b

Contents?: true

Size: 2 KB

Versions: 3

Compression:

Stored size: 2 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :post
    uri: https://simple-note.appspot.com:443/api/login
    body: |
      cGFzc3dvcmQ9cGFzc3dvcmQhJmVtYWlsPXNpbXBsZW5vdGV0ZXN0JTQwbWFp
      bGluYXRvci5jb20=

    headers: 
      connection: 
      - close
      content-type: 
      - application/x-www-form-urlencoded
      content-length: 
      - "78"
      host: 
      - simple-note.appspot.com
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 200
      message: OK
    headers: 
      expires: 
      - Fri, 01 Jan 1990 00:00:00 GMT
      content-type: 
      - text/html; charset=utf-8
      connection: 
      - close
      date: 
      - Sat, 03 Jul 2010 23:25:36 GMT
      server: 
      - Google Frontend
      account-type: 
      - "000"
      set-cookie: 
      - auth=2D3D3762E9204476AF991F3347C50CA9379980415D32962552C40FBE3EE4CBB6; expires=Sat, 17-Jul-2010 23:25:36 GMT
      - email=simplenotetest@mailinator.com; expires=Sat, 17-Jul-2010 23:25:36 GMT
      cache-control: 
      - no-cache
    body: 2D3D3762E9204476AF991F3347C50CA9379980415D32962552C40FBE3EE4CBB6
    http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :get
    uri: https://simple-note.appspot.com:443/api/delete?email=simplenotetest%40mailinator.com&key=key%20that%20doesn't%20exist&auth=2D3D3762E9204476AF991F3347C50CA9379980415D32962552C40FBE3EE4CBB6
    body: 
    headers: 
      connection: 
      - close
      host: 
      - simple-note.appspot.com
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 404
      message: Not Found
    headers: 
      expires: 
      - Fri, 01 Jan 1990 00:00:00 GMT
      content-type: 
      - text/html; charset=utf-8
      connection: 
      - close
      date: 
      - Sat, 03 Jul 2010 23:25:36 GMT
      server: 
      - Google Frontend
      cache-control: 
      - no-cache
    body: "0"
    http_version: "1.1"

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
jugyo-simplenote-0.1.0 test/fixtures/delete_note_with_bad_key.yml
simplenote-0.2.1 test/fixtures/delete_note_with_bad_key.yml
simplenote-0.2.0 test/fixtures/delete_note_with_bad_key.yml