neynarxyz / nodejs-sdk

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

feat: add new casts search route to SDK #153

Closed valerierose closed 2 months ago

valerierose commented 2 months ago

Adds cast/search to SDK.

Also pulls in some recent changes to the OAS.

zacharytyhacz commented 2 months ago

Thank you sir

zacharytyhacz commented 2 months ago

This does not appear to be working for me, I am trying

await neynar.searchCasts('tabletop', { channelId: 'intori' })

// and 
await neynar.searchCasts('olympics', { channelId: 'intori' })

And the result is always empty, even though casts with these terms do exist: image

image

zacharytyhacz commented 2 months ago

Bump

zacharytyhacz commented 2 months ago

Bump