fix + test api with resl client

This commit is contained in:
2025-02-06 15:10:51 +01:00
parent 2d172a3620
commit 861a0e58e5
20 changed files with 376 additions and 254 deletions

16
.vscode/settings.json vendored
View File

@@ -1,4 +1,18 @@
{
"taipyStudio.config.mainPythonFile": "manage.py",
"taipyStudio.gUI.elementsFilePaths": []
"taipyStudio.gUI.elementsFilePaths": [],
"rest-client.environmentVariables": {
"$shared": {
"version": "v1",
"prodToken": "foo",
"nonProdToken": "bar"
},
"test": {
"version": "v2",
"host": "localhost"
},
"production": {
"host": "aaaaa",
}
}
}