Files
herolib/lib/clients/vastai
Mahmoud-Emad f789564f51 feat: Add encoderhero and heroscript_dumps/loads
- Add encoderhero import to multiple modules
- Implement heroscript_dumps and heroscript_loads functions
- Update several methods to use `if mut` for cleaner optionals
- Rename rclone globals for clarity
2025-10-13 21:49:19 +03:00
..
2025-01-23 19:22:39 +02:00
...
2025-10-13 08:30:42 +04:00

vastai

To get started



import incubaid.herolib.clients. vastai

mut client:= vastai.get()!

client...




example heroscript

!!vastai.configure
    secret: '...'
    host: 'localhost'
    port: 8888