Skip to content

Add Reviews API write support - #87

Open
jbuckner wants to merge 1 commit into
s3-authfrom
reviews-write
Open

Add Reviews API write support#87
jbuckner wants to merge 1 commit into
s3-authfrom
reviews-write

Conversation

@jbuckner

Copy link
Copy Markdown
Owner

Closes #83. Part of #35, stacked on #74 (auth); merge that first and this retargets to main.

🤖 Generated with Claude Code

https://claude.ai/code/session_015u2FT1T8yYQsEztyKg6UGf

submitReview(), deleteReview(), and myReview() cover the reviews.php
endpoint with the LOW header. A user has one review per item, so a
submit overwrites and reports reviewUpdated. The read side reuses the
existing Review model.

Closes #83

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015u2FT1T8yYQsEztyKg6UGf
@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 59.57447% with 38 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.88%. Comparing base (56628ab) to head (59c37ff).

Files with missing lines Patch % Lines
InternetArchiveKit/InternetArchiveProtocols.swift 0.00% 30 Missing ⚠️
InternetArchiveKit/InternetArchive.swift 86.53% 7 Missing ⚠️
InternetArchiveKit/InternetArchiveErrors.swift 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           s3-auth      #87      +/-   ##
===========================================
- Coverage    91.33%   87.88%   -3.45%     
===========================================
  Files           14       15       +1     
  Lines          773      867      +94     
===========================================
+ Hits           706      762      +56     
- Misses          67      105      +38     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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