Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Rohit-554/6794918cc65b49cecec958b1d964c12c to your computer and use it in GitHub Desktop.

Select an option

Save Rohit-554/6794918cc65b49cecec958b1d964c12c to your computer and use it in GitHub Desktop.
HTTP
url
Method : Get
Headers
Content-Type application/json
Authorization Bearer <token>
Parse Json
Content : body(‘HTTP’)
Schema : (self generated)
Init variable
Value : You have @{body('Parse_JSON')?['count']} repositories:
Apply to each
Output from previous stage : @{body('Parse_JSON')?['value']}
Append to the String
Value:
Repository Name: @{items('Apply_to_each')?['name']}
URL: @{items('Apply_to_each')?['webUrl']}
Compose
Inputs : @{variables('repoList')}
response
Inputs : @{outputs('Compose')}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment