-
Notifications
You must be signed in to change notification settings - Fork 226
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
Are the docs out of date? #469
Comments
Could you share the script? |
Actually the script was literally just that line, but it looks like there is quite a bit that's out of date. For example...
https://steemit.com/steemit/@steemitdev/additional-public-api-change getAccountVotes is no longer supported and I don't see anything for the suggested replacement of using database_api.list_votes I'm not seeing a function that maps to this database_api.list_votes, and I don't see how to use steemjs to call it. |
Regarding |
Regarding |
I am getting a strange error.
My code is literally taken right off the front page...
The error I get is
Expected behavior
I expected that line of code to work, perhaps with a limit, (would be nice if query were documented somewhere)
Actual behavior
It threw the above error
How to reproduce
Run the sample code from the readme
Environment information
Ubuntu Bionic, Node 10
My guess is the docs are out of date and possibly the code. Is there a way to get a list of what is expected to work now days? Also is there someplace where query is documented? Thanks!
The text was updated successfully, but these errors were encountered: