Skip to content

Add PowerShell curl example to README#38

Open
Angstromico wants to merge 1 commit into
Sophomoresty:mainfrom
Angstromico:main
Open

Add PowerShell curl example to README#38
Angstromico wants to merge 1 commit into
Sophomoresty:mainfrom
Angstromico:main

Conversation

@Angstromico

Copy link
Copy Markdown

Summary

Add a Windows PowerShell curl example to README.md alongside the existing bash/macOS/Linux example.

Why

The existing README curl example is written for bash-style shells. On Windows PowerShell, JSON quoting and curl option parsing behave differently, so users need curl.exe --% ... to avoid PowerShell interpreting the JSON payload.

Changes

  • Added a PowerShell (Windows) curl example
  • Included a note explaining why curl.exe and --% are needed in PowerShell

Testing

  • Verified the README text manually
  • Confirmed the example uses PowerShell-compatible quoting for the JSON body

Notes

This is a docs-only change and does not affect runtime behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant