insomnia-importers
Version:
Various data importers for Insomnia
396 lines (395 loc) • 10.1 kB
JSON
{
"info": {
"_postman_id": "7864cdf9-3256-42ce-9afb-1a75fe6555bc",
"name": "Oauth 1.0 Test",
"description": "A collection for testing",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Added to Request Body/URL",
"request": {
"auth": {
"type": "oauth1",
"oauth1": [
{
"key": "addParamsToHeader",
"value": false,
"type": "boolean"
},
{
"key": "addEmptyParamsToSign",
"value": true,
"type": "boolean"
},
{
"key": "realm",
"value": "realm-value",
"type": "string"
},
{
"key": "nonce",
"value": "nonce-value",
"type": "string"
},
{
"key": "timestamp",
"value": "timestamp-value",
"type": "string"
},
{
"key": "tokenSecret",
"value": "token-secret-value",
"type": "string"
},
{
"key": "token",
"value": "access-token-value",
"type": "string"
},
{
"key": "consumerSecret",
"value": "consumer-secret-value",
"type": "string"
},
{
"key": "consumerKey",
"value": "consumer-key-value",
"type": "string"
},
{
"key": "signatureMethod",
"value": "HMAC-SHA1",
"type": "string"
},
{
"key": "version",
"value": "1.0",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://insomnia.rest",
"protocol": "https",
"host": ["insomnia", "rest"]
}
},
"response": []
},
{
"name": "Added to Request Headers",
"request": {
"auth": {
"type": "oauth1",
"oauth1": [
{
"key": "addParamsToHeader",
"value": true,
"type": "boolean"
},
{
"key": "addEmptyParamsToSign",
"value": true,
"type": "boolean"
},
{
"key": "realm",
"value": "realm-value",
"type": "string"
},
{
"key": "nonce",
"value": "nonce-value",
"type": "string"
},
{
"key": "timestamp",
"value": "timestamp-value",
"type": "string"
},
{
"key": "tokenSecret",
"value": "token-secret-value",
"type": "string"
},
{
"key": "token",
"value": "access-token-value",
"type": "string"
},
{
"key": "consumerSecret",
"value": "consumer-secret-value",
"type": "string"
},
{
"key": "consumerKey",
"value": "consumer-key-value",
"type": "string"
},
{
"key": "signatureMethod",
"value": "HMAC-SHA1",
"type": "string"
},
{
"key": "version",
"value": "1.0",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://insomnia.rest",
"protocol": "https",
"host": ["insomnia", "rest"]
}
},
"response": []
},
{
"name": "Signature Method PLAINTEXT",
"request": {
"auth": {
"type": "oauth1",
"oauth1": [
{
"key": "addParamsToHeader",
"value": true,
"type": "boolean"
},
{
"key": "addEmptyParamsToSign",
"value": true,
"type": "boolean"
},
{
"key": "realm",
"value": "plaintext-realm-value",
"type": "string"
},
{
"key": "nonce",
"value": "plaintext-nonce-value",
"type": "string"
},
{
"key": "timestamp",
"value": "plaintext-timestamp-value",
"type": "string"
},
{
"key": "tokenSecret",
"value": "plaintext-token-secret-value",
"type": "string"
},
{
"key": "token",
"value": "plaintext-access-token-value",
"type": "string"
},
{
"key": "consumerSecret",
"value": "plaintext-consumer-secret-value",
"type": "string"
},
{
"key": "consumerKey",
"value": "plaintext-consumer-key-value",
"type": "string"
},
{
"key": "signatureMethod",
"value": "PLAINTEXT",
"type": "string"
},
{
"key": "version",
"value": "1.0",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://insomnia.rest",
"protocol": "https",
"host": ["insomnia", "rest"]
}
},
"response": []
},
{
"name": "Signature Method HMAC-SHA256",
"request": {
"auth": {
"type": "oauth1",
"oauth1": [
{
"key": "addParamsToHeader",
"value": true,
"type": "boolean"
},
{
"key": "addEmptyParamsToSign",
"value": true,
"type": "boolean"
},
{
"key": "realm",
"value": "sha256-realm-value",
"type": "string"
},
{
"key": "nonce",
"value": "sha256-nonce-value",
"type": "string"
},
{
"key": "timestamp",
"value": "sha256-timestamp-value",
"type": "string"
},
{
"key": "tokenSecret",
"value": "sha256-token-secret-value",
"type": "string"
},
{
"key": "token",
"value": "sha256-access-token-value",
"type": "string"
},
{
"key": "consumerSecret",
"value": "sha256-consumer-secret-value",
"type": "string"
},
{
"key": "consumerKey",
"value": "sha256-consumer-key-value",
"type": "string"
},
{
"key": "signatureMethod",
"value": "HMAC-SHA256",
"type": "string"
},
{
"key": "version",
"value": "1.0",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://insomnia.rest",
"protocol": "https",
"host": ["insomnia", "rest"]
}
},
"response": []
},
{
"name": "Signature Method HMAC-SHA1",
"request": {
"auth": {
"type": "oauth1",
"oauth1": [
{
"key": "addParamsToHeader",
"value": true,
"type": "boolean"
},
{
"key": "addEmptyParamsToSign",
"value": true,
"type": "boolean"
},
{
"key": "realm",
"value": "sha1-realm-value",
"type": "string"
},
{
"key": "nonce",
"value": "sha1-nonce-value",
"type": "string"
},
{
"key": "timestamp",
"value": "sha1-timestamp-value",
"type": "string"
},
{
"key": "tokenSecret",
"value": "sha1-token-secret-value",
"type": "string"
},
{
"key": "token",
"value": "sha1-access-token-value",
"type": "string"
},
{
"key": "consumerSecret",
"value": "sha1-consumer-secret-value",
"type": "string"
},
{
"key": "consumerKey",
"value": "sha1-consumer-key-value",
"type": "string"
},
{
"key": "signatureMethod",
"value": "HMAC-SHA1",
"type": "string"
},
{
"key": "version",
"value": "1.0",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://insomnia.rest",
"protocol": "https",
"host": ["insomnia", "rest"]
}
},
"response": []
}
]
}