My demo for the summit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

116 lines
2.5 KiB

{
"info": {
"_postman_id": "a25de07c-b783-49d4-b108-ae9f2c0a95ee",
"name": "Summit API v1.0",
"description": "version=1.0 - An API that gives information about the Red Hat Summit.",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "location",
"description": "Folder for location",
"item": [
{
"name": "Get Next RH Summit Location",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": "http:///location",
"description": "Get the location of the next RedHat Summit "
},
"response": [
{
"id": "d7fd3b2d-02f0-4a6e-a0bf-53abec702564",
"name": "Get Next RH Summit Location",
"originalRequest": {
"method": "GET",
"header": [],
"body": {},
"url": "http:///location"
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"type": "text",
"name": "Content-Type"
}
],
"cookie": [],
"body": "{ \"Location\": \"SFO\" }"
}
]
}
]
},
{
"name": "timeframe",
"description": "Folder for timeframe",
"item": [
{
"name": "Get Next RH Summit Timeframe",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": "http:///timeframe",
"description": "Get the timeframe of the next RedHat Summit."
},
"response": [
{
"id": "2817883b-3904-4f41-9c25-07f1c776f9c5",
"name": "Get Next RH Summit Timeframe",
"originalRequest": {
"method": "GET",
"header": [],
"body": {},
"url": "http:///timeframe"
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"type": "text",
"name": "Content-Type"
}
],
"cookie": [],
"body": "{ \"From\": \"08/05/2018\", \"To\": \"10/05/2018\" }"
}
]
}
]
}
],
"event": [
{
"listen": "prerequest",
"script": {
"id": "d7492972-0882-41d3-9d22-6e70a8ead909",
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"id": "fb06a1e7-cb4e-4172-9470-f3d80efd453d",
"type": "text/javascript",
"exec": [
""
]
}
}
]
}