geeklearningio / gl-swagger-generator

Jane - An OpenAPI Specification (formerly Swagger) Client Generator
MIT License
6 stars 1 forks source link

Add check for null when adding parameters to the url query params. #81

Closed minuz closed 5 years ago

minuz commented 5 years ago

Currently, the parameter is only omitted if the parameter is set to undefined. Need to check against null as well.