Adding KNPLabs Github API client

This commit is contained in:
Tobias Nyholm
2017-10-21 09:11:45 -07:00
parent c0fe61d896
commit b286d493fe
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,5 @@
services:
Github\Client:
class: Github\Client
# Uncomment to enable authentication
#calls: ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]