1
0
Fork 0

feature: implement most AbuseIPDB endpoints

* implement all but report-bulk endpoint
* basic tests done
This commit is contained in:
Seraphim Strub 2024-07-31 10:50:30 +00:00
commit 1009e032e4
4 changed files with 539 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module go-abuseipdb
go 1.22