Skip to content

Update Models.py for Buff163 API as of June 2025#3

Open
chancecardona wants to merge 4 commits intomarkzhdan:masterfrom
chancecardona:update_models_api_june_2025
Open

Update Models.py for Buff163 API as of June 2025#3
chancecardona wants to merge 4 commits intomarkzhdan:masterfrom
chancecardona:update_models_api_june_2025

Conversation

@chancecardona
Copy link
Copy Markdown

Before, even with the current PR by SildCave, several new fields were missing. These have since been added. I also re-alphabetized things and made sure things actually get initialized.
Should work now!

(Pdb) pp my_item.
my_item.__class__                    my_item.game
my_item.__delattr__                  my_item.goods_info
my_item.__dict__                     my_item.has_buff_price_history
my_item.__dir__                      my_item.has_bundle_inventory_order
my_item.__doc__                      my_item.has_fade_name
my_item.__eq__                       my_item.has_overprint_name
my_item.__format__                   my_item.has_paintwear_rank
my_item.__ge__                       my_item.has_related
my_item.__getattribute__             my_item.has_rent_order
my_item.__getstate__                 my_item.has_rune
my_item.__gt__                       my_item.id
my_item.__hash__                     my_item.is_charm
my_item.__init__                     my_item.is_container
my_item.__init_subclass__            my_item.item_id
my_item.__le__                       my_item.keychain_color_img
my_item.__lt__                       my_item.market_hash_name
my_item.__module__                   my_item.market_min_price
my_item.__ne__                       my_item.name
my_item.__new__                      my_item.paintseed_filters
my_item.__reduce__                   my_item.paintseed_filters_buy_order
my_item.__reduce_ex__                my_item.paintseed_filters_history
my_item.__repr__                     my_item.paintwear_choices
my_item.__setattr__                  my_item.paintwear_range
my_item.__sizeof__                   my_item.quick_price
my_item.__str__                      my_item.rank_types
my_item.__subclasshook__             my_item.recent_sold_count
my_item.__weakref__                  my_item.relative_goods
my_item.allow_bundle_inventory       my_item.rent_day_choices
my_item.appid                        my_item.rent_num
my_item.asset_tags                   my_item.rent_sort_by_fields
my_item.asset_tags_buy_order         my_item.sell_min_price
my_item.asset_tags_history           my_item.sell_num
my_item.auction_num                  my_item.sell_reference_price
my_item.auction_sort_by_fields       my_item.share_data
my_item.bookmarked                   my_item.short_name
my_item.buy_max_price                my_item.show_game_cms_icon
my_item.buy_min_price_limit          my_item.sort_by_fields
my_item.buy_num                      my_item.steam_market_url
my_item.can_buy                      my_item.super_short_name
my_item.can_sort_by_heat             my_item.support_charm
my_item.container_type               my_item.support_name_tag
my_item.containers                   my_item.transacted_num
my_item.description                  my_item.user_show_count
my_item.fade_choices                 my_item.wiki_link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants