{ "opencollection": "1.0.0", "info": { "name": "Clients AR Account reports Response inspection API", "version": "v1" }, "items": [ { "info": { "name": "Response inspection", "type": "folder" }, "items": [ { "info": { "name": "Returns a 304 if an If-Modified-Since header or If-None-Match is present. Returns the same as a GET otherwise.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/cache", "headers": [ { "name": "If-Modified-Since", "value": "" }, { "name": "If-None-Match", "value": "" } ] }, "docs": "Returns a 304 if an If-Modified-Since header or If-None-Match is present. Returns the same as a GET otherwise." }, { "info": { "name": "Sets a Cache-Control header for n seconds.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/cache/:value", "params": [ { "name": "value", "value": "", "type": "path" } ] }, "docs": "Sets a Cache-Control header for n seconds." }, { "info": { "name": "Assumes the resource has the given etag and responds to If-None-Match and If-Match headers appropriately.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/etag/:etag", "headers": [ { "name": "If-None-Match", "value": "" }, { "name": "If-Match", "value": "" } ] }, "docs": "Assumes the resource has the given etag and responds to If-None-Match and If-Match headers appropriately." }, { "info": { "name": "Returns a set of response headers from the query string.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/response-headers", "params": [ { "name": "freeform", "value": "", "type": "query" } ] }, "docs": "Returns a set of response headers from the query string." }, { "info": { "name": "Returns a set of response headers from the query string.", "type": "http" }, "http": { "method": "POST", "url": "https://api.agicap.com/public/httpbin/v1/response-headers", "params": [ { "name": "freeform", "value": "", "type": "query" } ] }, "docs": "Returns a set of response headers from the query string." } ] } ], "bundled": true }