apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Guard against missing query parameters. #343

Closed rabbah closed 5 years ago

rabbah commented 5 years ago

Proposed fix for #342.

@larandersson if you can take a look at the suggested patch it would be appreciated 🙏. The nil checks were not sufficient since the values for limit and skip are the string "undefined".