2019-11-02 19:50:40 +00:00
|
|
|
export default () => ({
|
2019-10-24 23:28:08 +00:00
|
|
|
request: {
|
|
|
|
|
method: 'GET',
|
|
|
|
|
url: 'https://reqres.in',
|
|
|
|
|
path: '/api/users',
|
|
|
|
|
label: '',
|
|
|
|
|
auth: 'None',
|
|
|
|
|
httpUser: '',
|
|
|
|
|
httpPassword: '',
|
2019-11-02 19:50:40 +00:00
|
|
|
passwordFieldType: 'password',
|
2019-10-24 23:28:08 +00:00
|
|
|
bearerToken: '',
|
|
|
|
|
headers: [],
|
|
|
|
|
params: [],
|
|
|
|
|
bodyParams: [],
|
|
|
|
|
rawParams: '',
|
|
|
|
|
rawInput: false,
|
2019-11-06 03:05:56 +00:00
|
|
|
requestType: '',
|
2019-10-24 23:28:08 +00:00
|
|
|
contentType: '',
|
2019-11-21 05:00:15 +00:00
|
|
|
},
|
|
|
|
|
gql: {
|
2019-11-25 19:19:21 +00:00
|
|
|
url: 'https://rickandmortyapi.com/graphql',
|
2019-11-26 20:43:06 +00:00
|
|
|
headers: [],
|
|
|
|
|
query: ""
|
2019-10-24 23:28:08 +00:00
|
|
|
}
|
2019-11-02 19:50:40 +00:00
|
|
|
});
|