-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implementing v1 #1
Conversation
…rator, add progressbar to CLI Further improvements are improved state file handling, retrying HTTP requests in case retrieving the body fails and many more...
…is causes no slowdown), not when exporting (where it causes massive slowdown)
…throughput penalties
…nt syncing and querying
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know you said in the description you want to add docs/readme later but I'd rather do it now (I don't have gripes with the architecture), because this is public Github and not our internal git 😬
I did not necessarily suggest to not include documentation in this PR - I just didn't want to do it before getting a second opinion on the API 🙃 But now that you took a look I will add some documentation. |
Documentation has been added. PTAL :) |
@obitech Might you please take another look? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice 🙌
Just two small comments to comply with the godoc best practices
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉
When agreeing on the general architecture I will add doc strings and a README :)