4 lines
316 B
Bash
4 lines
316 B
Bash
token=$(cat .oauthtoken)
|
|
curl -H "Authorization: Bearer $token" "https://us.api.blizzard.com/data/wow/token/?namespace=dynamic-us" | fx
|
|
# curl -H "Authorization: Bearer $CLIENT_ACCESS_TOKEN" "https://us.api.blizzard.com/data/wow/guild/proudmoore/stellar/roster?namespace=profile-us" | jq '.members[].character.name'
|