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