Closed
Description
Example:
$github->api('repos')->contents()->download('mads379', 'scala.tmbundle', 'Syntaxes/Simple Build Tool.tmLanguage');
But link https://api.github.com/repos/mads379/scala.tmbundle/contents/Syntaxes/Simple%20Build%20Tool.tmLanguage is work.
This occurs because lib generate the request:
/repos/mads379/scala.tmbundle/contents/Syntaxes%2FSimple+Build+Tool.tmLanguage
Solution:
Use rawurlencode
instead of urlencode
for all urls.
Metadata
Metadata
Assignees
Labels
No labels