loopback-component-storage/lib
Miroslav Bajtoš 4ea51fcd8c 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).
2018-01-06 22:46:26 -03:00
..
providers/filesystem Create containers with slash 2018-01-06 22:45:58 -03:00
factory.js Fix eslint 2018-01-06 22:28:42 -03:00
storage-connector.js Fix linting errors 2016-10-19 11:36:39 -04:00
storage-handler.js Create containers with slash 2018-01-06 22:45:58 -03:00
storage-service.js Mark HTTP path parameters as required 2018-01-06 22:46:26 -03:00