- 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.
251 B
251 B
runpod
To get started
import freeflowuniverse.crystallib.clients. runpod
mut client:= runpod.get()!
client...
example heroscript
!!runpod.configure
secret: '...'
host: 'localhost'
port: 8888