neynarxyz / nodejs-sdk

Typescript SDK for Neynar APIs
https://neynar.com
MIT License
50 stars 10 forks source link

CastsResponseResults V2 is missing NextCursor #163

Closed porenes closed 1 month ago

porenes commented 1 month ago

There should be a cursor here

https://github.com/neynarxyz/nodejs-sdk/blob/a7a6b4945bced6e2ca735adec7164fa48983198f/src/neynar-api/v2/openapi-farcaster/models/casts-response-result.ts#L32

Shreyaschorge commented 1 month ago

@porenes

This model is used in methods like fetchBulkCasts and searchCasts and the cursor is not part of the response. Are you looking for something else? Please let me know which method you are using or type for which method you are looking for.

porenes commented 1 month ago

searchCasts API does have a cursor in the reply

image

valerierose commented 1 month ago

Fixed in v1.49.1 https://github.com/neynarxyz/nodejs-sdk/releases/tag/v1.49.1