| Database | Default Isolation | Financial Safety |
|---|---|---|
| PostgreSQL | READ COMMITTED | ❌ Vulnerable |
| MySQL | REPEATABLE READ | |
| Oracle | READ COMMITTED | ❌ Vulnerable |
| SQL Server | READ COMMITTED | ❌ Vulnerable |
| H2/HSQLDB | READ COMMITTED | ❌ Vulnerable |
| Database | Default Isolation | Financial Safety |
|---|---|---|
| PostgreSQL | READ COMMITTED | ❌ Vulnerable |
| MySQL | REPEATABLE READ | |
| Oracle | READ COMMITTED | ❌ Vulnerable |
| SQL Server | READ COMMITTED | ❌ Vulnerable |
| H2/HSQLDB | READ COMMITTED | ❌ Vulnerable |
This file contains hidden or 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
| docker pull plexobject/api-mock-service:latest | |
| docker run -p 8000:8080 -p 8081:8081 -e HTTP_PORT=8080 PROXY_PORT=8081 -e DATA_DIR=/tmp/mocks \ | |
| -e ASSET_DIR=/tmp/assets plexobject/api-mock-service:latest |
This file contains hidden or 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
| "Amount": {{JSONFileProperty "props.yaml" "amount"}}, |
This file contains hidden or 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
| "Amount": {{JSONFileProperty "props.yaml" "amount"}}, |
This file contains hidden or 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
| export http_proxy="http://localhost:8081" | |
| export https_proxy="http://localhost:8081" | |
| curl -k -v -H "Authorization: Bearer sk_test_xxxx" \ | |
| https://api.stripe.com/v1/customers/cus_xxx/cash_balance |
This file contains hidden or 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
| method: GET | |
| name: recorded-v1-customers-cus | |
| path: /v1/customers/cus_**/cash_balance | |
| description: recorded at 2022-10-29 04:26:17.24776 +0000 UTC | |
| request: | |
| match_query_params: {} | |
| match_headers: {} | |
| match_content_type: "" | |
| match_contents: "" | |
| example_path_params: {} |
This file contains hidden or 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
| { | |
| "/_scenarios/GET/FetchCredentialAws-8b2fcf02dfb7dc190fb735a469e1bbaa3ccb5fd1a24726976d110374b13403c6/v1/Credentials/AWS/{Sid}": { | |
| "method": "GET", | |
| "name": "FetchCredentialAws-8b2fcf02dfb7dc190fb735a469e1bbaa3ccb5fd1a24726976d110374b13403c6", | |
| "path": "/v1/Credentials/AWS/{Sid}", | |
| "match_query_params": {}, | |
| "match_headers": {}, | |
| "match_content_type": "", | |
| "match_contents": "", | |
| "LastUsageTime": 0, |
This file contains hidden or 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
| curl -v http://localhost:8080/_scenarios |
This file contains hidden or 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
| { | |
| "account_sid": "ACF3A7ea7f5c90f6482CEcA77BED07Fb91", | |
| "auth_token": "PaC7rKdGER73rXNi6rVKZMN1Jw0QYxPFeEkqyvnM7Ojw2nziOER7SMWkIV6N2hXYTKxAfDMfS9t0", | |
| "date_created": "2022-10-29T11:54:46-07:00", | |
| "date_updated": "2022-10-29T11:54:46-07:00", | |
| "url": "https://Billy.com" | |
| } |
NewerOlder