[
  {
    "scope": "https://api.github.com:443",
    "method": "get",
    "path": "/repos/octokit-fixture-org/release-assets/releases/tags/v1.0.0",
    "body": "",
    "status": 200,
    "response": {
      "url": "https://api.github.com/repos/octokit-fixture-org/release-assets/releases/1000",
      "assets_url": "https://api.github.com/repos/octokit-fixture-org/release-assets/releases/1000/assets",
      "upload_url": "https://uploads.github.com/repos/octokit-fixture-org/release-assets/releases/1000/assets{?name,label}",
      "html_url": "https://github.com/octokit-fixture-org/release-assets/releases/tag/v1.0.0",
      "id": 1000,
      "author": {
        "login": "octokit-fixture-user-a",
        "id": 1000,
        "node_id": "MDA6RW50aXR5MQ==",
        "avatar_url": "https://avatars.githubusercontent.com/u/1000?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/octokit-fixture-user-a",
        "html_url": "https://github.com/octokit-fixture-user-a",
        "followers_url": "https://api.github.com/users/octokit-fixture-user-a/followers",
        "following_url": "https://api.github.com/users/octokit-fixture-user-a/following{/other_user}",
        "gists_url": "https://api.github.com/users/octokit-fixture-user-a/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/octokit-fixture-user-a/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/octokit-fixture-user-a/subscriptions",
        "organizations_url": "https://api.github.com/users/octokit-fixture-user-a/orgs",
        "repos_url": "https://api.github.com/users/octokit-fixture-user-a/repos",
        "events_url": "https://api.github.com/users/octokit-fixture-user-a/events{/privacy}",
        "received_events_url": "https://api.github.com/users/octokit-fixture-user-a/received_events",
        "type": "User",
        "site_admin": false
      },
      "node_id": "MDA6RW50aXR5MQ==",
      "tag_name": "v1.0.0",
      "target_commitish": "0000000000000000000000000000000000000001",
      "name": "Version 1.0.0",
      "draft": false,
      "prerelease": false,
      "created_at": "2017-10-10T16:00:00Z",
      "published_at": "2017-10-10T16:00:00Z",
      "assets": [],
      "tarball_url": "https://api.github.com/repos/octokit-fixture-org/release-assets/tarball/v1.0.0",
      "zipball_url": "https://api.github.com/repos/octokit-fixture-org/release-assets/zipball/v1.0.0",
      "body": "Initial release"
    },
    "reqheaders": {
      "accept": "application/vnd.github.v3+json",
      "authorization": "token 0000000000000000000000000000000000000001",
      "host": "api.github.com"
    },
    "responseIsBinary": false,
    "headers": {
      "access-control-allow-origin": "*",
      "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset",
      "cache-control": "private, max-age=60, s-maxage=60",
      "connection": "close",
      "content-length": "1942",
      "content-security-policy": "default-src 'none'",
      "content-type": "application/json; charset=utf-8",
      "date": "Tue, 10 Oct 2017 16:00:00 GMT",
      "etag": "\"00000000000000000000000000000000\"",
      "last-modified": "Tue, 10 Oct 2017 16:00:00 GMT",
      "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
      "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
      "x-accepted-oauth-scopes": "repo",
      "x-content-type-options": "nosniff",
      "x-frame-options": "deny",
      "x-github-media-type": "github.v3; format=json",
      "x-github-request-id": "0000:00000:0000000:0000000:00000000",
      "x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
      "x-ratelimit-limit": "5000",
      "x-ratelimit-remaining": "4999",
      "x-ratelimit-reset": "1507651200000",
      "x-ratelimit-resource": "core",
      "x-ratelimit-used": 1,
      "x-xss-protection": "0"
    }
  },
  {
    "scope": "https://uploads.github.com:443",
    "method": "post",
    "path": "/repos/octokit-fixture-org/release-assets/releases/1000/assets?name=test-upload.txt&label=test",
    "body": "Hello, world!\n",
    "status": 201,
    "response": {
      "url": "https://api.github.com/repos/octokit-fixture-org/release-assets/releases/assets/1000",
      "id": 1000,
      "node_id": "MDA6RW50aXR5MQ==",
      "name": "test-upload.txt",
      "label": "test",
      "uploader": {
        "login": "octokit-fixture-user-a",
        "id": 1000,
        "node_id": "MDA6RW50aXR5MQ==",
        "avatar_url": "https://avatars.githubusercontent.com/u/1000?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/octokit-fixture-user-a",
        "html_url": "https://github.com/octokit-fixture-user-a",
        "followers_url": "https://api.github.com/users/octokit-fixture-user-a/followers",
        "following_url": "https://api.github.com/users/octokit-fixture-user-a/following{/other_user}",
        "gists_url": "https://api.github.com/users/octokit-fixture-user-a/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/octokit-fixture-user-a/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/octokit-fixture-user-a/subscriptions",
        "organizations_url": "https://api.github.com/users/octokit-fixture-user-a/orgs",
        "repos_url": "https://api.github.com/users/octokit-fixture-user-a/repos",
        "events_url": "https://api.github.com/users/octokit-fixture-user-a/events{/privacy}",
        "received_events_url": "https://api.github.com/users/octokit-fixture-user-a/received_events",
        "type": "User",
        "site_admin": false
      },
      "content_type": "text/plain",
      "state": "uploaded",
      "size": 14,
      "download_count": 42,
      "created_at": "2017-10-10T16:00:00Z",
      "updated_at": "2017-10-10T16:00:00Z",
      "browser_download_url": "https://github.com/octokit-fixture-org/release-assets/releases/download/v1.0.0/test-upload.txt"
    },
    "reqheaders": {
      "accept": "application/vnd.github.v3+json",
      "content-type": "text/plain",
      "authorization": "token 0000000000000000000000000000000000000001",
      "content-length": 14,
      "host": "uploads.github.com"
    },
    "responseIsBinary": false,
    "headers": {
      "cache-control": "no-cache",
      "connection": "close",
      "content-security-policy": "default-src 'none'",
      "content-type": "application/json; charset=utf-8",
      "date": "Tue, 10 Oct 2017 16:00:00 GMT",
      "etag": "\"00000000000000000000000000000000\"",
      "last-modified": "Tue, 10 Oct 2017 16:00:00 GMT",
      "strict-transport-security": "max-age=31557600",
      "x-accepted-oauth-scopes": "repo",
      "x-content-type-options": "nosniff",
      "x-frame-options": "deny",
      "x-github-media-type": "github.v3; format=json",
      "x-github-request-id": "0000:00000:0000000:0000000:00000000",
      "x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
      "x-xss-protection": "1; mode=block",
      "content-length": "1517"
    }
  },
  {
    "scope": "https://api.github.com:443",
    "method": "get",
    "path": "/repos/octokit-fixture-org/release-assets/releases/1000/assets",
    "body": "",
    "status": 200,
    "response": [
      {
        "url": "https://api.github.com/repos/octokit-fixture-org/release-assets/releases/assets/1000",
        "id": 1000,
        "node_id": "MDA6RW50aXR5MQ==",
        "name": "test-upload.txt",
        "label": "test",
        "uploader": {
          "login": "octokit-fixture-user-a",
          "id": 1000,
          "node_id": "MDA6RW50aXR5MQ==",
          "avatar_url": "https://avatars.githubusercontent.com/u/1000?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/octokit-fixture-user-a",
          "html_url": "https://github.com/octokit-fixture-user-a",
          "followers_url": "https://api.github.com/users/octokit-fixture-user-a/followers",
          "following_url": "https://api.github.com/users/octokit-fixture-user-a/following{/other_user}",
          "gists_url": "https://api.github.com/users/octokit-fixture-user-a/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/octokit-fixture-user-a/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/octokit-fixture-user-a/subscriptions",
          "organizations_url": "https://api.github.com/users/octokit-fixture-user-a/orgs",
          "repos_url": "https://api.github.com/users/octokit-fixture-user-a/repos",
          "events_url": "https://api.github.com/users/octokit-fixture-user-a/events{/privacy}",
          "received_events_url": "https://api.github.com/users/octokit-fixture-user-a/received_events",
          "type": "User",
          "site_admin": false
        },
        "content_type": "text/plain",
        "state": "uploaded",
        "size": 14,
        "download_count": 42,
        "created_at": "2017-10-10T16:00:00Z",
        "updated_at": "2017-10-10T16:00:00Z",
        "browser_download_url": "https://github.com/octokit-fixture-org/release-assets/releases/download/v1.0.0/test-upload.txt"
      }
    ],
    "reqheaders": {
      "accept": "application/vnd.github.v3+json",
      "authorization": "token 0000000000000000000000000000000000000001",
      "host": "api.github.com"
    },
    "responseIsBinary": false,
    "headers": {
      "access-control-allow-origin": "*",
      "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset",
      "cache-control": "private, max-age=60, s-maxage=60",
      "connection": "close",
      "content-length": "1519",
      "content-security-policy": "default-src 'none'",
      "content-type": "application/json; charset=utf-8",
      "date": "Tue, 10 Oct 2017 16:00:00 GMT",
      "etag": "\"00000000000000000000000000000000\"",
      "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
      "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
      "x-accepted-oauth-scopes": "repo",
      "x-content-type-options": "nosniff",
      "x-frame-options": "deny",
      "x-github-media-type": "github.v3; format=json",
      "x-github-request-id": "0000:00000:0000000:0000000:00000000",
      "x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
      "x-ratelimit-limit": "5000",
      "x-ratelimit-remaining": "4999",
      "x-ratelimit-reset": "1507651200000",
      "x-ratelimit-resource": "core",
      "x-ratelimit-used": 1,
      "x-xss-protection": "0"
    }
  },
  {
    "scope": "https://api.github.com:443",
    "method": "get",
    "path": "/repos/octokit-fixture-org/release-assets/releases/assets/1000",
    "body": "",
    "status": 200,
    "response": {
      "url": "https://api.github.com/repos/octokit-fixture-org/release-assets/releases/assets/1000",
      "id": 1000,
      "node_id": "MDA6RW50aXR5MQ==",
      "name": "test-upload.txt",
      "label": "test",
      "uploader": {
        "login": "octokit-fixture-user-a",
        "id": 1000,
        "node_id": "MDA6RW50aXR5MQ==",
        "avatar_url": "https://avatars.githubusercontent.com/u/1000?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/octokit-fixture-user-a",
        "html_url": "https://github.com/octokit-fixture-user-a",
        "followers_url": "https://api.github.com/users/octokit-fixture-user-a/followers",
        "following_url": "https://api.github.com/users/octokit-fixture-user-a/following{/other_user}",
        "gists_url": "https://api.github.com/users/octokit-fixture-user-a/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/octokit-fixture-user-a/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/octokit-fixture-user-a/subscriptions",
        "organizations_url": "https://api.github.com/users/octokit-fixture-user-a/orgs",
        "repos_url": "https://api.github.com/users/octokit-fixture-user-a/repos",
        "events_url": "https://api.github.com/users/octokit-fixture-user-a/events{/privacy}",
        "received_events_url": "https://api.github.com/users/octokit-fixture-user-a/received_events",
        "type": "User",
        "site_admin": false
      },
      "content_type": "text/plain",
      "state": "uploaded",
      "size": 14,
      "download_count": 42,
      "created_at": "2017-10-10T16:00:00Z",
      "updated_at": "2017-10-10T16:00:00Z",
      "browser_download_url": "https://github.com/octokit-fixture-org/release-assets/releases/download/v1.0.0/test-upload.txt"
    },
    "reqheaders": {
      "accept": "application/vnd.github.v3+json",
      "authorization": "token 0000000000000000000000000000000000000001",
      "host": "api.github.com"
    },
    "responseIsBinary": false,
    "headers": {
      "access-control-allow-origin": "*",
      "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset",
      "cache-control": "private, max-age=60, s-maxage=60",
      "connection": "close",
      "content-length": "1517",
      "content-security-policy": "default-src 'none'",
      "content-type": "application/json; charset=utf-8",
      "date": "Tue, 10 Oct 2017 16:00:00 GMT",
      "etag": "\"00000000000000000000000000000000\"",
      "last-modified": "Tue, 10 Oct 2017 16:00:00 GMT",
      "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
      "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
      "x-accepted-oauth-scopes": "repo",
      "x-content-type-options": "nosniff",
      "x-frame-options": "deny",
      "x-github-media-type": "github.v3; format=json",
      "x-github-request-id": "0000:00000:0000000:0000000:00000000",
      "x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
      "x-ratelimit-limit": "5000",
      "x-ratelimit-remaining": "4999",
      "x-ratelimit-reset": "1507651200000",
      "x-ratelimit-resource": "core",
      "x-ratelimit-used": 1,
      "x-xss-protection": "0"
    }
  },
  {
    "scope": "https://api.github.com:443",
    "method": "patch",
    "path": "/repos/octokit-fixture-org/release-assets/releases/assets/1000",
    "body": { "name": "new-filename.txt", "label": "new label" },
    "status": 200,
    "response": {
      "url": "https://api.github.com/repos/octokit-fixture-org/release-assets/releases/assets/1000",
      "id": 1000,
      "node_id": "MDA6RW50aXR5MQ==",
      "name": "new-filename.txt",
      "label": "new label",
      "uploader": {
        "login": "octokit-fixture-user-a",
        "id": 1000,
        "node_id": "MDA6RW50aXR5MQ==",
        "avatar_url": "https://avatars.githubusercontent.com/u/1000?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/octokit-fixture-user-a",
        "html_url": "https://github.com/octokit-fixture-user-a",
        "followers_url": "https://api.github.com/users/octokit-fixture-user-a/followers",
        "following_url": "https://api.github.com/users/octokit-fixture-user-a/following{/other_user}",
        "gists_url": "https://api.github.com/users/octokit-fixture-user-a/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/octokit-fixture-user-a/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/octokit-fixture-user-a/subscriptions",
        "organizations_url": "https://api.github.com/users/octokit-fixture-user-a/orgs",
        "repos_url": "https://api.github.com/users/octokit-fixture-user-a/repos",
        "events_url": "https://api.github.com/users/octokit-fixture-user-a/events{/privacy}",
        "received_events_url": "https://api.github.com/users/octokit-fixture-user-a/received_events",
        "type": "User",
        "site_admin": false
      },
      "content_type": "text/plain",
      "state": "uploaded",
      "size": 14,
      "download_count": 42,
      "created_at": "2017-10-10T16:00:00Z",
      "updated_at": "2017-10-10T16:00:00Z",
      "browser_download_url": "https://github.com/octokit-fixture-org/release-assets/releases/download/v1.0.0/new-filename.txt"
    },
    "reqheaders": {
      "accept": "application/vnd.github.v3+json",
      "content-type": "application/json; charset=utf-8",
      "authorization": "token 0000000000000000000000000000000000000001",
      "content-length": 47,
      "host": "api.github.com"
    },
    "responseIsBinary": false,
    "headers": {
      "access-control-allow-origin": "*",
      "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset",
      "cache-control": "private, max-age=60, s-maxage=60",
      "connection": "close",
      "content-length": "1524",
      "content-security-policy": "default-src 'none'",
      "content-type": "application/json; charset=utf-8",
      "date": "Tue, 10 Oct 2017 16:00:00 GMT",
      "etag": "\"00000000000000000000000000000000\"",
      "last-modified": "Tue, 10 Oct 2017 16:00:00 GMT",
      "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
      "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
      "x-accepted-oauth-scopes": "repo",
      "x-content-type-options": "nosniff",
      "x-frame-options": "deny",
      "x-github-media-type": "github.v3; format=json",
      "x-github-request-id": "0000:00000:0000000:0000000:00000000",
      "x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
      "x-ratelimit-limit": "5000",
      "x-ratelimit-remaining": "4999",
      "x-ratelimit-reset": "1507651200000",
      "x-ratelimit-resource": "core",
      "x-ratelimit-used": 1,
      "x-xss-protection": "0"
    }
  },
  {
    "scope": "https://api.github.com:443",
    "method": "delete",
    "path": "/repos/octokit-fixture-org/release-assets/releases/assets/1000",
    "body": "",
    "status": 204,
    "response": "",
    "reqheaders": {
      "accept": "application/vnd.github.v3+json",
      "authorization": "token 0000000000000000000000000000000000000001",
      "host": "api.github.com"
    },
    "responseIsBinary": false,
    "headers": {
      "access-control-allow-origin": "*",
      "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset",
      "connection": "close",
      "content-security-policy": "default-src 'none'",
      "date": "Tue, 10 Oct 2017 16:00:00 GMT",
      "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
      "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
      "x-accepted-oauth-scopes": "repo",
      "x-content-type-options": "nosniff",
      "x-frame-options": "deny",
      "x-github-media-type": "github.v3; format=json",
      "x-github-request-id": "0000:00000:0000000:0000000:00000000",
      "x-oauth-scopes": "admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
      "x-ratelimit-limit": "5000",
      "x-ratelimit-remaining": "4999",
      "x-ratelimit-reset": "1507651200000",
      "x-ratelimit-resource": "core",
      "x-ratelimit-used": 1,
      "x-xss-protection": "0"
    }
  }
]
