fix: Ensure the code compiles and add a test example

- Fixed compilation issues and ensured the code builds successfully
- Created an example to test the client functionality
- Started implementing additional endpoints
This commit is contained in:
Mahmoud Emad
2025-03-11 16:49:39 +02:00
parent 9448ae85cf
commit 27c9018c48
5 changed files with 312 additions and 266 deletions

6
examples/clients/jina.vsh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env -S v -n -w -gc none -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.clients.jina
jina_client := jina.get()!
println('jina: ${jina_client}')