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
I guess that retrieving the full country name (localized_country_name in the meetup API) could be more useful than just the country code (country in the meetup API). You might want to retrieve both.
Using the following code retrieves this for me in the find_group() function.
I guess that retrieving the full country name (
localized_country_name
in the meetup API) could be more useful than just the country code (country
in the meetup API). You might want to retrieve both.Using the following code retrieves this for me in the
find_group()
function.The text was updated successfully, but these errors were encountered: