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
Geo helper functions let users easily fetch all geo ids of a given type. This could be extended to our non-US data sources, too, to make those easier to work with.
A wrapper around a geo helper function also lets us easily convert a request for "*" geo values to an explicit list, for the endpoints that don't support the wildcard "*". Related to #235