Skip to content

Commit

Permalink
new test
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzjames committed Aug 11, 2023
1 parent 93afba1 commit 7c6b146
Show file tree
Hide file tree
Showing 12 changed files with 302 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .insomnia/Request/req_c9bf98d4f8d340a3a91cf31401a03b1e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
_id: req_c9bf98d4f8d340a3a91cf31401a03b1e
type: Request
parentId: wrk_d58fc511fbf1495591e9939627cf4b9a
modified: 1691761215766
created: 1691761201914
url: https://mockbin.org/echo
name: New Request
description: ""
method: POST
body:
mimeType: text/plain
text: asdfasdf
parameters: []
headers:
- name: Content-Type
value: text/plain
- name: User-Agent
value: Insomnia/2023.5.0-beta.12
authentication: {}
metaSortKey: -1691761201914
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
21 changes: 21 additions & 0 deletions .insomnia/Request/req_e1f28401773f45259108130d289acf89.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
_id: req_e1f28401773f45259108130d289acf89
type: Request
parentId: wrk_d58fc511fbf1495591e9939627cf4b9a
modified: 1691761126604
created: 1691761117196
url: https://mockbin.org/echo
name: New Request
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication: {}
metaSortKey: -1691761117196
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
_id: req_wrk_d58fc511fbf1495591e9939627cf4b9a028b5fb7
type: Request
parentId: wrk_d58fc511fbf1495591e9939627cf4b9a
modified: 1639600569151
created: 1639600569151
url: "{{ base_url }}/oauth2/authorization-code"
name: /oauth2/authorization-code
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
clientId: "{{ oauth2ClientId }}"
grantType: authorization_code
scope: read:something write:something
type: oauth2
clientSecret: "{{ oauth2ClientSecret }}"
accessTokenUrl: https://api.server.test/v1/token
authorizationUrl: https://api.server.test/v1/auth
metaSortKey: -1639600569151
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
_id: req_wrk_d58fc511fbf1495591e9939627cf4b9a05bfadcb
type: Request
parentId: wrk_d58fc511fbf1495591e9939627cf4b9a
modified: 1639600569162
created: 1639600569162
url: "{{ base_url }}/none"
name: /none
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication: {}
metaSortKey: -1639600569162
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
_id: req_wrk_d58fc511fbf1495591e9939627cf4b9a06ba5946
type: Request
parentId: wrk_d58fc511fbf1495591e9939627cf4b9a
modified: 1639600569144
created: 1639600569144
url: "{{ base_url }}/oauth2/password"
name: /oauth2/password
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
clientId: "{{ oauth2ClientId }}"
grantType: password
scope: read:something write:something
type: oauth2
clientSecret: "{{ oauth2ClientSecret }}"
username: "{{ oauth2Username }}"
password: "{{ oauth2Password }}"
accessTokenUrl: https://api.server.test/v1/token
metaSortKey: -1639600569144
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
_id: req_wrk_d58fc511fbf1495591e9939627cf4b9a0a8d5285
type: Request
parentId: wrk_d58fc511fbf1495591e9939627cf4b9a
modified: 1639600569153
created: 1639600569153
url: "{{ base_url }}/key/query"
name: /key/query
description: ""
method: GET
body: {}
parameters:
- name: key
disabled: false
value: "{{ key }}"
- name: another_key
disabled: false
value: "{{ anotherKey }}"
headers: []
authentication: {}
metaSortKey: -1639600569153
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
_id: req_wrk_d58fc511fbf1495591e9939627cf4b9a2ea006cf
type: Request
parentId: wrk_d58fc511fbf1495591e9939627cf4b9a
modified: 1639600569155
created: 1639600569155
url: "{{ base_url }}/key/cookie"
name: /key/cookie
description: ""
method: GET
body: {}
parameters: []
headers:
- name: Cookie
disabled: false
value: CookieName={{ cookieName }}; AnotherCookieName={{ anotherCookieName }}
authentication: {}
metaSortKey: -1639600569155
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
_id: req_wrk_d58fc511fbf1495591e9939627cf4b9a4112dc81
type: Request
parentId: wrk_d58fc511fbf1495591e9939627cf4b9a
modified: 1639600569161
created: 1639600569161
url: "{{ base_url }}/none/basic"
name: /none/basic
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: basic
username: "{{ httpUsername }}"
password: "{{ httpPassword }}"
metaSortKey: -1639600569161
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
_id: req_wrk_d58fc511fbf1495591e9939627cf4b9a4a563129
type: Request
parentId: wrk_d58fc511fbf1495591e9939627cf4b9a
modified: 1639600569159
created: 1639600569159
url: "{{ base_url }}/basic"
name: /basic
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: basic
username: "{{ httpUsername }}"
password: "{{ httpPassword }}"
metaSortKey: -1639600569159
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
_id: req_wrk_d58fc511fbf1495591e9939627cf4b9a6ecf1fc2
type: Request
parentId: wrk_d58fc511fbf1495591e9939627cf4b9a
modified: 1639600569157
created: 1639600569157
url: "{{ base_url }}/bearer"
name: /bearer
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
type: bearer
token: "{{bearerToken}}"
prefix: ""
metaSortKey: -1639600569157
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
_id: req_wrk_d58fc511fbf1495591e9939627cf4b9ae5d224de
type: Request
parentId: wrk_d58fc511fbf1495591e9939627cf4b9a
modified: 1639600569150
created: 1639600569150
url: "{{ base_url }}/oauth2/implicit"
name: /oauth2/implicit
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
clientId: "{{ oauth2ClientId }}"
grantType: implicit
scope: read:something write:something
type: oauth2
authorizationUrl: https://api.server.test/v1/auth
metaSortKey: -1639600569150
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
_id: req_wrk_d58fc511fbf1495591e9939627cf4b9aef33c6a4
type: Request
parentId: wrk_d58fc511fbf1495591e9939627cf4b9a
modified: 1639600569147
created: 1639600569147
url: "{{ base_url }}/oauth2/client-credentials"
name: /oauth2/client-credentials
description: ""
method: GET
body: {}
parameters: []
headers: []
authentication:
clientId: "{{ oauth2ClientId }}"
grantType: client_credentials
scope: read:something write:something
type: oauth2
clientSecret: "{{ oauth2ClientSecret }}"
accessTokenUrl: https://api.server.test/v1/token
metaSortKey: -1639600569147
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global

0 comments on commit 7c6b146

Please sign in to comment.