What is Nostr?
Tekromancer /
npub13e3…lhjj
2024-07-11 16:22:24

Tekromancer on Nostr: If you’re writing an SDK, don’t include a section on how to fetch all the pages ...

If you’re writing an SDK, don’t include a section on how to fetch all the pages of chunked results. That’s your job, not theirs. Make that the default interface and provide advanced methods to fetch a page at a time if your user specifically needs to for whatever reason.

Don’t make users write this:
all_results = []
results = sdk.get_items()
all_results.extend(results.items)
while results.has_more:
results = ... https://honeypot.net/2024/07/11/if-youre-writing.html
Author Public Key
npub13e30hnrpg768tslwwjveafaazctk7ghf9va2se2k4ygr8cj24veshclhjj