Implemented getModels endpoint with the models provided by the api.Fixed some typescript errors, created types file. Added consola for logging.

This commit is contained in:
2025-06-28 13:50:05 -05:00
parent 7c6dc2d818
commit 75dc51bcb1
8 changed files with 126 additions and 34 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"cSpell.ignorePaths" : [
"src"
],
}