module Tacokit::Client::Types

Methods for the Types API @see developers.trello.com/advanced-reference/type

Public Instance Methods

type(model_id) click to toggle source

Get a resource type for a given identifier @param model_id [String] the resource identifier @see developers.trello.com/advanced-reference/type#get-1-types-id

# File lib/tacokit/client/types.rb, line 9
def type(model_id)
  get resource_path "types", model_id
end