All Downloads are FREE. Search and download functionalities are using the official Maven repository.

postman-collection.item.mustache Maven / Gradle / Ivy

The newest version!
{
    "name": "{{{path}}}{{#isDeprecated}} (DEPRECATED){{/isDeprecated}}",
                "description": "{{{notes}}}",
                 "item": [
                        {{#vendorExtensions.postmanRequests}}
                            {
                                "name": "{{{name}}}",
                                "request": {{>request}}
                                ,"response": [
                            {{#responses}}
                                {"name": "{{name}}",
                                "code": {{code}},
                                "status": "{{status}}",
                                "header": [{
                                "key": "Content-Type",
                                "value": "application/json"}
                                ],
                                "_postman_previewlanguage": "json",
                                "cookie": [],
                                "body" : "{{{body}}}",
                                "originalRequest": {{#originalRequest}}{{>request}}{{/originalRequest}}
                                }{{^-last}},{{/-last}}
                            {{/responses}}
                            ]
                            }{{^-last}},{{/-last}}
                        {{/vendorExtensions.postmanRequests}}
                            ]
                        }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy