Uh oh!
There was an error while loading. Please reload this page.
Apps.ListRepos/Apps.ListUserRepos: Add mercy-preview + nebula-preview headers - #1806
Conversation
… headers * mercy-preview: For receiving repository topics * nebula-preview: For visibility information
Codecov Report
@@ Coverage Diff @@## master #1806 +/- ##
=======================================
Coverage 97.59% 97.59% =======================================
Files 100 100 Lines 6521 6525 +4 =======================================
+ Hits 6364 6368 +4
Misses 85 85 Partials 72 72
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Thank you, @andygrunwald !I've gone through the GitHub v3 API docs and can't find any mention of the nebula-preview custom header... why is that one needed? EDIT: Ah! I see you already covered this in your description... awesome. Thank you!
Otherwise, LGTM.
Awaiting second LGTM before merging.
gmlewis
commented
Feb 21, 2021
Never mind my last comment. 😂 See edit above. |
andygrunwald
commented
Mar 5, 2021
gmlewis
commented
Mar 5, 2021
Thank you, @wesleimp ! |
What type of PR is this?
feature
What this PR does / why we need it:
When calling
Apps.ListReposorApps.ListUserRepos, the fieldvisibilityandtopicare alwaysnil.The reason: Missing headers for developers preview API.
Special notes for your reviewer:
This applies the same fix as in #1780
Does this PR introduce a user-facing change?:
None
Additional documentation e.g., usage docs, etc.: