15 if ( strpos(
$path,
'https://raw.github.com/' ) === 0 ) {
17 } elseif ( strpos(
$path,
'http://' ) === 0 ) {
19 } elseif ( strpos(
$path,
'https://' ) === 0 ) {
Constructs fetchers based on the repository urls.
Accesses file system directly.
This class uses GitHub api to obtain a list of files present in a directory to avoid fetching files t...
Fetches files over HTTP(s).