Created
October 28, 2019 11:44
-
-
Save whostolebenfrog/8e71eaa13a8d68ceee6924d8dfe13f24 to your computer and use it in GitHub Desktop.
Example of a Push and child data on the Atomist API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Push { | |
commits { | |
sha | |
message | |
author { | |
name | |
} | |
image { | |
imageName | |
pods { | |
state | |
} | |
} | |
} | |
repo { | |
channels { | |
name | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment