- [ ] Helper class to connect to external service via REST API - [ ] Use config helper to get service details: https://github.com/devlinjunker/template.node.hapi/blob/master/conf/config.yaml#L41 - weather? - connect to github via public api? (retrieve issues/prs?) - [ ] GET/POST/PUT/DELETE requests - [ ] Trace log the request and responses - [ ] performance logging? Later: - oauth/google drive - private config file containing any hidden/secret keys (or just env.properties -- added to .gitignore)
Later: