neynarxyz / nodejs-sdk

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

fetchMuteList, publishMute, deleteMute added as methods #99

Closed MrKevinOConnell closed 6 months ago

MrKevinOConnell commented 6 months ago

corresponding oas PR: https://github.com/neynarxyz/OAS/pull/88

New Methods:

fetchMuteList -> https://docs.neynar.com/reference/mute-list, fetches the list of mutes for a fid

publishMute -> https://docs.neynar.com/reference/add-mute, adds a mute for a given fid

deleteMute -> https://docs.neynar.com/reference/delete-mute, deletes a mute for a given fid

misc: fetchAuthorizationUrl -> https://docs.neynar.com/reference/fetch-authorization-url is now attached to the signer section CastWithInteractionsReactions now includes likes_count and recasts_count

test:

Screenshot 2024-04-24 at 10 42 58 AM Screenshot 2024-04-24 at 10 43 15 AM