cyberark / dev-flow

Opinionated CLI that standardizes and automates common development tasks
Apache License 2.0
11 stars 3 forks source link

Rework GitHub service wrapper #66

Closed jtuttle closed 5 years ago

jtuttle commented 5 years ago

This PR reworks the github service wrapper to do most of the heavy lifting with GitHub, acting as a thin wrapper around its API endpoints. This is a step towards being able to stub the service when testing by swapping in a service client that doesn't make remote calls.