Files
herolib/lib/clients/runpod
Mahmoud Emad 0d2307acc8 feat: add RunPod client
- Add a new RunPod client to the project.
- This client allows users to interact with the RunPod API to create and manage pods.
- Includes example usage and configuration options.
2025-01-19 22:20:47 +02:00
..
2025-01-19 22:20:47 +02:00
2025-01-19 22:20:47 +02:00
2025-01-19 22:20:47 +02:00
2025-01-19 22:20:47 +02:00
2025-01-19 22:20:47 +02:00

runpod

To get started




import freeflowuniverse.crystallib.clients. runpod

mut client:= runpod.get()!

client...




example heroscript

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