| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…ods as middleware. Throw HTTP error 405 when acessing unavailable service methods.
updating to new feathers-errors error handler
* adding test coverage reporting * adding code-climate badges * updating test to check for more files and not run generated app tests * Run generated plugin tests * Only run compile and mocha as the test * Remove other Node versions
* add error handler * OAuth 1 not 2
* add error handler * OAuth 1 not 2
| Back | FazBrowse Home | New Git URL |
A refactoring of the REST provider that makes it possible to retrieve a service method wrapped as a middleware via app.rest.find(service) etc. This is necessary to implement #22 as a plugin.
Additionally the provider now also throws an HTTP error 405 (Method Not Allowed) if trying to access a service method that doesn't exist.