Files
herolib/lib/clients/ipapi
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-02-02 18:04:00 +02:00
2025-02-02 18:04:00 +02:00

ipapi

To get started



import incubaid.herolib.clients. ipapi

mut client:= ipapi.get()!

client...




example heroscript

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