wordpress-mobile/WordPressKit-iOS

Update domains/suggestions endpoint to use new segment_id parameter

kwonye opened this issue · 0 comments

We have a new domains suggestion parameter which replaces all other parameters. Now, we simply pass segment_id=INT and if it matches a blog type, we'll get .blog subdomains back (coffee.shop.blog) along with the normal wordpress.com subdomains (coffee.wordpress.com)

If it doesn't match a blog type, we'll simply get wordpress.com subdomains back.