Skip to content

Remove deprecated Address API#200

Merged
cmillett merged 1 commit intomasterfrom
dev/remove-address-api
Apr 16, 2026
Merged

Remove deprecated Address API#200
cmillett merged 1 commit intomasterfrom
dev/remove-address-api

Conversation

@cmillett
Copy link
Copy Markdown
Member

@cmillett cmillett commented Apr 9, 2026

Summary

  • Remove the Address API (deprecated since Nov 2023) from the OpenAPI specification
  • Delete all Address API endpoints (/address/autocomplete/json, /address/details/json, /address/geocode/json), parameters, schemas, response examples, code snippets, and generated docs
  • Fix localitiesDetails.yml to reference localities/cc_format.yml instead of the deleted address/cc_format.yml
  • Preserve AddressComponents schema (shared with Localities API)

Test plan

  • npm run build succeeds
  • All 21 tests pass (npm run test)
  • AddressComponents still resolves in LocalitiesDetailsResponse, LocalitiesGeocodeResponse, LocalitiesNearbyResponse
  • No dangling $ref references
  • Verify published API docs no longer show Address API endpoints

🤖 Generated with Claude Code

The Address API was deprecated in Nov 2023 in favor of Localities API.
Remove all Address API endpoints, parameters, schemas, responses,
snippets, and generated docs. Shared schema AddressComponents is
preserved as it is referenced by Localities API.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@cmillett cmillett merged commit 57ae9f5 into master Apr 16, 2026
1 check passed
@cmillett cmillett deleted the dev/remove-address-api branch April 16, 2026 09:51
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.

2 participants