added files to start parsing functionality of path variables

This commit is contained in:
isaiM6
2022-07-29 18:01:24 -07:00
6 changed files with 292 additions and 9 deletions

View File

@@ -30,12 +30,7 @@ export const getDefaultRESTRequest = (): HoppRESTRequest => ({
endpoint: "https://echo.hoppscotch.io",
name: "Untitled request",
params: [],
vars: [
{
key: "amount",
value: "23",
},
],
vars: [],
headers: [],
method: "GET",
auth: {