Add initial rest client files

This commit is contained in:
jeffvli
2022-10-12 13:31:23 -07:00
parent dd6b80795e
commit 9d09b830f9
8 changed files with 236 additions and 0 deletions
+17
View File
@@ -26,5 +26,22 @@
"test/**/__snapshots__": true,
"package-lock.json": true,
"*.{css,sass,scss}.d.ts": true
},
"rest-client.environmentVariables": {
"$shared": {
"host": "http://localhost:9321"
},
"dev-user": {
"token": "",
"refreshToken": "",
"authUsername": "user",
"authPassword": "user"
},
"dev-admin": {
"token": "",
"refreshToken": "",
"authUsername": "admin",
"authPassword": "admin"
}
}
}