Skip to content

Instantly share code, notes, and snippets.

@pjirsa
Created October 21, 2022 14:54
Show Gist options
  • Save pjirsa/e5247ac18c45ad1ecab3eb09659bd9e6 to your computer and use it in GitHub Desktop.
Save pjirsa/e5247ac18c45ad1ecab3eb09659bd9e6 to your computer and use it in GitHub Desktop.
fetch healthcare articles from AAC
$result = curl "https://api.github.com/search/code?q=healthcare+repo%3AMicrosoftDocs%2Farchitecture-center+language%3AMarkdown+path%3Adocs&type=Code&page=1" | convertfrom-json
$result.items | format-table name, path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment