You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
The latest Neynar V2 spec includes the following new endpoints:
GET /farcaster/user/bulk
POST & DELETE /farcaster/user/verification
GET /farcaster/user/custody-address
GET /farcaster/notifications
GET /farcaster/followers/relevant
Implement methods to expose the functionality of these endpoints. The following methods should be implemented in the Neynar V2 client and have tests added:
Additional context
For the new verification methods, it's worth looking into abstracting away signing the message from the user, similar to what's done in the hub-rest package for signing verifications.
Describe the solution you'd like
The latest Neynar V2 spec includes the following new endpoints:
Implement methods to expose the functionality of these endpoints. The following methods should be implemented in the Neynar V2 client and have tests added:
Additional context
For the new verification methods, it's worth looking into abstracting away signing the message from the user, similar to what's done in the hub-rest package for signing verifications.
The Neynar V2 spec can be found here: neynarxyz/OAS/blob/main/src/v2/spec.yaml.
There are some manual steps to clean up the spec so that it works for us:
The text was updated successfully, but these errors were encountered: