Class: Perka::ClientApi::DescribeTypeUuidGet

Inherits:
Flatpack::Client::FlatpackRequest
  • Object
show all
Defined in:
lib/perka/client_api.rb

Instance Method Summary collapse

Constructor Details

#initialize(api, *args) ⇒ DescribeTypeUuidGet

Returns a new instance of DescribeTypeUuidGet.



191
192
193
# File 'lib/perka/client_api.rb', line 191

def initialize(api, *args)
  super(api, "GET", "/api/2/describe/{type}/{uuid}", *args)
end

Instance Method Details

#with_last_modified(last_modified) ⇒ Object

An ISO8601-formatted datetime that will be used to filter the entities in the payload’s data section to those that were created or updated after the specified time



198
199
200
# File 'lib/perka/client_api.rb', line 198

def with_last_modified(last_modified)
  query_parameter('lastModified', last_modified);
end