summaryrefslogtreecommitdiffstats
path: root/internal/config
AgeCommit message (Collapse)AuthorFilesLines
2025-11-26feat: add debug flag to enable raw api response outputs1-0/+6
2025-11-10refactor: restructure client modules and add config file supportv0.8.1s2-2/+71
- Split large osint.go client into focused modules (bssid.go, breachforum.go, buckets.go, etc.) - Add config file support with init command for API key management - Remove api-key flag in favor of config file + env var fallback - Update API paths to remove /osint prefix - Add crawl endpoint streaming support - Improve error handling with 402 payment required status
2025-11-07fix: prevent empty string from overriding environment variable api keyv0.4.0s1-1/+3
2025-11-03his2-0/+43