Skip to content

Conversation

MiniCodeMonkey
Copy link
Member

@MiniCodeMonkey MiniCodeMonkey commented Aug 8, 2025

Summary

Updates the Python client library to use Geocodio API v1.9, ensuring compatibility with the latest API version.

Changes

  • Updated API base path from /v1.8 to /v1.9 in GeocodioClient
  • Updated all unit test URLs to use v1.9 endpoints
  • Updated smoke test logging messages to reflect v1.9
  • Removed outdated project documentation folder

Test Plan

  • Unit tests pass (48 tests, all passing)
    • test_geocode.py - Forward geocoding tests
    • test_reverse.py - Reverse geocoding tests
    • test_errors.py - Error handling tests
    • test_client.py - Client initialization tests
    • test_models.py - Data model tests
  • Verified API base path is correctly set to /v1.9
  • E2E tests with live API (requires API key)
  • Smoke tests with live API (requires API key)

- Update API base path from v1.8 to v1.9 in client
- Update all test URLs to use v1.9 endpoints
- Update smoke test logging to reflect v1.9
@MiniCodeMonkey MiniCodeMonkey merged commit 9fbbe6c into main Aug 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant