sorare / api

Sorare API documentation
154 stars 49 forks source link

Special play-off cards invisible #603

Closed jmallot21 closed 3 months ago

jmallot21 commented 4 months ago

Special play-off cards are invisible in APIs. It is not possible to retrieve them.

My call : query getSpecialCardPlayOff { currentUser { nbaCards(rarities: limited) { nodes { slug } } } }

Response : image

But on Sorare Website : image

Lively & Gobert are missing.

Could you please correct this? Thanks in advance.

jmallot21 commented 3 months ago

@redox It's a real problem. Could you please take a look at what's going on with these cards?

jmallot21 commented 3 months ago

I don't understand why reward of Rudy Gobert is not present in currentUser.nbaCards().

More information about this card. image image

Can you correct this please ? Thanks

piedup commented 3 months ago

You should use currentUser.cards and you can pass nba as a sport argument. nbaCards should be deprecated (will do now).

jmallot21 commented 3 months ago

Perfect ! Thx