neynarxyz / nodejs-sdk

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

add is priority to notifications endpoints #127

Closed MrKevinOConnell closed 3 months ago

MrKevinOConnell commented 3 months ago

updated methods: The below methods now have a optional boolean parameter isPriority:

fetchAllNotifications -> https://docs.neynar.com/reference/notifications

fetchNotificationsByParentUrlForUser -> https://docs.neynar.com/reference/notifications-parent-url

fetchChannelNotificationsForUser -> https://docs.neynar.com/reference/notifications-channel

Shreyaschorge commented 3 months ago

@MrKevinOConnell

Is the code already generated for these changes? Since it's not in this PR I am assuming it's already there. Please check it once.

Other than that it looks good to me.

Just checked its there already