-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
record/replay/passthrough functionality
- Loading branch information
Showing
17 changed files
with
493 additions
and
153 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...assettes/v2/Feature_Fastly_Integration/Add-Fastly-account-returns-CREATED-response.frozen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2023-01-19T15:15:56.412Z |
67 changes: 67 additions & 0 deletions
67
.../cassettes/v2/Feature_Fastly_Integration/Add-Fastly-account-returns-CREATED-response.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"http_interactions": [ | ||
{ | ||
"recorded_at": "Thu, 19 Jan 2023 15:15:56 GMT", | ||
"request": { | ||
"body": { | ||
"encoding": null, | ||
"string": "{\"data\":{\"attributes\":{\"api_key\":\"TestAddFastlyaccountreturnsCREATEDresponse1674141356\",\"name\":\"Test-Add_Fastly_account_returns_CREATED_response-1674141356\",\"services\":[]},\"type\":\"fastly-accounts\"}}" | ||
}, | ||
"headers": { | ||
"Accept": [ | ||
"application/json" | ||
], | ||
"Content-Type": [ | ||
"application/json" | ||
] | ||
}, | ||
"method": "post", | ||
"uri": "https://api.datadoghq.com/api/v2/integrations/fastly/accounts" | ||
}, | ||
"response": { | ||
"body": { | ||
"encoding": null, | ||
"string": "{\"data\":{\"attributes\":{\"services\":[],\"name\":\"Test-Add_Fastly_account_returns_CREATED_response-1674141356\"},\"type\":\"fastly-accounts\",\"id\":\"0427b05b6f56f454ca1477aa8df5e75d\"}}\n" | ||
}, | ||
"headers": { | ||
"Content-Type": [ | ||
"application/json" | ||
] | ||
}, | ||
"status": { | ||
"code": 201, | ||
"message": "Created" | ||
} | ||
} | ||
}, | ||
{ | ||
"recorded_at": "Thu, 19 Jan 2023 15:15:56 GMT", | ||
"request": { | ||
"body": "", | ||
"headers": { | ||
"Accept": [ | ||
"*/*" | ||
] | ||
}, | ||
"method": "delete", | ||
"uri": "https://api.datadoghq.com/api/v2/integrations/fastly/accounts/0427b05b6f56f454ca1477aa8df5e75d" | ||
}, | ||
"response": { | ||
"body": { | ||
"encoding": null, | ||
"string": "" | ||
}, | ||
"headers": { | ||
"Content-Type": [ | ||
"text/html; charset=utf-8" | ||
] | ||
}, | ||
"status": { | ||
"code": 204, | ||
"message": "No Content" | ||
} | ||
} | ||
} | ||
], | ||
"recorded_with": "VCR 6.0.0" | ||
} |
1 change: 1 addition & 0 deletions
1
...ios/cassettes/v2/Feature_Fastly_Integration/Get-Fastly-account-returns-OK-response.frozen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2023-03-13T10:11:14.475Z |
Oops, something went wrong.