pyvespa icon indicating copy to clipboard operation
pyvespa copied to clipboard

FR: expose visit api

Open PrathamSoni opened this issue 5 months ago • 0 comments

Expose the visit api as part of the sdk.

Ideal interaction: supply yql query to filter with optional limit/offset. method returns a (async/sync) generator across the documents. raises stop error when either limit is hit/end of generator.

PrathamSoni avatar Mar 23 '24 21:03 PrathamSoni