realJayNay/ost-kit-php-client

Retrieving the status of an airdrop fails

Closed this issue · 1 comments

The call to $ost->getAirdropStatus($airdropUuid) fails without returning a result.

Caused by an incorrectly documented API endpoint. Call should be GET instead of POST.
Thanks to @danieldeloretta for pointing it out.