Skip to content

Add Changes API support - #75

Open
jbuckner wants to merge 1 commit into
s3-authfrom
changes-api
Open

Add Changes API support#75
jbuckner wants to merge 1 commit into
s3-authfrom
changes-api

Conversation

@jbuckner

Copy link
Copy Markdown
Owner

Closes #58. 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

changes(start:) reads the change feed: .coldStart to enumerate
everything, .startDate for changes since a date, .token to continue
from a previous batch's nextToken, or nil for the current head.
Requires credentials; they travel in the POST body, so nothing in that
path is logged.

Closes #58

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 53.22581% with 29 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (s3-auth@56628ab). Learn more about missing BASE report.

Files with missing lines Patch % Lines
InternetArchiveKit/InternetArchive.swift 68.42% 12 Missing ⚠️
InternetArchiveKit/InternetArchiveProtocols.swift 0.00% 9 Missing ⚠️
InternetArchiveKit/Models/ChangesResponse.swift 0.00% 7 Missing ⚠️
InternetArchiveKit/InternetArchiveErrors.swift 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             s3-auth      #75   +/-   ##
==========================================
  Coverage           ?   88.50%           
==========================================
  Files              ?       15           
  Lines              ?      835           
  Branches           ?        0           
==========================================
  Hits               ?      739           
  Misses             ?       96           
  Partials           ?        0           

☔ 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