Skip to content

Instantly share code, notes, and snippets.

@alexandru-calinoiu
Last active January 29, 2022 05:04
Show Gist options
  • Save alexandru-calinoiu/451bb7cdaa1e67111ae7 to your computer and use it in GitHub Desktop.
Save alexandru-calinoiu/451bb7cdaa1e67111ae7 to your computer and use it in GitHub Desktop.
Send a CURL get request with an array param
This took me longer that I will like to find out
curl "http://localhost:3000/v1/collections/42/items?fields[]=synopsis" -v -H "Content-Type: application/json" -H "X-Session-Token: xxx" --globoff
@MERLIN-Flotilla
Copy link

MERLIN-Flotilla commented Oct 20, 2021

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