class

PlaceOS::Client::APIWrapper::Metadata

Inherits PlaceOS::Client::APIWrapper::Endpoint < Reference < Object

Instance methods

base

The base route for the endpoint

Source
children(id : String, name : String | Nil = nil)
Source
destroy(id : String, name : String)
Source
fetch(id : String, name : String | Nil = nil)
Source
merge(id : String, name : String, details : JSON::Any | Hash | NamedTuple | Array, description : String | Nil = nil)
Source
rename(id : String, current_name : String, new_name : String)
Source
update(id : String, name : String, details : JSON::Any | Hash | NamedTuple | Array, description : String | Nil = nil)
Source