-
Notifications
You must be signed in to change notification settings - Fork 11
Update market.browse
to make all params optional, rather than required.
#171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Simplified Scriptor type for now. - Fixed the rarity type that I broke - Renamed new types to fit convention
I've just made massive changes to |
I resolved the conflicts, are you able to to review the changes I made to your changes. As soon as it looks good to you I'll merge it in. Thanks! |
Looks good to me! |
your changes will be in the next release and are available now to anyone who runs |
Update `market.browse` to make all params optional, rather than required.
Currently
market.browse
requires all parameters to be present, which is the inverse of what it should be. This fixes that.