Skip to content

Instantly share code, notes, and snippets.

View Chong-H's full-sized avatar

PengCheng Luo Chong-H

  • Southwest Jiaotong University
  • Southwest Jiaotong University
  • 03:56 (UTC +08:00)
View GitHub Profile
@Chong-H
Chong-H / githubGistAPI.md
Last active December 30, 2025 15:38
githubGistAPI的用法(注意:md里面的api早已失效)

ghp_nIJsrgzjuzy****************

命令行调用:

直接用 Invoke-RestMethod (自动解析 JSON)

# 直接用 Invoke-RestMethod (自动解析 JSON)
Invoke-RestMethod -Uri "https://api.github.com/gists" `
  -Headers @{