PricesTF

exception src.tf2_utils.prices_tf.PricesTFError
exception src.tf2_utils.prices_tf.UnauthorizedError
exception src.tf2_utils.prices_tf.InternalServerError
exception src.tf2_utils.prices_tf.RateLimited
exception src.tf2_utils.prices_tf.EmptyResponse
class src.tf2_utils.prices_tf.PricesTF
static format_price(data: dict) dict
get_prices_till_page(page_limit: int, print_rate_limit: bool = False) dict
get_history(sku: str, page: int = 1, limit: int = 100, order: str = 'ASC') dict
get_price(sku: str) dict
get_prices(page: int, limit: int = 100, order: str = 'DESC') dict
get_all_prices(print_rate_limit: bool = False) dict
update_price(sku: str) tuple[dict, int]
request_access_token() None
property access_token: str
property headers: dict