kscout / meta

Meeting notes and design documents.
GNU General Public License v2.0
0 stars 0 forks source link

Consider developing feature for GitHub hub tool #15

Open Noah-Huppert opened 5 years ago

Noah-Huppert commented 5 years ago

https://github.com/github/hub/issues/2203

This feature would fit very well into an OpenShift source to image or Travis CI build. Would make it pretty easy to integrate with GitHub.

Consider completing it, or part of its functionality, in a sprint.

Noah-Huppert commented 5 years ago

This would give us access to this status page about our deployments:

https://github.com/kscout/serverless-registry-api/deployments

2019-07-22-20-23-06

(I created this status page by making mock requests to the GitHub API)

Noah-Huppert commented 5 years ago

Also consider just making API requests with Curl. simple enough.

Noah-Huppert commented 5 years ago

Also consider just making API requests with Curl. simple enough.

Actually not, parsing JSON responses would be hard.