chore(deps): bump

This commit is contained in:
Liyas Thomas
2020-12-10 01:02:49 +05:30
parent bfa7eb0c19
commit 2f0e9d0681
3 changed files with 27 additions and 27 deletions

View File

@@ -12,7 +12,7 @@
**Method**: {{method}}
**RequestURL**: `{{{url}}}{{{path}}}`
**Request URL**: `{{{url}}}{{{path}}}`
{{#isHeaders}}
**Headers**:
@@ -32,7 +32,7 @@
{{/isHeaders}}
{{#isParams}}
**Params**:
**Parameters**:
<table>
<tr>
@@ -55,7 +55,7 @@
{{/isAuth}}
{{#bearerToken}}
**BearerToken**: `{{{.}}}`
**Bearer Token**: `{{{.}}}`
{{/bearerToken}}
{{#isAuthBasic}}
@@ -118,7 +118,7 @@ Password: `{{{httpPassword}}}`
**Method**: {{method}}
**RequestURL**: `{{{url}}}{{{path}}}`
**Request URL**: `{{{url}}}{{{path}}}`
{{#isHeaders}}
**Headers**:
@@ -138,7 +138,7 @@ Password: `{{{httpPassword}}}`
{{/isHeaders}}
{{#isParams}}
**Params**:
**Parameters**:
<table>
<tr>
@@ -161,7 +161,7 @@ Password: `{{{httpPassword}}}`
{{/isAuth}}
{{#bearerToken}}
**BearerToken**: `{{{.}}}`
**Bearer Token**: `{{{.}}}`
{{/bearerToken}}
{{#isAuthBasic}}
@@ -170,7 +170,7 @@ Password: `{{{httpPassword}}}`
{{/isAuthBasic}}
{{#isRawParams}}
**RawParams**:
**Raw Parameters**:
```json
{{{rawParams}}}
@@ -179,7 +179,7 @@ Password: `{{{httpPassword}}}`
{{/isRawParams}}
{{#contentType}}
**ContentType**: `{{{contentType}}}`
**Content Type**: `{{{contentType}}}`
{{/contentType}}
{{#preRequestScript}}