-
Notifications
You must be signed in to change notification settings - Fork 578
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
Document how to follow and unfollow using snapshot.js #562
Comments
@ChaituVR Should this issue be transferred to snapshot.js repo? |
@mktcode Hey, I wanted to know if this will be picked? |
Oh, sorry guys I missed this somehow, so
For this, you can use graphQL API, and query like this:
Should confirm with @bonustrack as there might be a reason for not adding this, this needs an alias address and maybe users can spam it easily? |
Yes we should document how to follow and unfollow spaces using snapshot.js |
bump to document this |
Is your feature request related to a problem? Please describe.
snapshot.js
but the documentation only has a placeholder...
. When will the api be ready?Describe the solution you'd like
await client.spaces.get("client account address")
await client.spaces.create("awesome.eth", "client account address")
await client.spaces.join("awesome.eth", "client account address")
Additional context
The graphql query for multiple spaces doesn't allow searching by members. Can add there as well.
The text was updated successfully, but these errors were encountered: