TheMathemagicians/sevenkeys/cardtrader

8 lines
167 B
Plaintext
Raw Normal View History

2024-11-24 17:47:00 +00:00
#!/bin/sh
# Note: Make sure to export BEARER before using
URL="https://api.cardtrader.com/api/v2"
curl --silent "$URL/$1" -H "Authorization: Bearer $BEARER" | jq .