Add get and list workflows from github actions API#197
Conversation
|
@ebk45 a small ping for review 🙂 |
ebk45
left a comment
There was a problem hiding this comment.
Although this client looks great, it would be appreciated if you could follow the existing nesting pattern we have established that follows the GitHub API. In this case, you'd need to create a parent ActionsClient and then your WorkflowsClient can be instantiated from there.
There's many examples of this around the codebase, for instance here issues are nested under repos, so you create an issue client from a repo client: https://github.com/spotify/github-java-client/blob/master/src/main/java/com/spotify/github/v3/clients/RepositoryClient.java#L119
|
Thank you so much for the review @ebk45! I have updated the pull request and added |
|
small ping for review @ebk45 🙂 |
Out of office for the coming 6 months
|
Thanks a lot! @dennisgranath 😄 |
|
Adds ActionsClient for #18 |
Hi @Abhi347!
Here is a small PR which adds get and list workflows from Github Actions API:
Added tests as well for code coverage