Closed asmeurer closed 6 years ago
For whatever reason, the old method startted giving 404 response codes. We now use API version 3, which has a new URL format, and requires that the org/repo be entirely url encoded (including the slash).
@mtazzari do you want to test?
Looks like our tests actually catch this (in master they fail). So I guess this was broken very recently.
Just tested it, works perfectly.
For whatever reason, the old method startted giving 404 response codes. We now use API version 3, which has a new URL format, and requires that the org/repo be entirely url encoded (including the slash).