{{#collections}} # {{name}} ## {{#folders}} ## Folder: {{name}} {{#requests}} ### {{name}} **Method**: {{method}} **Request URL**: `{{{url}}}{{{path}}}` {{#isHeaders}} **Headers**: {{#headers}} {{/headers}}
Key Value
{{{key}}} `{{{value}}}`
{{/isHeaders}} {{#isParams}} **Parameters**: {{#params}} {{/params}}
type Key Value
{{type}} {{{key}}} {{{value}}}
{{/isParams}} {{#isAuth}} **Authentication Type**: {{{auth}}} {{/isAuth}} {{#bearerToken}} **Bearer Token**: `{{{.}}}` {{/bearerToken}} {{#isAuthBasic}} Username: `{{{httpUser}}}` Password: `{{{httpPassword}}}` {{/isAuthBasic}} {{#isRawParams}} **RawParams**: ```json {{{rawParams}}} ``` {{/isRawParams}} {{#contentType}} **ContentType**: `{{{contentType}}}` {{/contentType}} {{#preRequestScript}} **Pre Request Script**: ```js { { { preRequestScript } } } ``` {{/preRequestScript}} {{#testScript}} **Test Script**: ```js { { { testScript } } } ``` {{/testScript}} {{/requests}} --- {{/folders}} {{#requests}} ## {{name}} **Method**: {{method}} **Request URL**: `{{{url}}}{{{path}}}` {{#isHeaders}} **Headers**: {{#headers}} {{/headers}}
Key Value
{{{key}}} `{{{value}}}`
{{/isHeaders}} {{#isParams}} **Parameters**: {{#params}} {{/params}}
type Key Value
{{type}} {{{key}}} {{{value}}}
{{/isParams}} {{#isAuth}} **Authentication Type**: {{{auth}}} {{/isAuth}} {{#bearerToken}} **Bearer Token**: `{{{.}}}` {{/bearerToken}} {{#isAuthBasic}} Username: `{{{httpUser}}}` Password: `{{{httpPassword}}}` {{/isAuthBasic}} {{#isRawParams}} **Raw Parameters**: ```json {{{rawParams}}} ``` {{/isRawParams}} {{#contentType}} **Content Type**: `{{{contentType}}}` {{/contentType}} {{#preRequestScript}} **Pre Request Script**: ```js { { { preRequestScript } } } ``` {{/preRequestScript}} {{#testScript}} **Test Script**: ```js { { { testScript } } } ``` {{/testScript}} {{/requests}} {{/collections}} --- Made with [Hoppscotch](https://github.com/hoppscotch/hoppscotch)