loopback-component-storage/lib
Miroslav Bajtoš 7cf4d883ef
Mark HTTP path parameters as required
Per Swagger spec 2.0, parameters coming from the path must be marked
as required.

Before this change, the Swagger spec produced by loopback-swagger
was not valid because path parameters were optional.

Note that this commit does not fix the problem of the "uploaded"
method which does not have any swagger-supported parameters now,
and therefore the swagger spec will remain invalid (but with less
errors).
2017-08-30 15:09:02 +02:00
..
providers/filesystem Update deps 2017-03-09 08:22:03 -08:00
factory.js Fix eslint 2017-03-01 15:18:26 -08:00
storage-connector.js Fix linting errors 2016-10-19 11:36:39 -04:00
storage-handler.js Merge branch 'master' of https://github.com/hgouveia/loopback-component-storage into hgouveia-master 2017-03-01 15:32:11 -08:00
storage-service.js Mark HTTP path parameters as required 2017-08-30 15:09:02 +02:00