3 Commits

Author SHA1 Message Date
Tudor Stanciu
ad348edf0b feat: implement batch IP lookup functionality in .NET client; add validation and error handling 2025-10-09 23:58:38 +03:00
Tudor Stanciu
5a623a4384 Add unit and integration tests for Bitip.Client
- Implement GetHealthTests to validate health check responses and error handling.
- Implement GetIpLocationTests for IP geolocation lookups, including valid and invalid cases.
- Implement GetVersionTests to check version retrieval and error handling.
- Create BitipClientTestFixture for mocking HTTP responses in tests.
- Add RealApiIntegrationTests for testing against a live Bitip API instance.
- Introduce TestConfiguration for managing test settings and API keys.
- Update Bitip.Client.csproj with package metadata and licensing information.
- Add LICENSE file for MIT License compliance.
- Create README.md with detailed usage instructions and examples.
- Establish RELEASE.md for publishing guidelines and version management.
- Add AssemblyInfo.cs for internal visibility to tests.
2025-10-09 00:54:12 +03:00
Tudor Stanciu
9766697747 feat: add initial README and ReleaseNotes for Bitip.Client with installation instructions and feature overview 2025-10-08 01:39:00 +03:00