api-boilerplate icon indicating copy to clipboard operation
api-boilerplate copied to clipboard

API application boilerplate

Results 8 api-boilerplate issues
Sort by recently updated
recently updated
newest added

When i run `mocha` in `./api/users`, i got some error ``` Uncaught TypeError: Cannot read property 'eql' of undefined ``` Here is my solve: ``` // (./api/users/test.js) add it var...

When i run `mocha` in `./api/users`, i got some warning: ``` Uncaught TypeError: Cannot read property 'eql' of undefined ``` Here is my solve: ./api/users/test.js ``` // add it var...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/fengmk2/test/github/02853bd7-cd6e-428b-ad6c-585cb1eb03df/master..snyk-fix-9w1j4d) for more details. #### Snyk Project: [koajs/api-boilerplate:package.json](https://app.snyk.io/org/fengmk2/project/02853bd7-cd6e-428b-ad6c-585cb1eb03df) ####...

This project has vulnerabilities that could not be fixed, or were patched when no upgrade was available. Good news, new upgrades or patches have now been published! This pull request...

This project has vulnerabilities that could not be fixed, or were patched when no upgrade was available. Good news, new upgrades or patches have now been published! This pull request...

It'd be really nice to see this finished and updated to work with Koa 2.

This project still uses koa-router v3.0. In v5.0, there was a [breaking change](https://github.com/alexmingoia/koa-router/blob/master/history.md#500) which this boilerplate still uses causing it to break when using the latest and greatest: > Remove...

Hi, I'd like to use lib/load in my own project. Is there a plan for it to become a module? Can I just make it a module and give you...