We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The public API is quite simple; however, it is not clear what our contracts to the user are.
For example:
getSnapshot
update
fetch
getFile
Some of this may be a problem with our API; however, documentation is necessary regardless of whether or not these are issues.
The text was updated successfully, but these errors were encountered:
Api documentation is now on the wiki and the api problems were (for the most part) fixed in #51 😄
Sorry, something went wrong.
No branches or pull requests
The public API is quite simple; however, it is not clear what our contracts to the user are.
For example:
getSnapshot
not only gets the latest snapshot, but it also seeds the file if it wasn't being seeded beforegetSnapshot
can only be called afterupdate
fetch
andgetFile
have the same side effects and constraints asgetSnapshot
Some of this may be a problem with our API; however, documentation is necessary regardless of whether or not these are issues.
The text was updated successfully, but these errors were encountered: