fix(packages): fix specified user packages api path#2129
Conversation
fix specified user packages api path Signed-off-by: ysicing <i@ysicing.me>
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
Codecov Report
@@ Coverage Diff @@
## master #2129 +/- ##
=======================================
Coverage 97.78% 97.78%
=======================================
Files 112 112
Lines 9970 9970
=======================================
Hits 9749 9749
Misses 154 154
Partials 67 67
Continue to review full report at Codecov.
|
fix specified user packages api path
Error in getting specific user repository API path, should be
/users/%v/packages, not/user/%v/packageshttps://docs.github.com/en/rest/reference/packages#get-a-package-version-for-a-user
Signed-off-by: ysicing i@ysicing.me