- download
void download(string ver, void delegate(scope InputStream) @(safe) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- extractRefInfo
RefInfo[] extractRefInfo(Json refListJson)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBranches
RefInfo[] getBranches()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDownloadUrl
string getDownloadUrl(string ver)
Undocumented in source. Be warned that the author may not have intended to support it.
- getInfo
RepositoryInfo getInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTags
RefInfo[] getTags()
Undocumented in source. Be warned that the author may not have intended to support it.
- listFiles
RepositoryFile[] listFiles(string commit_sha, InetPath path)
Undocumented in source. Be warned that the author may not have intended to support it.
- readFile
void readFile(string commit_sha, InetPath path, void delegate(scope InputStream) @(safe) reader)
Undocumented in source. Be warned that the author may not have intended to support it.
- readPaginatedJson
Json readPaginatedJson(string url, bool sanitize, bool cache_priority)
Undocumented in source. Be warned that the author may not have intended to support it.
- readPaginatedLength
uint readPaginatedLength(string url, bool sanitize, bool cache_priority)
Undocumented in source. Be warned that the author may not have intended to support it.