holidayextras/jsonapi-server

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.eslintrc
.gitignore
.jshintrc
.npmignore
.npmrc
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
documentation/api-migration.md
documentation/chain-handler.md
documentation/configuring.md
documentation/debugging.md
documentation/foreign-relations.md
documentation/handlers.md
documentation/metrics.md
documentation/post-processing.md
documentation/resources.md
documentation/suggested-project-structure.md
documentation/swagger.md
package-lock.json
package.json
example/handlers/articleHandler.js3
example/handlers/authenticationHandler.js14
example/handlers/autoincrementHandler.js9
example/handlers/brokenResponseHandler.js9
example/handlers/commentHandler.js3
example/handlers/peopleHandler.js3
example/handlers/photoHandler.js4
example/handlers/tagHandler.js3
example/handlers/timestampHandler.js14
example/handlers/tupleHandler.js3
example/resources/articles.js117
example/resources/autoincrement.js24
example/resources/brokenResponse.js22
example/resources/comments.js47
example/resources/people.js59
example/resources/photos.js80
B
4 hrs
example/resources/tags.js56
example/resources/tuples.js34
A
2 hrs
example/server.js66
lib/ChainHandler.js44
A
2 hrs
lib/MemoryHandler.js90
A
2 hrs
lib/debugging.js30
lib/filter.js105
A
3 hrs
lib/graphQl/filterArgs.js15
lib/graphQl/index.js80
B
4 hrs
lib/graphQl/joiConverter.js75
A
2 hrs