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
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.
The text was updated successfully, but these errors were encountered:
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 methodsgetCasts
,getCastsByHash
,getUsers
,getChannelsFollowing
,getChannelFollowingStatus
,getChannels
,getChannelByName
, andgetChannelFollowers
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.
The text was updated successfully, but these errors were encountered: