Hello,
My co-worker encountered an edge case issue with the gen3-client, a github API rate limit was reached while doing multiple downloads of samples from https://gen3.theanvil.io/. I believe this is related to the utility checking for a new release of the client with every execution. In an attempt to workaround the issue I submitted a one line patch in the pull request here,
feat(version_check): enable version check bypass by rgschmitz1 · Pull Request #110 · uc-cdis/cdis-data-client · GitHub
I'm not a golang developer, but I did verify that the version check was successfully bypassed by setting the environment variable GEN3_CLIENT_VERSION_CHECK=false
I'm just looking for a review from anyone with commit privileges on repository.
Thanks!