Skip to content

vinted-api-kit v1.0.0

Latest

Choose a tag to compare

@vlymar1 vlymar1 released this 23 Jan 18:08
· 3 commits to main since this release

🚀 v1.0.0

Added

  • Multiple cookie storage backends: json, mozilla, pickle
  • Dataclass-based models (CatalogItem, DetailedItem)
  • Custom exception hierarchy for network/auth/validation errors
  • Automatic locale detection from target Vinted URLs
  • SortOrder and StorageFormat type literals

Changed

  • Refactored architecture: separated api/, storage/, models/ layers
  • Default cookie storage format changed to json
  • SSL verification enabled by default
  • Proxy configuration simplified to a single string parameter
  • Cookie persistence now uses a strategy pattern

Fixed

  • JWT token expiration parsing (base64url padding handling)
  • Retry/logging behavior for authentication failures
  • Cookie persistence reliability
  • Proxy handling edge cases
  • Token expiration detection accuracy