sul-dlss / sul_pub

SUL system for harvest and managing publications for Stanford CAP, with controlled API access.
http://cap.stanford.edu
Other
8 stars 3 forks source link

allow a user to request custom batch sizes #1647

Closed peetucket closed 9 months ago

peetucket commented 9 months ago

Why was this change made?

Allow a user to request a custom batch when users the 'queries' method. This can be useful if you only want to get the number of results and the queryID back (and not all of the results). Used in some custom rialto queries and also could be used in later refactor to first request WOS_UIDs and then later full records in small batches (to deal with #1642)

How was this change tested?

Updated spec