1.3.4 • Published 8 years ago

express-rest-api-generator v1.3.4

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

express-rest-generator

Generates RESTful endpoints based on Mongoose schemas. Does things as you'd expect, GET requests are treated as a collection.find() query, if an :id param is provided to the end point -- it will do a collection.findById(). POST, PUT, PATCH http methods will either insert or update a document, depending if an :id param is provided to the end point. DELETE http method is self descriptive.

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago