Commit 559a88c
committed
refactor\!: rename GeocodioClient to Geocodio
BREAKING CHANGE: The main client class has been renamed from GeocodioClient to Geocodio for simplicity and consistency with other SDKs.
Migration guide:
- Change imports from `from geocodio import GeocodioClient` to `from geocodio import Geocodio`
- Update instantiation from `client = GeocodioClient(...)` to `client = Geocodio(...)`1 parent 4713a68 commit 559a88c
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments