UNPKG

backdraft

Version:

API starter kit for rapid response development. Based on Express.

58 lines 1.8 kB
{"id": "ee8b2234-a437-8360-9529-082ae7818127", "name": "BackDraft", "timestamp": 1399423542168, "requests": [ { "collectionId": "ee8b2234-a437-8360-9529-082ae7818127", "id": "0153a976-f014-b2d3-89e3-65df98f1e6b8", "name": "Authentication", "description": "Checks for Authentication Status", "url": "http://127.0.0.1:3000/authenticated", "method": "GET", "headers": "content-type: application/json\n", "data": "", "dataMode": "raw", "timestamp": 0, "responses": [], "version": 2 }, { "collectionId": "ee8b2234-a437-8360-9529-082ae7818127", "id": "1712e77e-af2c-d437-daae-5919ee721009", "name": "Registration", "description": "Register for an account in the system.", "url": "http://127.0.0.1:3000/register", "method": "POST", "headers": "content-type: application/json\n", "data": "{\n \"username\":\"tables@littlebobby.com\",\n \"password\":\"test\"\n}", "dataMode": "raw", "timestamp": 0, "responses": [], "version": 2 }, { "collectionId": "ee8b2234-a437-8360-9529-082ae7818127", "id": "a3e354c4-a7f6-f5d8-3dac-56b8f4eacad7", "name": "Login", "description": "Log into the system.", "url": "http://127.0.0.1:3000/login", "method": "POST", "headers": "content-type: application/json\n", "data": "{\n \"username\":\"tables@littlebobby.com\",\n \"password\":\"test\"\n}", "dataMode": "raw", "timestamp": 0, "responses": [], "version": 2 }, { "collectionId": "ee8b2234-a437-8360-9529-082ae7818127", "id": "375a0993-7522-d28d-0315-38aa9f46d352", "name": "Logout", "description": "Log out of the system.", "url": "http://127.0.0.1:3000/logout/", "method": "POST", "headers": "content-type: application/json\n", "data": "{}", "dataMode": "raw", "timestamp": 0, "responses": [], "version": 2 } ]}