class Iterable::MessageTypes

message_types = Iterable::MessageTypes.new(config)
conf = Iterable::Config.new(token: ‘new-token’)
# With custom config
message_types.all
message_types = Iterable::MessageTypes.new
# With default config
@example Creating message_types endpoint object
Interact with /messageTypes API endpoints
#

def all

def all
  Iterable.request(conf, '/messageTypes').get
end