You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add /v1/geo-breakdown endpoint for geographic CWV breakdown (#94)
* feat: add /v1/geo-breakdown endpoint for geographic CWV breakdown
Adds a new controller and route that returns core_web_vitals data for
all geographies for a given technology. Unlike /cwv, this endpoint omits
the geo filter so callers can build a geographic breakdown chart without
issuing one request per country.
* refactor: merge geo-breakdown into reportController factory
Add crossGeo option to createReportController; delete standalone
geoBreakdownController.js. Endpoint now returns a single-month snapshot
(latest by default, or the month specified by the end param).
---------
Co-authored-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com>
* test: add tests for /v1/geo-breakdown
* fix: update CDN cache duration in setCommonHeaders function
* fix: update CDN cache tag and duration in response headers
* feat: add ETag support for caching in report responses
* test: add ETag header tests for /v1/technologies and /v1/adoption routes
---------
Co-authored-by: Alon Kochba <alonko@wix.com>
0 commit comments