Diff
Not logged in

Differences From Artifact [132b4f6495]:

To Artifact [4bb89e0f4b]:


468
469
470
471
472
473
474
475
476
477



478
479
480
481
482



483
484
485
486
487
488
489
468
469
470
471
472
473
474



475
476
477
478
479



480
481
482
483
484
485
486
487
488
489







-
-
-
+
+
+


-
-
-
+
+
+







    #       query parameters with constant values for this request type.
    #
    set anonymousApiKey ""

    if {[isEagle]} then {
      if {[llength $apiKeys] > 0} then {
        return [appendArgs \
            $baseUri ?raw=1&method=lookup&apiKeys= [uri escape uri \
            [join $apiKeys ,]] &package= [uri escape uri $package] \
            &version= [uri escape uri $version]]
            $baseUri ?raw=1&method=lookup&apiKeys= [uri escape data \
            [join $apiKeys ,]] &package= [uri escape data $package] \
            &version= [uri escape data $version]]
      } else {
        return [appendArgs \
            $baseUri ?raw=1&method=lookup&apiKey= [uri escape uri \
            $anonymousApiKey] &package= [uri escape uri $package] \
            &version= [uri escape uri $version]]
            $baseUri ?raw=1&method=lookup&apiKey= [uri escape data \
            $anonymousApiKey] &package= [uri escape data $package] \
            &version= [uri escape data $version]]
      }
    } else {
      package require http 2.0

      if {[llength $apiKeys] > 0} then {
        return [appendArgs \
            $baseUri ? [::http::formatQuery raw 1 method lookup \