- Fixed compilation issues and ensured the code builds successfully - Created an example to test the client functionality - Started implementing additional endpoints
7 lines
185 B
GLSL
Executable File
7 lines
185 B
GLSL
Executable File
#!/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}')
|