- 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
ipapi
To get started
import incubaid.herolib.clients. ipapi
mut client:= ipapi.get()!
client...
example heroscript
!!ipapi.configure
secret: '...'
host: 'localhost'
port: 8888