commit
dc6b09ba3a
1 changed files with 0 additions and 8 deletions
|
|
@ -19,14 +19,6 @@ else {
|
||||||
Write-Output "API Key not found"
|
Write-Output "API Key not found"
|
||||||
}
|
}
|
||||||
|
|
||||||
else {
|
|
||||||
Write-Output "Clan members not found"
|
|
||||||
}
|
|
||||||
if ($clanMembersArray.count -gt 10 ) {
|
|
||||||
write-output "Currently not able to process more then 10 players"
|
|
||||||
exit
|
|
||||||
}
|
|
||||||
|
|
||||||
$headers = @{
|
$headers = @{
|
||||||
'accept' = 'application/vnd.api+json'
|
'accept' = 'application/vnd.api+json'
|
||||||
'Authorization' = "$apiKey"
|
'Authorization' = "$apiKey"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue