insomnia-importers
Version:
Various data importers for Insomnia
58 lines (57 loc) • 1.38 kB
JSON
{
"info": {
"_postman_id": "994955c9-397a-494e-820e-294cbd76c318",
"name": "AWS Signature Test",
"description": "A collection for testing",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "AWS Signature",
"request": {
"auth": {
"type": "awsv4",
"awsv4": [
{
"key": "sessionToken",
"value": "aws-session-token",
"type": "string"
},
{
"key": "service",
"value": "aws-service-name",
"type": "string"
},
{
"key": "region",
"value": "aws-region",
"type": "string"
},
{
"key": "secretKey",
"value": "aws-secret-key",
"type": "string"
},
{
"key": "accessKey",
"value": "aws-access-key",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://insomnia.rest",
"protocol": "https",
"host": ["insomnia", "rest"]
}
},
"response": []
}
]
}