123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "variable": [],
- "info": {
- "name": "Custom API",
- "_postman_id": "",
- "description": "",
- "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json",
- "version": "3.9.9"
- },
- "item": [
- {
- "name": "Group A",
- "description": "",
- "item": [
- {
- "name": "Example title.",
- "request": {
- "url": {
- "protocol": "http",
- "host": "localhost",
- "path": "api\/withDescription",
- "query": [],
- "raw": "http:\/\/localhost\/api\/withDescription"
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application\/json"
- },
- {
- "key": "Accept",
- "value": "application\/json"
- }
- ],
- "body": null,
- "description": "This will be the long description.\nIt can also be multiple lines long.",
- "auth": {
- "type": "noauth"
- }
- },
- "response": []
- },
- {
- "name": "api\/withQueryParameters",
- "request": {
- "url": {
- "protocol": "http",
- "host": "localhost",
- "path": "api\/withQueryParameters",
- "query": [
- {
- "key": "location_id",
- "value": "consequatur",
- "description": "The id of the location.",
- "disabled": false
- },
- {
- "key": "user_id",
- "value": "me",
- "description": "The id of the user.",
- "disabled": false
- },
- {
- "key": "page",
- "value": "4",
- "description": "The page number.",
- "disabled": false
- },
- {
- "key": "filters",
- "value": "consequatur",
- "description": "The filters.",
- "disabled": false
- },
- {
- "key": "url_encoded",
- "value": "%2B+%5B%5D%26%3D",
- "description": "Used for testing that URL parameters will be URL-encoded where needed.",
- "disabled": false
- }
- ],
- "raw": "http:\/\/localhost\/api\/withQueryParameters?location_id=consequatur&user_id=me&page=4&filters=consequatur&url_encoded=%2B+%5B%5D%26%3D"
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application\/json"
- },
- {
- "key": "Accept",
- "value": "application\/json"
- }
- ],
- "body": null,
- "description": "",
- "auth": {
- "type": "noauth"
- }
- },
- "response": []
- }
- ]
- }
- ],
- "auth": {
- "type": "noauth"
- }
- }
|