Suggestion: SDK for Derek
- Linguagem predominante
- Go
- Estrelas
- 820
- Forks
- 68
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Would it be useful to provide Derek as an SDK?
The GitHub auth that we've written has already been useful for the GitHub App in OpenFaaS Cloud and could be useful as a separate package.
Due to [forking of Derek](https://github.com/miekg/dreck) over one user not wanting to follow DCO process, would it be advantageous for us to release Derek as an SDK so the functionality can be invoked via other processes such as a regular HTTP server or as suggested in another issue - an AWS Lambda function? #13
If Derek was packaged as an SDK a few things would need to change:
* secrets would have to be read ahead of time into memory and passed in a configuration object
* any `log.Fatal*` lines may need to be removed
* regression testing would also be needed
* updates to docs for consumption of SDK
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.