2 Commits

Author SHA1 Message Date
ivy 44b4e40c40 feat: add batch upload, CLI, and exception hierarchy
- Add RbxError base class with AuthError, RateLimitError, UploadError,
  and AssetNotFoundError subclasses
- Add BatchUploadItem and BatchResult dataclasses
- Add batch_upload method with semaphore-limited concurrency (2 at a time)
- Add configurable max_attempts and poll_interval to upload_clothing_image
- Add CLI with upload and onsale commands (rbx-upload[cli] extra)
- Improve auth error handling across all client methods
- Bump version to 0.2.0
2026-02-18 15:45:17 -05:00
ivy ebe3ad08d0 test: add pytest suite, fixtures, and CI workflow 2026-02-18 11:09:04 -05:00