PlaceOS::Client::APIWrapper::Assets
Inherits PlaceOS::Client::APIWrapper::Endpoint::Destroy < PlaceOS::Client::APIWrapper::Endpoint::Fetch < PlaceOS::Client::APIWrapper::Endpoint < Reference < Object
Instance methods
asset_instances(id : String)
Sourcecreate(name : String, purchase_date : Time, identifier : String | Nil = nil, purchase_price : Int32 | Nil = nil)
Creates a new asset.
search(q : String | Nil = nil, limit : Int = 20, offset : Int = 0, parent : String | Nil = nil)
Sourceupdate(id : String, name : String | Nil = nil, purchase_date : Time | Nil = nil, identifier : String | Nil = nil, purchase_price : Int32 | Nil = nil)
Updates asset attributes or configuration.