Files
herolib/lib/clients/ipapi/readme.md
mariobassem 54cfd4c353 feat: add ip-api client
- Add a new ip-api client to the project.
- This client uses the ip-api.com API to get IP information.
- An example is provided in `examples/develop/ipapi`.

Co-authored-by: mahmmoud.hassanein <mahmmoud.hassanein@gmail.com>
2025-02-02 18:04:00 +02:00

242 B

ipapi

To get started



import freeflowuniverse.herolib.clients. ipapi

mut client:= ipapi.get()!

client...




example heroscript

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