v0.5.2: Offset pagination for search-compounds and get-compound-interactions
Offset pagination for search-compounds and get-compound-interactions
pubchem_search_compoundsgainsoffset(0-10000) to page CIDs pastmaxResults; identifier-mode paging re-slices the resolved CID set, bounded searches widen their upstream window to reach a page (#38)pubchem_get_compound_interactionsgainsoffset(0-2147483646) to page each requested kind pastmaxEntries; output gains a per-kindpagingarray with each kind'stotalRecords/nextOffset/truncatedpubchem_get_compound_interactions'stargetkind switches its SDQ query fromdownloadtoselect, returning an exact per-kind total in the same round trip instead of inferring a floor- README: documents both tools' new offset ceilings and per-kind paging
This completes #38.