A Dart library for interacting with the TridentLab API. This library provides easy-to-use methods for IP information lookup, ASN queries, WHOIS lookups, and DNS information retrieval.
- ๐ IP Information lookup (IPv4 & IPv6 supported)
- ๐ ASN (Autonomous System Number) queries
- ๐ WHOIS domain lookups
- ๐ DNS information retrieval
- ๐ฏ Type-safe responses
Add this to your package's pubspec.yaml file:
dependencies:
tapi: ^1.0.0
http: ^1.1.0Then run:
flutter pub get