devconcept

Results 4 issues of devconcept

I think this is a great module and I've been using it for a while but I also think is poorly documented. The first time I tried to use it...

## Issue Currently the pagination section of the docs states the following "Any request that can return multiple resources will be paginated and contain a pagination object and list of...

unscheduled
open for contribution
api-docs

In a recent work I had to write an application that send files using ajax. In jQuery the syntax was ``` javascript $.ajax({ url: formURL, type: 'POST', data: formData, contentType:...

The "CORS for node and express page" is more complicated and less configurable than it should be. There is a [cors](https://github.com/expressjs/cors) module for node that works with express middleware and...