コード例 #1
0
 LS1APISpec DownloadSpec(string filename)
 {
     return(LS1APISpec.GetFromURL(string.Format("https://raw.githubusercontent.com/LavishSoftware/LS1-Platform-Specifications/master/{0}", filename)));
 }
コード例 #2
0
 public APISpecEmitter(LS1APISpec apispec)
 {
     APISpec = apispec;
 }
コード例 #3
0
 LS1APISpec ReadSpec(string filename)
 {
     return(LS1APISpec.GetFromFile(System.IO.Path.Combine(SpecFolder, filename)));
 }
コード例 #4
0
 public void AddAPISpec(LS1APISpec spec)
 {
     APISpecs.Add(spec);
 }