Commit 941b00e
committed
[BUGFIX] Github -> Repos -> Statuses -> Show gives 404
If you request a github repo status via api
$githubClient->api('repository')->statuses()->show(...
the HTTP client throws a 404, because the request URL build "//repos/...".1 parent 3cb9b2c commit 941b00e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments