joyent-portal/packages/portal-api
Sérgio Ramos b5605db095 feat(portal-api): send "Not Found" errors hen entity is not found
This error is only sent when fetching a single entity, or when fetching multiple
with specific filters.
2017-07-26 11:15:53 +01:00
..
lib feat(portal-api): send "Not Found" errors hen entity is not found 2017-07-26 11:15:53 +01:00
test feat(portal-api): add branches resolver 2017-07-17 10:57:35 +01:00
.dockerignore build: ignore package-lock 2017-06-20 14:44:27 +01:00
.gitignore chore(portal-api): move portal-api to packages 2017-05-25 19:44:31 +01:00
.travis.yml chore(portal-api): move portal-api to packages 2017-05-25 19:44:31 +01:00
LICENSE chore(portal-api): move portal-api to packages 2017-05-25 19:44:31 +01:00
README.md chore(portal-api): add start script to support frontend 2017-06-05 19:44:43 +01:00
bootstrap-data.js feat(portal-api): replace dockerode with node-triton (#532) 2017-06-29 09:28:56 -05:00
package.json fix(portal-api): better handle dev enviroments 2017-07-21 10:13:24 +01:00
server.js fix(portal-api): better handle dev enviroments 2017-07-21 10:13:24 +01:00

README.md

ContainerPilot Monitor API

Build Status

Lead Maintainer: Wyatt Preul

Example usage

yarn start

Navigate to http://localhost:8000/graphiql to run graphQL queries. Navigate to http://localhost:8000/documentation for documentation on each route.