- Introduced dynamic endpoint resolution via `Endpoint.getContentstackEndpoint()`
- Added convenience method `Contentstack.Builder.setRegion(String)` for region targeting
- Implemented static proxy methods for ad-hoc URL resolution in `Contentstack`
- Added `Contentstack.refreshRegions()` to refresh regions registry from live source
- Bundled `regions.json` in JAR and auto-refreshed during build
- Added public accessors `Contentstack.getHost()` and `Contentstack.getBaseUrl()`
- Created `Endpoint` class to manage endpoint resolution and caching
- Implemented tests for endpoint resolution and region management
Endpoint.getContentstackEndpoint()Contentstack.Builder.setRegion(String)for region targetingContentstackContentstack.refreshRegions()to refresh regions registry from live sourceregions.jsonin JAR and auto-refreshed during buildContentstack.getHost()andContentstack.getBaseUrl()Endpointclass to manage endpoint resolution and caching