class documentation

Undocumented

Method __init__ Undocumented
Method confirm_sell_listing Undocumented
Method send_trade_allow_request Undocumented
Constant CONF_URL Undocumented
Static Method _get_confirmation_sell_listing_id Undocumented
Static Method _get_confirmation_trade_offer_id Undocumented
Method _create_confirmation_params Undocumented
Method _fetch_confirmation_details_page Undocumented
Method _fetch_confirmations_page Undocumented
Method _get_confirmations Undocumented
Method _select_sell_listing_confirmation Undocumented
Method _select_trade_offer_confirmation Undocumented
Method _send_confirmation Undocumented
Instance Variable _identity_secret Undocumented
Instance Variable _my_steam_id Undocumented
Instance Variable _session Undocumented
def __init__(self, identity_secret: str, my_steam_id: str, session: requests.Session): (source)

Undocumented

def confirm_sell_listing(self, asset_id: str) -> dict: (source)

Undocumented

def send_trade_allow_request(self, trade_offer_id: str) -> dict: (source)

Undocumented

CONF_URL: str = (source)

Undocumented

Value
'https://steamcommunity.com/mobileconf'
@staticmethod
def _get_confirmation_sell_listing_id(confirmation_details_page: str) -> str: (source)

Undocumented

@staticmethod
def _get_confirmation_trade_offer_id(confirmation_details_page: str) -> str: (source)

Undocumented

def _create_confirmation_params(self, tag_string: str) -> dict: (source)

Undocumented

def _fetch_confirmation_details_page(self, confirmation: Confirmation) -> str: (source)

Undocumented

def _fetch_confirmations_page(self) -> requests.Response: (source)

Undocumented

def _get_confirmations(self) -> List[Confirmation]: (source)

Undocumented

def _select_sell_listing_confirmation(self, confirmations: List[Confirmation], asset_id: str) -> Confirmation: (source)

Undocumented

def _select_trade_offer_confirmation(self, confirmations: List[Confirmation], trade_offer_id: str) -> Confirmation: (source)

Undocumented

def _send_confirmation(self, confirmation: Confirmation) -> dict: (source)

Undocumented

_identity_secret = (source)

Undocumented

_my_steam_id = (source)

Undocumented

_session = (source)

Undocumented