loopback-component-storage-mongo-nop0x
v1.5.1
Published
[](https://travis-ci.org/jdrouet/loopback-component-storage-mongo) [ | GET /api/ Get information about specified container | getContainer(container, callback) | GET /api//:container Create a new container | createContainer(options, callback) | PORT /api/ Delete specified container | destroyContainer(options, callback) | DELETE /api//:container List all files within specified container | getFiles(container, callback) | GET /api//:container/files Get information for specified file within specified container | getFile(container, file, callback) | GET /api//:container/files/:file Delete a file within a given container by name | removeFile(container, file, callback) | DELETE /api//:container/files/:file Upload one or more files into the specified container | upload(container, req, res, callback) | POST /api//:container/upload Download a file within specified container | download(container, file, res, callback) | GET /api//:container/download/:file
