Files
hoppscotch/store/state.js
2019-11-28 20:41:52 +05:30

26 lines
474 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: "",
contentType: ""
},
gql: {
url: "https://rickandmortyapi.com/graphql",
headers: [],
query: ""
}
});