Files
hoppscotch/store/state.js
liyasthomas 5db9ca9786 Minor tweaks
2019-11-03 01:20:40 +05:30

21 lines
396 B
JavaScript

export default () => ({
request: {
method: 'GET',
url: 'https://reqres.in',
path: '/api/users',
label: '',
auth: 'None',
httpUser: '',
httpPassword: '',
passwordFieldType: 'password',
bearerToken: '',
headers: [],
params: [],
bodyParams: [],
rawParams: '',
rawInput: false,
requestType: 'JavaScript XHR',
contentType: '',
}
});