module PlaceOS::Core::BuildApi

Defined in:

placeos-core/driver_manager.cr

Constant Summary

BUILD_API_BASE = "/api/build/v1"

Class Method Summary

Class Method Detail

def self.compile(file_name : String, url : String, commit : String, branch : String, force : Bool, username : String | Nil = nil, password : String | Nil = nil, fetch : Bool = true) #

[View source]
def self.compiled?(file_name : String, commit : String, branch : String, uri : String) #

[View source]
def self.defaults(file_name : String, commit : String, branch : String, uri : String) #

[View source]
def self.metadata(file_name : String, commit : String, branch : String, uri : String) #

[View source]