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
refactor: use @objectstack/client analytics.query() instead of raw fetch()
Replace manual URL construction, auth header handling, and raw fetch()
in ObjectStackAdapter.aggregate() with this.client.analytics.query()
from the @objectstack/client SDK.
This leverages the SDK's built-in auth, headers, custom fetch config,
and base URL resolution — consistent with all other adapter methods.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments