Skip to content

Finalize README and CHANGELOG (step 13)#10

Merged
whitewalls86 merged 2 commits into
masterfrom
step-13-readme-finalization
Jun 13, 2026
Merged

Finalize README and CHANGELOG (step 13)#10
whitewalls86 merged 2 commits into
masterfrom
step-13-readme-finalization

Conversation

@whitewalls86

Copy link
Copy Markdown
Owner

Summary

  • Fix iter_listings import placement -- moved to top of quick start block (was awkwardly mid-block after VIN lookup)
  • Guard all int | None fields in code examples: listing.price, vin.build.combined_msrp, and RateLimitError.retry_after
  • Add Error handling section with RateLimitError / VisorAPIError snippet; note that the SDK does not retry automatically
  • Add note that all responses are Pydantic models
  • CHANGELOG: move AsyncVisorClient, VisorClient, pagination helpers, and export audit out of Future Work into Unreleased / Added

Test plan

  • pytest tests/test_exports.py -- 4 passed
  • pytest -- 228 passed
  • ruff check src/ tests/ -- clean
  • mypy src/ -- clean

Generated with Claude Code

whitewalls86 and others added 2 commits June 12, 2026 23:49
- Fix iter_listings import placement (moved to top of quick start block)
- Guard listing.price formatting against None in sync and async examples
- Add error handling section with RateLimitError/VisorAPIError snippet
- Note that all responses are Pydantic models and SDK does not retry
- CHANGELOG: move AsyncVisorClient, VisorClient, pagination helpers, and
  export audit from Future Work into Unreleased/Added

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@whitewalls86
whitewalls86 merged commit f032a69 into master Jun 13, 2026
2 checks passed
@whitewalls86
whitewalls86 deleted the step-13-readme-finalization branch June 13, 2026 04:56
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.

1 participant