You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/19 14:06:00 UTC

[GitHub] larandersson commented on a change in pull request #4295: Honor skip and limit aparameters in action /whisk.system/apimgmt/getA…

larandersson commented on a change in pull request #4295: Honor skip and limit aparameters in action /whisk.system/apimgmt/getA…
URL: https://github.com/apache/incubator-openwhisk/pull/4295#discussion_r258052015
 
 

 ##########
 File path: core/routemgmt/common/apigw-utils.js
 ##########
 @@ -302,7 +302,7 @@ function getApis(gwInfo, spaceGuid, bpOrApiName) {
   }
   var options = {
     followAllRedirects: true,
-    url: gwInfo.gwUrl+'/'+encodeURIComponent(spaceGuid)+'/apis',
+    url: gwInfo.gwUrl+'/'+encodeURIComponent(spaceGuid)+'/apis?limit='+limit+'&skip='+skip,
 
 Review comment:
   @mdeuser There's a PR for that too: https://github.com/apache/incubator-openwhisk-apigateway/pull/335, but it's blocked until the build problem is solved.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services