Code review comment for lp:~dobey/unity-scope-click/base-url-env

Revision history for this message
dobey (dobey) wrote :

> It doesn't cover all aspects of server communcation - in click::Query::run(..)
> there is still a hardcoded url:
>
> qt::core::world::enter_with_task([=](qt::core::world::Environment& env)
> {
> static const QString queryPattern(
> "https://search.apps.ubuntu.com/api/v1/search?q=%1"
> "%2,architecture:%3");

Ugh. I forgot about the evil Query code. Fixed it now too.

« Back to merge proposal