Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read farcaster methods have disappeared on the latest version of the npm package #30

Open
quentin72000 opened this issue Sep 7, 2024 · 0 comments

Comments

@quentin72000
Copy link

Hello 👋

It seem like that all the read farcaster methods have been removed from the latest published version of the package on npm.
Checking the index.d.ts in the code explorer shows it clearly.

Except methods getUserByFid, the methods getCasts, getCastsByHash, getUsers, getChannelsFollowing, getChannelFollowingStatus, getChannels, getChannelByName, and getChannelFollowers have disappeared.

Is it voluntary? If so, why ?

Btw, look like some of those would return incorect value anyway as they doesn't return their data in the data property, but rather in a specific property.
For example, in getCastsByHash line 25, res.data should be replaced by res.casts (as also stated in the docs)

I'd be happy to fix the second issue, but I'd like some feedback on the removal of these methods from the npm package.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant