Skip to content

Add Simple Lists support - #76

Open
jbuckner wants to merge 1 commit into
mainfrom
simple-lists
Open

Add Simple Lists support#76
jbuckner wants to merge 1 commit into
mainfrom
simple-lists

Conversation

@jbuckner

Copy link
Copy Markdown
Owner

simpleLists(identifier:) returns an item's list memberships keyed by
list name and parent identifier. Keys are raw list names and
identifiers, so the response decodes with explicit CodingKeys;
convertFromSnakeCase would mangle ones containing underscores. Members
of a list are already reachable through search() with a
simplelists__{list}:{parent} clause.

Closes #57

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 64.70588% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.66%. Comparing base (230a09a) to head (ad794ce).

Files with missing lines Patch % Lines
InternetArchiveKit/InternetArchive.swift 58.82% 7 Missing ⚠️
...nternetArchiveKit/Models/SimpleListsResponse.swift 0.00% 4 Missing ⚠️
InternetArchiveKit/InternetArchiveProtocols.swift 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
- Coverage   91.98%   90.66%   -1.32%     
==========================================
  Files          13       14       +1     
  Lines         686      718      +32     
==========================================
+ Hits          631      651      +20     
- Misses         55       67      +12     

☔ 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.

Add Simple Lists support

1 participant