targit 2.2.0 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.circle-ruby +4 -3
- data/.prospectus +8 -8
- data/.rubocop.yml +2 -5
- data/.travis.yml +10 -0
- data/CHANGELOG.md +6 -0
- data/Gemfile +0 -1
- data/README.md +1 -2
- data/Rakefile +1 -2
- data/bin/targit +1 -0
- data/lib/targit/asset.rb +1 -1
- data/lib/targit/client.rb +3 -3
- data/lib/targit/version.rb +1 -1
- data/spec/fixtures/cassettes/asset_autocreate_release.yml +103 -94
- data/spec/fixtures/cassettes/asset_existence_check_fail.yml +79 -73
- data/spec/fixtures/cassettes/asset_existence_check_pass.yml +79 -73
- data/spec/fixtures/cassettes/asset_metadata_absent.yml +79 -76
- data/spec/fixtures/cassettes/asset_metadata_present.yml +251 -232
- data/spec/fixtures/cassettes/asset_url_absent.yml +154 -146
- data/spec/fixtures/cassettes/asset_url_present.yml +252 -237
- data/spec/fixtures/cassettes/asset_without_release.yml +26 -24
- data/spec/fixtures/cassettes/block_existing_asset.yml +79 -73
- data/spec/fixtures/cassettes/create_named_release.yml +80 -76
- data/spec/fixtures/cassettes/create_new_asset.yml +252 -237
- data/spec/fixtures/cassettes/create_new_release.yml +78 -71
- data/spec/fixtures/cassettes/current_asset.yml +22 -158
- data/spec/fixtures/cassettes/current_io_asset.yml +26 -24
- data/spec/fixtures/cassettes/current_releases.yml +26 -24
- data/spec/fixtures/cassettes/delete_asset.yml +207 -195
- data/spec/fixtures/cassettes/no_release_found.yml +26 -24
- data/spec/fixtures/cassettes/release_object.yml +26 -24
- data/spec/fixtures/cassettes/replace_existing_asset.yml +327 -304
- data/spec/spec_helper.rb +3 -13
- data/spec/targit/release_spec.rb +2 -1
- data/targit.gemspec +13 -11
- metadata +50 -37
- data/circle.yml +0 -7
@@ -10,7 +10,9 @@ http_interactions:
|
|
10
10
|
Accept:
|
11
11
|
- application/vnd.github.v3+json
|
12
12
|
User-Agent:
|
13
|
-
- Octokit Ruby Gem
|
13
|
+
- Octokit Ruby Gem 4.15.0
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
14
16
|
Accept-Encoding:
|
15
17
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
18
|
response:
|
@@ -21,7 +23,7 @@ http_interactions:
|
|
21
23
|
Server:
|
22
24
|
- GitHub.com
|
23
25
|
Date:
|
24
|
-
-
|
26
|
+
- Tue, 04 Feb 2020 07:23:35 GMT
|
25
27
|
Content-Type:
|
26
28
|
- application/json; charset=utf-8
|
27
29
|
Transfer-Encoding:
|
@@ -31,40 +33,40 @@ http_interactions:
|
|
31
33
|
X-Ratelimit-Limit:
|
32
34
|
- '5000'
|
33
35
|
X-Ratelimit-Remaining:
|
34
|
-
- '
|
36
|
+
- '4994'
|
35
37
|
X-Ratelimit-Reset:
|
36
|
-
- '
|
38
|
+
- '1580804477'
|
37
39
|
Cache-Control:
|
38
40
|
- private, max-age=60, s-maxage=60
|
39
|
-
X-Oauth-Scopes:
|
40
|
-
- public_repo
|
41
|
-
X-Accepted-Oauth-Scopes:
|
42
|
-
- ''
|
43
41
|
Vary:
|
44
42
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
45
|
-
-
|
43
|
+
X-Oauth-Scopes:
|
44
|
+
- read:org, read:user, repo
|
45
|
+
X-Accepted-Oauth-Scopes:
|
46
|
+
- repo
|
46
47
|
X-Github-Media-Type:
|
47
48
|
- github.v3; format=json
|
48
|
-
X-Xss-Protection:
|
49
|
-
- 1; mode=block
|
50
|
-
X-Frame-Options:
|
51
|
-
- deny
|
52
|
-
Content-Security-Policy:
|
53
|
-
- default-src 'none'
|
54
|
-
Access-Control-Allow-Credentials:
|
55
|
-
- 'true'
|
56
49
|
Access-Control-Expose-Headers:
|
57
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
58
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
50
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
51
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
52
|
+
X-GitHub-Media-Type
|
59
53
|
Access-Control-Allow-Origin:
|
60
54
|
- "*"
|
61
55
|
Strict-Transport-Security:
|
62
|
-
- max-age=31536000; includeSubdomains
|
56
|
+
- max-age=31536000; includeSubdomains; preload
|
57
|
+
X-Frame-Options:
|
58
|
+
- deny
|
63
59
|
X-Content-Type-Options:
|
64
60
|
- nosniff
|
61
|
+
X-Xss-Protection:
|
62
|
+
- 1; mode=block
|
63
|
+
Referrer-Policy:
|
64
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
65
|
+
Content-Security-Policy:
|
66
|
+
- default-src 'none'
|
65
67
|
body:
|
66
|
-
encoding:
|
67
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/
|
68
|
+
encoding: ASCII-8BIT
|
69
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/23363520","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363520/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363520/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/testing","id":23363520,"node_id":"MDc6UmVsZWFzZTIzMzYzNTIw","tag_name":"testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:22:02Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/1980148","assets_url":"https://api.github.com/repos/akerl/targit/releases/1980148/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/1980148/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/1.1.0","id":1980148,"node_id":"MDc6UmVsZWFzZTE5ODAxNDg=","tag_name":"1.1.0","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2015-10-14T02:33:04Z","published_at":"2015-10-19T05:15:22Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/1.1.0","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/1.1.0","body":null}]'
|
68
70
|
http_version:
|
69
|
-
recorded_at:
|
70
|
-
recorded_with: VCR
|
71
|
+
recorded_at: Tue, 04 Feb 2020 07:23:35 GMT
|
72
|
+
recorded_with: VCR 5.0.0
|
@@ -10,7 +10,9 @@ http_interactions:
|
|
10
10
|
Accept:
|
11
11
|
- application/vnd.github.v3+json
|
12
12
|
User-Agent:
|
13
|
-
- Octokit Ruby Gem
|
13
|
+
- Octokit Ruby Gem 4.15.0
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
14
16
|
Accept-Encoding:
|
15
17
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
18
|
response:
|
@@ -21,7 +23,7 @@ http_interactions:
|
|
21
23
|
Server:
|
22
24
|
- GitHub.com
|
23
25
|
Date:
|
24
|
-
-
|
26
|
+
- Tue, 04 Feb 2020 07:23:47 GMT
|
25
27
|
Content-Type:
|
26
28
|
- application/json; charset=utf-8
|
27
29
|
Transfer-Encoding:
|
@@ -31,40 +33,40 @@ http_interactions:
|
|
31
33
|
X-Ratelimit-Limit:
|
32
34
|
- '5000'
|
33
35
|
X-Ratelimit-Remaining:
|
34
|
-
- '
|
36
|
+
- '4909'
|
35
37
|
X-Ratelimit-Reset:
|
36
|
-
- '
|
38
|
+
- '1580804477'
|
37
39
|
Cache-Control:
|
38
40
|
- private, max-age=60, s-maxage=60
|
39
|
-
X-Oauth-Scopes:
|
40
|
-
- public_repo
|
41
|
-
X-Accepted-Oauth-Scopes:
|
42
|
-
- ''
|
43
41
|
Vary:
|
44
42
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
45
|
-
-
|
43
|
+
X-Oauth-Scopes:
|
44
|
+
- read:org, read:user, repo
|
45
|
+
X-Accepted-Oauth-Scopes:
|
46
|
+
- repo
|
46
47
|
X-Github-Media-Type:
|
47
48
|
- github.v3; format=json
|
48
|
-
X-Xss-Protection:
|
49
|
-
- 1; mode=block
|
50
|
-
X-Frame-Options:
|
51
|
-
- deny
|
52
|
-
Content-Security-Policy:
|
53
|
-
- default-src 'none'
|
54
|
-
Access-Control-Allow-Credentials:
|
55
|
-
- 'true'
|
56
49
|
Access-Control-Expose-Headers:
|
57
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
58
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
50
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
51
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
52
|
+
X-GitHub-Media-Type
|
59
53
|
Access-Control-Allow-Origin:
|
60
54
|
- "*"
|
61
55
|
Strict-Transport-Security:
|
62
|
-
- max-age=31536000; includeSubdomains
|
56
|
+
- max-age=31536000; includeSubdomains; preload
|
57
|
+
X-Frame-Options:
|
58
|
+
- deny
|
63
59
|
X-Content-Type-Options:
|
64
60
|
- nosniff
|
61
|
+
X-Xss-Protection:
|
62
|
+
- 1; mode=block
|
63
|
+
Referrer-Policy:
|
64
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
65
|
+
Content-Security-Policy:
|
66
|
+
- default-src 'none'
|
65
67
|
body:
|
66
|
-
encoding:
|
67
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/
|
68
|
+
encoding: ASCII-8BIT
|
69
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/23363541","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363541/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363541/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/new_release","id":23363541,"node_id":"MDc6UmVsZWFzZTIzMzYzNTQx","tag_name":"new_release","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:46Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/new_release","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/new_release","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/23363538","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363538/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363538/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/meta_testing","id":23363538,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM4","tag_name":"meta_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:41Z","assets":[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779578","id":17779578,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc4","name":"beta","label":"","uploader":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":12,"download_count":0,"created_at":"2020-02-04T07:23:42Z","updated_at":"2020-02-04T07:23:42Z","browser_download_url":"https://github.com/akerl/targit/releases/download/meta_testing/beta"}],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/meta_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/meta_testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/23363537","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363537/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363537/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/more_testing","id":23363537,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM3","tag_name":"more_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:35Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/more_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/more_testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/23363520","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363520/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363520/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/testing","id":23363520,"node_id":"MDc6UmVsZWFzZTIzMzYzNTIw","tag_name":"testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:22:02Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/1980148","assets_url":"https://api.github.com/repos/akerl/targit/releases/1980148/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/1980148/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/1.1.0","id":1980148,"node_id":"MDc6UmVsZWFzZTE5ODAxNDg=","tag_name":"1.1.0","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2015-10-14T02:33:04Z","published_at":"2015-10-19T05:15:22Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/1.1.0","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/1.1.0","body":null}]'
|
68
70
|
http_version:
|
69
|
-
recorded_at:
|
70
|
-
recorded_with: VCR
|
71
|
+
recorded_at: Tue, 04 Feb 2020 07:23:47 GMT
|
72
|
+
recorded_with: VCR 5.0.0
|
@@ -10,7 +10,9 @@ http_interactions:
|
|
10
10
|
Accept:
|
11
11
|
- application/vnd.github.v3+json
|
12
12
|
User-Agent:
|
13
|
-
- Octokit Ruby Gem
|
13
|
+
- Octokit Ruby Gem 4.15.0
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
14
16
|
Accept-Encoding:
|
15
17
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
18
|
response:
|
@@ -21,7 +23,7 @@ http_interactions:
|
|
21
23
|
Server:
|
22
24
|
- GitHub.com
|
23
25
|
Date:
|
24
|
-
-
|
26
|
+
- Tue, 04 Feb 2020 07:23:40 GMT
|
25
27
|
Content-Type:
|
26
28
|
- application/json; charset=utf-8
|
27
29
|
Transfer-Encoding:
|
@@ -31,45 +33,45 @@ http_interactions:
|
|
31
33
|
X-Ratelimit-Limit:
|
32
34
|
- '5000'
|
33
35
|
X-Ratelimit-Remaining:
|
34
|
-
- '
|
36
|
+
- '4954'
|
35
37
|
X-Ratelimit-Reset:
|
36
|
-
- '
|
38
|
+
- '1580804477'
|
37
39
|
Cache-Control:
|
38
40
|
- private, max-age=60, s-maxage=60
|
39
|
-
X-Oauth-Scopes:
|
40
|
-
- public_repo
|
41
|
-
X-Accepted-Oauth-Scopes:
|
42
|
-
- ''
|
43
41
|
Vary:
|
44
42
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
45
|
-
-
|
43
|
+
X-Oauth-Scopes:
|
44
|
+
- read:org, read:user, repo
|
45
|
+
X-Accepted-Oauth-Scopes:
|
46
|
+
- repo
|
46
47
|
X-Github-Media-Type:
|
47
48
|
- github.v3; format=json
|
48
|
-
X-Xss-Protection:
|
49
|
-
- 1; mode=block
|
50
|
-
X-Frame-Options:
|
51
|
-
- deny
|
52
|
-
Content-Security-Policy:
|
53
|
-
- default-src 'none'
|
54
|
-
Access-Control-Allow-Credentials:
|
55
|
-
- 'true'
|
56
49
|
Access-Control-Expose-Headers:
|
57
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
58
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
50
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
51
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
52
|
+
X-GitHub-Media-Type
|
59
53
|
Access-Control-Allow-Origin:
|
60
54
|
- "*"
|
61
55
|
Strict-Transport-Security:
|
62
|
-
- max-age=31536000; includeSubdomains
|
56
|
+
- max-age=31536000; includeSubdomains; preload
|
57
|
+
X-Frame-Options:
|
58
|
+
- deny
|
63
59
|
X-Content-Type-Options:
|
64
60
|
- nosniff
|
61
|
+
X-Xss-Protection:
|
62
|
+
- 1; mode=block
|
63
|
+
Referrer-Policy:
|
64
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
65
|
+
Content-Security-Policy:
|
66
|
+
- default-src 'none'
|
65
67
|
body:
|
66
|
-
encoding:
|
67
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/
|
68
|
+
encoding: ASCII-8BIT
|
69
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/23363537","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363537/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363537/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/more_testing","id":23363537,"node_id":"MDc6UmVsZWFzZTIzMzYzNTM3","tag_name":"more_testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:23:35Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/more_testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/more_testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/23363520","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363520/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363520/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/testing","id":23363520,"node_id":"MDc6UmVsZWFzZTIzMzYzNTIw","tag_name":"testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:22:02Z","assets":[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779577","id":17779577,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc3","name":"beta","label":"","uploader":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":12,"download_count":0,"created_at":"2020-02-04T07:23:38Z","updated_at":"2020-02-04T07:23:39Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/testing","body":null},{"url":"https://api.github.com/repos/akerl/targit/releases/1980148","assets_url":"https://api.github.com/repos/akerl/targit/releases/1980148/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/1980148/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/1.1.0","id":1980148,"node_id":"MDc6UmVsZWFzZTE5ODAxNDg=","tag_name":"1.1.0","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2015-10-14T02:33:04Z","published_at":"2015-10-19T05:15:22Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/1.1.0","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/1.1.0","body":null}]'
|
68
70
|
http_version:
|
69
|
-
recorded_at:
|
71
|
+
recorded_at: Tue, 04 Feb 2020 07:23:40 GMT
|
70
72
|
- request:
|
71
73
|
method: get
|
72
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
74
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520
|
73
75
|
body:
|
74
76
|
encoding: US-ASCII
|
75
77
|
string: ''
|
@@ -77,7 +79,9 @@ http_interactions:
|
|
77
79
|
Accept:
|
78
80
|
- application/vnd.github.v3+json
|
79
81
|
User-Agent:
|
80
|
-
- Octokit Ruby Gem
|
82
|
+
- Octokit Ruby Gem 4.15.0
|
83
|
+
Content-Type:
|
84
|
+
- application/json
|
81
85
|
Accept-Encoding:
|
82
86
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
83
87
|
response:
|
@@ -88,7 +92,7 @@ http_interactions:
|
|
88
92
|
Server:
|
89
93
|
- GitHub.com
|
90
94
|
Date:
|
91
|
-
-
|
95
|
+
- Tue, 04 Feb 2020 07:23:40 GMT
|
92
96
|
Content-Type:
|
93
97
|
- application/json; charset=utf-8
|
94
98
|
Transfer-Encoding:
|
@@ -98,47 +102,47 @@ http_interactions:
|
|
98
102
|
X-Ratelimit-Limit:
|
99
103
|
- '5000'
|
100
104
|
X-Ratelimit-Remaining:
|
101
|
-
- '
|
105
|
+
- '4953'
|
102
106
|
X-Ratelimit-Reset:
|
103
|
-
- '
|
107
|
+
- '1580804477'
|
104
108
|
Cache-Control:
|
105
109
|
- private, max-age=60, s-maxage=60
|
110
|
+
Vary:
|
111
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
106
112
|
Last-Modified:
|
107
|
-
-
|
113
|
+
- Tue, 04 Feb 2020 07:22:02 GMT
|
108
114
|
X-Oauth-Scopes:
|
109
|
-
-
|
115
|
+
- read:org, read:user, repo
|
110
116
|
X-Accepted-Oauth-Scopes:
|
111
|
-
-
|
112
|
-
Vary:
|
113
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
114
|
-
- Accept-Encoding
|
117
|
+
- repo
|
115
118
|
X-Github-Media-Type:
|
116
119
|
- github.v3; format=json
|
117
|
-
X-Xss-Protection:
|
118
|
-
- 1; mode=block
|
119
|
-
X-Frame-Options:
|
120
|
-
- deny
|
121
|
-
Content-Security-Policy:
|
122
|
-
- default-src 'none'
|
123
|
-
Access-Control-Allow-Credentials:
|
124
|
-
- 'true'
|
125
120
|
Access-Control-Expose-Headers:
|
126
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
127
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
121
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
122
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
123
|
+
X-GitHub-Media-Type
|
128
124
|
Access-Control-Allow-Origin:
|
129
125
|
- "*"
|
130
126
|
Strict-Transport-Security:
|
131
|
-
- max-age=31536000; includeSubdomains
|
127
|
+
- max-age=31536000; includeSubdomains; preload
|
128
|
+
X-Frame-Options:
|
129
|
+
- deny
|
132
130
|
X-Content-Type-Options:
|
133
131
|
- nosniff
|
132
|
+
X-Xss-Protection:
|
133
|
+
- 1; mode=block
|
134
|
+
Referrer-Policy:
|
135
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
136
|
+
Content-Security-Policy:
|
137
|
+
- default-src 'none'
|
134
138
|
body:
|
135
|
-
encoding:
|
136
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/
|
139
|
+
encoding: ASCII-8BIT
|
140
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/23363520","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363520/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363520/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/testing","id":23363520,"node_id":"MDc6UmVsZWFzZTIzMzYzNTIw","tag_name":"testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:22:02Z","assets":[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779577","id":17779577,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc3","name":"beta","label":"","uploader":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":12,"download_count":0,"created_at":"2020-02-04T07:23:38Z","updated_at":"2020-02-04T07:23:39Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/testing","body":null}'
|
137
141
|
http_version:
|
138
|
-
recorded_at:
|
142
|
+
recorded_at: Tue, 04 Feb 2020 07:23:40 GMT
|
139
143
|
- request:
|
140
144
|
method: get
|
141
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
145
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520/assets?per_page=100
|
142
146
|
body:
|
143
147
|
encoding: US-ASCII
|
144
148
|
string: ''
|
@@ -146,7 +150,9 @@ http_interactions:
|
|
146
150
|
Accept:
|
147
151
|
- application/vnd.github.v3+json
|
148
152
|
User-Agent:
|
149
|
-
- Octokit Ruby Gem
|
153
|
+
- Octokit Ruby Gem 4.15.0
|
154
|
+
Content-Type:
|
155
|
+
- application/json
|
150
156
|
Accept-Encoding:
|
151
157
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
152
158
|
response:
|
@@ -157,7 +163,7 @@ http_interactions:
|
|
157
163
|
Server:
|
158
164
|
- GitHub.com
|
159
165
|
Date:
|
160
|
-
-
|
166
|
+
- Tue, 04 Feb 2020 07:23:40 GMT
|
161
167
|
Content-Type:
|
162
168
|
- application/json; charset=utf-8
|
163
169
|
Transfer-Encoding:
|
@@ -167,45 +173,45 @@ http_interactions:
|
|
167
173
|
X-Ratelimit-Limit:
|
168
174
|
- '5000'
|
169
175
|
X-Ratelimit-Remaining:
|
170
|
-
- '
|
176
|
+
- '4952'
|
171
177
|
X-Ratelimit-Reset:
|
172
|
-
- '
|
178
|
+
- '1580804476'
|
173
179
|
Cache-Control:
|
174
180
|
- private, max-age=60, s-maxage=60
|
175
|
-
X-Oauth-Scopes:
|
176
|
-
- public_repo
|
177
|
-
X-Accepted-Oauth-Scopes:
|
178
|
-
- ''
|
179
181
|
Vary:
|
180
182
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
181
|
-
-
|
183
|
+
X-Oauth-Scopes:
|
184
|
+
- read:org, read:user, repo
|
185
|
+
X-Accepted-Oauth-Scopes:
|
186
|
+
- repo
|
182
187
|
X-Github-Media-Type:
|
183
188
|
- github.v3; format=json
|
184
|
-
X-Xss-Protection:
|
185
|
-
- 1; mode=block
|
186
|
-
X-Frame-Options:
|
187
|
-
- deny
|
188
|
-
Content-Security-Policy:
|
189
|
-
- default-src 'none'
|
190
|
-
Access-Control-Allow-Credentials:
|
191
|
-
- 'true'
|
192
189
|
Access-Control-Expose-Headers:
|
193
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
194
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
190
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
191
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
192
|
+
X-GitHub-Media-Type
|
195
193
|
Access-Control-Allow-Origin:
|
196
194
|
- "*"
|
197
195
|
Strict-Transport-Security:
|
198
|
-
- max-age=31536000; includeSubdomains
|
196
|
+
- max-age=31536000; includeSubdomains; preload
|
197
|
+
X-Frame-Options:
|
198
|
+
- deny
|
199
199
|
X-Content-Type-Options:
|
200
200
|
- nosniff
|
201
|
+
X-Xss-Protection:
|
202
|
+
- 1; mode=block
|
203
|
+
Referrer-Policy:
|
204
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
205
|
+
Content-Security-Policy:
|
206
|
+
- default-src 'none'
|
201
207
|
body:
|
202
|
-
encoding:
|
203
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/
|
208
|
+
encoding: ASCII-8BIT
|
209
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779577","id":17779577,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc3","name":"beta","label":"","uploader":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":12,"download_count":0,"created_at":"2020-02-04T07:23:38Z","updated_at":"2020-02-04T07:23:39Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}]'
|
204
210
|
http_version:
|
205
|
-
recorded_at:
|
211
|
+
recorded_at: Tue, 04 Feb 2020 07:23:40 GMT
|
206
212
|
- request:
|
207
213
|
method: get
|
208
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
214
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520
|
209
215
|
body:
|
210
216
|
encoding: US-ASCII
|
211
217
|
string: ''
|
@@ -213,7 +219,9 @@ http_interactions:
|
|
213
219
|
Accept:
|
214
220
|
- application/vnd.github.v3+json
|
215
221
|
User-Agent:
|
216
|
-
- Octokit Ruby Gem
|
222
|
+
- Octokit Ruby Gem 4.15.0
|
223
|
+
Content-Type:
|
224
|
+
- application/json
|
217
225
|
Accept-Encoding:
|
218
226
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
219
227
|
response:
|
@@ -224,7 +232,7 @@ http_interactions:
|
|
224
232
|
Server:
|
225
233
|
- GitHub.com
|
226
234
|
Date:
|
227
|
-
-
|
235
|
+
- Tue, 04 Feb 2020 07:23:40 GMT
|
228
236
|
Content-Type:
|
229
237
|
- application/json; charset=utf-8
|
230
238
|
Transfer-Encoding:
|
@@ -234,47 +242,47 @@ http_interactions:
|
|
234
242
|
X-Ratelimit-Limit:
|
235
243
|
- '5000'
|
236
244
|
X-Ratelimit-Remaining:
|
237
|
-
- '
|
245
|
+
- '4951'
|
238
246
|
X-Ratelimit-Reset:
|
239
|
-
- '
|
247
|
+
- '1580804476'
|
240
248
|
Cache-Control:
|
241
249
|
- private, max-age=60, s-maxage=60
|
250
|
+
Vary:
|
251
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
242
252
|
Last-Modified:
|
243
|
-
-
|
253
|
+
- Tue, 04 Feb 2020 07:22:02 GMT
|
244
254
|
X-Oauth-Scopes:
|
245
|
-
-
|
255
|
+
- read:org, read:user, repo
|
246
256
|
X-Accepted-Oauth-Scopes:
|
247
|
-
-
|
248
|
-
Vary:
|
249
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
250
|
-
- Accept-Encoding
|
257
|
+
- repo
|
251
258
|
X-Github-Media-Type:
|
252
259
|
- github.v3; format=json
|
253
|
-
X-Xss-Protection:
|
254
|
-
- 1; mode=block
|
255
|
-
X-Frame-Options:
|
256
|
-
- deny
|
257
|
-
Content-Security-Policy:
|
258
|
-
- default-src 'none'
|
259
|
-
Access-Control-Allow-Credentials:
|
260
|
-
- 'true'
|
261
260
|
Access-Control-Expose-Headers:
|
262
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
263
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
261
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
262
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
263
|
+
X-GitHub-Media-Type
|
264
264
|
Access-Control-Allow-Origin:
|
265
265
|
- "*"
|
266
266
|
Strict-Transport-Security:
|
267
|
-
- max-age=31536000; includeSubdomains
|
267
|
+
- max-age=31536000; includeSubdomains; preload
|
268
|
+
X-Frame-Options:
|
269
|
+
- deny
|
268
270
|
X-Content-Type-Options:
|
269
271
|
- nosniff
|
272
|
+
X-Xss-Protection:
|
273
|
+
- 1; mode=block
|
274
|
+
Referrer-Policy:
|
275
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
276
|
+
Content-Security-Policy:
|
277
|
+
- default-src 'none'
|
270
278
|
body:
|
271
|
-
encoding:
|
272
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/
|
279
|
+
encoding: ASCII-8BIT
|
280
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/23363520","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363520/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363520/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/testing","id":23363520,"node_id":"MDc6UmVsZWFzZTIzMzYzNTIw","tag_name":"testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:22:02Z","assets":[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779577","id":17779577,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc3","name":"beta","label":"","uploader":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":12,"download_count":0,"created_at":"2020-02-04T07:23:38Z","updated_at":"2020-02-04T07:23:39Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/testing","body":null}'
|
273
281
|
http_version:
|
274
|
-
recorded_at:
|
282
|
+
recorded_at: Tue, 04 Feb 2020 07:23:40 GMT
|
275
283
|
- request:
|
276
284
|
method: get
|
277
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
285
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520/assets?per_page=100
|
278
286
|
body:
|
279
287
|
encoding: US-ASCII
|
280
288
|
string: ''
|
@@ -282,7 +290,9 @@ http_interactions:
|
|
282
290
|
Accept:
|
283
291
|
- application/vnd.github.v3+json
|
284
292
|
User-Agent:
|
285
|
-
- Octokit Ruby Gem
|
293
|
+
- Octokit Ruby Gem 4.15.0
|
294
|
+
Content-Type:
|
295
|
+
- application/json
|
286
296
|
Accept-Encoding:
|
287
297
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
288
298
|
response:
|
@@ -293,7 +303,7 @@ http_interactions:
|
|
293
303
|
Server:
|
294
304
|
- GitHub.com
|
295
305
|
Date:
|
296
|
-
-
|
306
|
+
- Tue, 04 Feb 2020 07:23:40 GMT
|
297
307
|
Content-Type:
|
298
308
|
- application/json; charset=utf-8
|
299
309
|
Transfer-Encoding:
|
@@ -303,45 +313,45 @@ http_interactions:
|
|
303
313
|
X-Ratelimit-Limit:
|
304
314
|
- '5000'
|
305
315
|
X-Ratelimit-Remaining:
|
306
|
-
- '
|
316
|
+
- '4950'
|
307
317
|
X-Ratelimit-Reset:
|
308
|
-
- '
|
318
|
+
- '1580804476'
|
309
319
|
Cache-Control:
|
310
320
|
- private, max-age=60, s-maxage=60
|
311
|
-
X-Oauth-Scopes:
|
312
|
-
- public_repo
|
313
|
-
X-Accepted-Oauth-Scopes:
|
314
|
-
- ''
|
315
321
|
Vary:
|
316
322
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
317
|
-
-
|
323
|
+
X-Oauth-Scopes:
|
324
|
+
- read:org, read:user, repo
|
325
|
+
X-Accepted-Oauth-Scopes:
|
326
|
+
- repo
|
318
327
|
X-Github-Media-Type:
|
319
328
|
- github.v3; format=json
|
320
|
-
X-Xss-Protection:
|
321
|
-
- 1; mode=block
|
322
|
-
X-Frame-Options:
|
323
|
-
- deny
|
324
|
-
Content-Security-Policy:
|
325
|
-
- default-src 'none'
|
326
|
-
Access-Control-Allow-Credentials:
|
327
|
-
- 'true'
|
328
329
|
Access-Control-Expose-Headers:
|
329
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
330
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
330
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
331
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
332
|
+
X-GitHub-Media-Type
|
331
333
|
Access-Control-Allow-Origin:
|
332
334
|
- "*"
|
333
335
|
Strict-Transport-Security:
|
334
|
-
- max-age=31536000; includeSubdomains
|
336
|
+
- max-age=31536000; includeSubdomains; preload
|
337
|
+
X-Frame-Options:
|
338
|
+
- deny
|
335
339
|
X-Content-Type-Options:
|
336
340
|
- nosniff
|
341
|
+
X-Xss-Protection:
|
342
|
+
- 1; mode=block
|
343
|
+
Referrer-Policy:
|
344
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
345
|
+
Content-Security-Policy:
|
346
|
+
- default-src 'none'
|
337
347
|
body:
|
338
|
-
encoding:
|
339
|
-
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/
|
348
|
+
encoding: ASCII-8BIT
|
349
|
+
string: '[{"url":"https://api.github.com/repos/akerl/targit/releases/assets/17779577","id":17779577,"node_id":"MDEyOlJlbGVhc2VBc3NldDE3Nzc5NTc3","name":"beta","label":"","uploader":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":12,"download_count":0,"created_at":"2020-02-04T07:23:38Z","updated_at":"2020-02-04T07:23:39Z","browser_download_url":"https://github.com/akerl/targit/releases/download/testing/beta"}]'
|
340
350
|
http_version:
|
341
|
-
recorded_at:
|
351
|
+
recorded_at: Tue, 04 Feb 2020 07:23:40 GMT
|
342
352
|
- request:
|
343
353
|
method: delete
|
344
|
-
uri: https://api.github.com/repos/akerl/targit/releases/assets/
|
354
|
+
uri: https://api.github.com/repos/akerl/targit/releases/assets/17779577
|
345
355
|
body:
|
346
356
|
encoding: UTF-8
|
347
357
|
string: "{}"
|
@@ -349,7 +359,9 @@ http_interactions:
|
|
349
359
|
Accept:
|
350
360
|
- application/vnd.github.v3+json
|
351
361
|
User-Agent:
|
352
|
-
- Octokit Ruby Gem
|
362
|
+
- Octokit Ruby Gem 4.15.0
|
363
|
+
Content-Type:
|
364
|
+
- application/json
|
353
365
|
Accept-Encoding:
|
354
366
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
355
367
|
response:
|
@@ -360,48 +372,47 @@ http_interactions:
|
|
360
372
|
Server:
|
361
373
|
- GitHub.com
|
362
374
|
Date:
|
363
|
-
-
|
375
|
+
- Tue, 04 Feb 2020 07:23:41 GMT
|
364
376
|
Status:
|
365
377
|
- 204 No Content
|
366
378
|
X-Ratelimit-Limit:
|
367
379
|
- '5000'
|
368
380
|
X-Ratelimit-Remaining:
|
369
|
-
- '
|
381
|
+
- '4949'
|
370
382
|
X-Ratelimit-Reset:
|
371
|
-
- '
|
383
|
+
- '1580804477'
|
372
384
|
X-Oauth-Scopes:
|
373
|
-
-
|
385
|
+
- read:org, read:user, repo
|
374
386
|
X-Accepted-Oauth-Scopes:
|
375
|
-
-
|
387
|
+
- repo
|
376
388
|
X-Github-Media-Type:
|
377
389
|
- github.v3; format=json
|
378
|
-
X-Xss-Protection:
|
379
|
-
- 1; mode=block
|
380
|
-
X-Frame-Options:
|
381
|
-
- deny
|
382
|
-
Content-Security-Policy:
|
383
|
-
- default-src 'none'
|
384
|
-
Access-Control-Allow-Credentials:
|
385
|
-
- 'true'
|
386
390
|
Access-Control-Expose-Headers:
|
387
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
388
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
391
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
392
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
393
|
+
X-GitHub-Media-Type
|
389
394
|
Access-Control-Allow-Origin:
|
390
395
|
- "*"
|
391
396
|
Strict-Transport-Security:
|
392
|
-
- max-age=31536000; includeSubdomains
|
397
|
+
- max-age=31536000; includeSubdomains; preload
|
398
|
+
X-Frame-Options:
|
399
|
+
- deny
|
393
400
|
X-Content-Type-Options:
|
394
401
|
- nosniff
|
395
|
-
|
396
|
-
-
|
402
|
+
X-Xss-Protection:
|
403
|
+
- 1; mode=block
|
404
|
+
Referrer-Policy:
|
405
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
406
|
+
Content-Security-Policy:
|
407
|
+
- default-src 'none'
|
397
408
|
body:
|
398
409
|
encoding: UTF-8
|
399
410
|
string: ''
|
400
411
|
http_version:
|
401
|
-
recorded_at:
|
412
|
+
recorded_at: Tue, 04 Feb 2020 07:23:41 GMT
|
402
413
|
- request:
|
403
414
|
method: get
|
404
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
415
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520
|
405
416
|
body:
|
406
417
|
encoding: US-ASCII
|
407
418
|
string: ''
|
@@ -409,7 +420,9 @@ http_interactions:
|
|
409
420
|
Accept:
|
410
421
|
- application/vnd.github.v3+json
|
411
422
|
User-Agent:
|
412
|
-
- Octokit Ruby Gem
|
423
|
+
- Octokit Ruby Gem 4.15.0
|
424
|
+
Content-Type:
|
425
|
+
- application/json
|
413
426
|
Accept-Encoding:
|
414
427
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
415
428
|
response:
|
@@ -420,7 +433,7 @@ http_interactions:
|
|
420
433
|
Server:
|
421
434
|
- GitHub.com
|
422
435
|
Date:
|
423
|
-
-
|
436
|
+
- Tue, 04 Feb 2020 07:23:41 GMT
|
424
437
|
Content-Type:
|
425
438
|
- application/json; charset=utf-8
|
426
439
|
Transfer-Encoding:
|
@@ -430,47 +443,47 @@ http_interactions:
|
|
430
443
|
X-Ratelimit-Limit:
|
431
444
|
- '5000'
|
432
445
|
X-Ratelimit-Remaining:
|
433
|
-
- '
|
446
|
+
- '4948'
|
434
447
|
X-Ratelimit-Reset:
|
435
|
-
- '
|
448
|
+
- '1580804477'
|
436
449
|
Cache-Control:
|
437
450
|
- private, max-age=60, s-maxage=60
|
451
|
+
Vary:
|
452
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
438
453
|
Last-Modified:
|
439
|
-
-
|
454
|
+
- Tue, 04 Feb 2020 07:22:02 GMT
|
440
455
|
X-Oauth-Scopes:
|
441
|
-
-
|
456
|
+
- read:org, read:user, repo
|
442
457
|
X-Accepted-Oauth-Scopes:
|
443
|
-
-
|
444
|
-
Vary:
|
445
|
-
- Accept, Authorization, Cookie, X-GitHub-OTP
|
446
|
-
- Accept-Encoding
|
458
|
+
- repo
|
447
459
|
X-Github-Media-Type:
|
448
460
|
- github.v3; format=json
|
449
|
-
X-Xss-Protection:
|
450
|
-
- 1; mode=block
|
451
|
-
X-Frame-Options:
|
452
|
-
- deny
|
453
|
-
Content-Security-Policy:
|
454
|
-
- default-src 'none'
|
455
|
-
Access-Control-Allow-Credentials:
|
456
|
-
- 'true'
|
457
461
|
Access-Control-Expose-Headers:
|
458
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
459
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
462
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
463
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
464
|
+
X-GitHub-Media-Type
|
460
465
|
Access-Control-Allow-Origin:
|
461
466
|
- "*"
|
462
467
|
Strict-Transport-Security:
|
463
|
-
- max-age=31536000; includeSubdomains
|
468
|
+
- max-age=31536000; includeSubdomains; preload
|
469
|
+
X-Frame-Options:
|
470
|
+
- deny
|
464
471
|
X-Content-Type-Options:
|
465
472
|
- nosniff
|
473
|
+
X-Xss-Protection:
|
474
|
+
- 1; mode=block
|
475
|
+
Referrer-Policy:
|
476
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
477
|
+
Content-Security-Policy:
|
478
|
+
- default-src 'none'
|
466
479
|
body:
|
467
|
-
encoding:
|
468
|
-
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/
|
480
|
+
encoding: ASCII-8BIT
|
481
|
+
string: '{"url":"https://api.github.com/repos/akerl/targit/releases/23363520","assets_url":"https://api.github.com/repos/akerl/targit/releases/23363520/assets","upload_url":"https://uploads.github.com/repos/akerl/targit/releases/23363520/assets{?name,label}","html_url":"https://github.com/akerl/targit/releases/tag/testing","id":23363520,"node_id":"MDc6UmVsZWFzZTIzMzYzNTIw","tag_name":"testing","target_commitish":"master","name":null,"draft":false,"author":{"login":"akerl","id":491209,"node_id":"MDQ6VXNlcjQ5MTIwOQ==","avatar_url":"https://avatars0.githubusercontent.com/u/491209?v=4","gravatar_id":"","url":"https://api.github.com/users/akerl","html_url":"https://github.com/akerl","followers_url":"https://api.github.com/users/akerl/followers","following_url":"https://api.github.com/users/akerl/following{/other_user}","gists_url":"https://api.github.com/users/akerl/gists{/gist_id}","starred_url":"https://api.github.com/users/akerl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/akerl/subscriptions","organizations_url":"https://api.github.com/users/akerl/orgs","repos_url":"https://api.github.com/users/akerl/repos","events_url":"https://api.github.com/users/akerl/events{/privacy}","received_events_url":"https://api.github.com/users/akerl/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2019-10-31T18:56:45Z","published_at":"2020-02-04T07:22:02Z","assets":[],"tarball_url":"https://api.github.com/repos/akerl/targit/tarball/testing","zipball_url":"https://api.github.com/repos/akerl/targit/zipball/testing","body":null}'
|
469
482
|
http_version:
|
470
|
-
recorded_at:
|
483
|
+
recorded_at: Tue, 04 Feb 2020 07:23:41 GMT
|
471
484
|
- request:
|
472
485
|
method: get
|
473
|
-
uri: https://api.github.com/repos/akerl/targit/releases/
|
486
|
+
uri: https://api.github.com/repos/akerl/targit/releases/23363520/assets?per_page=100
|
474
487
|
body:
|
475
488
|
encoding: US-ASCII
|
476
489
|
string: ''
|
@@ -478,7 +491,9 @@ http_interactions:
|
|
478
491
|
Accept:
|
479
492
|
- application/vnd.github.v3+json
|
480
493
|
User-Agent:
|
481
|
-
- Octokit Ruby Gem
|
494
|
+
- Octokit Ruby Gem 4.15.0
|
495
|
+
Content-Type:
|
496
|
+
- application/json
|
482
497
|
Accept-Encoding:
|
483
498
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
484
499
|
response:
|
@@ -489,53 +504,50 @@ http_interactions:
|
|
489
504
|
Server:
|
490
505
|
- GitHub.com
|
491
506
|
Date:
|
492
|
-
-
|
507
|
+
- Tue, 04 Feb 2020 07:23:41 GMT
|
493
508
|
Content-Type:
|
494
509
|
- application/json; charset=utf-8
|
510
|
+
Content-Length:
|
511
|
+
- '2'
|
495
512
|
Status:
|
496
513
|
- 200 OK
|
497
514
|
X-Ratelimit-Limit:
|
498
515
|
- '5000'
|
499
516
|
X-Ratelimit-Remaining:
|
500
|
-
- '
|
517
|
+
- '4947'
|
501
518
|
X-Ratelimit-Reset:
|
502
|
-
- '
|
519
|
+
- '1580804477'
|
503
520
|
Cache-Control:
|
504
521
|
- private, max-age=60, s-maxage=60
|
505
|
-
X-Oauth-Scopes:
|
506
|
-
- public_repo
|
507
|
-
X-Accepted-Oauth-Scopes:
|
508
|
-
- ''
|
509
522
|
Vary:
|
510
523
|
- Accept, Authorization, Cookie, X-GitHub-OTP
|
511
|
-
-
|
524
|
+
X-Oauth-Scopes:
|
525
|
+
- read:org, read:user, repo
|
526
|
+
X-Accepted-Oauth-Scopes:
|
527
|
+
- repo
|
512
528
|
X-Github-Media-Type:
|
513
529
|
- github.v3; format=json
|
514
|
-
Link:
|
515
|
-
- <https://api.github.com/repositories/21316764/releases/426208/assets?per_page=100&page=0>;
|
516
|
-
rel="last"
|
517
|
-
X-Xss-Protection:
|
518
|
-
- 1; mode=block
|
519
|
-
X-Frame-Options:
|
520
|
-
- deny
|
521
|
-
Content-Security-Policy:
|
522
|
-
- default-src 'none'
|
523
|
-
Content-Length:
|
524
|
-
- '2'
|
525
|
-
Access-Control-Allow-Credentials:
|
526
|
-
- 'true'
|
527
530
|
Access-Control-Expose-Headers:
|
528
|
-
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
529
|
-
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
531
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
532
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
533
|
+
X-GitHub-Media-Type
|
530
534
|
Access-Control-Allow-Origin:
|
531
535
|
- "*"
|
532
536
|
Strict-Transport-Security:
|
533
|
-
- max-age=31536000; includeSubdomains
|
537
|
+
- max-age=31536000; includeSubdomains; preload
|
538
|
+
X-Frame-Options:
|
539
|
+
- deny
|
534
540
|
X-Content-Type-Options:
|
535
541
|
- nosniff
|
542
|
+
X-Xss-Protection:
|
543
|
+
- 1; mode=block
|
544
|
+
Referrer-Policy:
|
545
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
546
|
+
Content-Security-Policy:
|
547
|
+
- default-src 'none'
|
536
548
|
body:
|
537
549
|
encoding: UTF-8
|
538
550
|
string: "[]"
|
539
551
|
http_version:
|
540
|
-
recorded_at:
|
541
|
-
recorded_with: VCR
|
552
|
+
recorded_at: Tue, 04 Feb 2020 07:23:41 GMT
|
553
|
+
recorded_with: VCR 5.0.0
|