enjin / platform-csharp-sdk

SDK for connecting to and interacting with the Enjin Platform.
GNU Lesser General Public License v3.0
7 stars 8 forks source link

Add SetStates API for use with GetListings request #31

Closed SamTheBay closed 3 weeks ago

SamTheBay commented 2 months ago

The SetStates parameter was added to the GetListings request in the platform to avoid returning listings in unneeded states like cancelled or finalized. This change updates the SDK to include that new parameter as well. I have validated it is working end to end in Etherscape.

leonardocustodio commented 3 weeks ago

Only signed the commit so we can merge ;)