Skip to content

Commit

Permalink
Adding more mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Nov 2, 2021
1 parent 3768528 commit e24886d
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"name": "repos_hub4j-test-org_github-api",
"request": {
"url": "/repos/hub4j-test-org/github-api",
"method": "GET"
"method": "GET",
"headers": {
"If-None-Match": {
"absent" : true
}
}
},
"response": {
"status": 200,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"id": "e20958bf-185d-4f64-a524-f7aa7efdd528",
"name": "repos_hub4j-test-org_github-api",
"request": {
"url": "/repos/hub4j-test-org/github-api",
"method": "GET",
"headers": {
"If-None-Match": {
"equalTo": "W/\"295ae3430c604f3d10b6eb145fe511b5\""
}
}
},
"response": {
"status": 304,
"headers": {
"Date": "{{now timezone='GMT' format='EEE, dd MMM yyyy HH:mm:ss z'}}",
"Server": "GitHub.com",
"Status": "304 Not Modified",
"X-RateLimit-Limit": "5000",
"X-RateLimit-Remaining": "4968",
"X-RateLimit-Reset": "{{now offset='1 hours' format='unix'}}",
"Cache-Control": "private, max-age=60, s-maxage=60",
"Vary": [
"Accept, Authorization, Cookie, X-GitHub-OTP",
"Accept-Encoding"
],
"ETag": "\"295ae3430c604f3d10b6eb145fe511b5\"",
"Last-Modified": "{{now offset='-2 seconds' timezone='GMT' format='EEE, dd MMM yyyy HH:mm:ss z'}}",
"Access-Control-Expose-Headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type",
"Access-Control-Allow-Origin": "*",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload",
"X-Frame-Options": "deny",
"X-Content-Type-Options": "nosniff",
"X-XSS-Protection": "1; mode=block",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Content-Security-Policy": "default-src 'none'",
"X-GitHub-Request-Id": "FBD4:8499:15E0D75:19F3E2B:5D9258A6"
}
},
"uuid": "e20958bf-185d-4f64-a524-f7aa7efdd528",
"persistent": true,
"scenarioName": "scenario-1-repos-hub4j-test-org-github-api",
"requiredScenarioState": "scenario-2-repos-hub4j-test-org-github-api-1",
"newScenarioState": "scenario-2-repos-hub4j-test-org-github-api-2",
"insertionIndex": 6
}

0 comments on commit e24886d

Please sign in to comment.