module ActiveUtils::PostsData

def new_connection(endpoint)

def new_connection(endpoint)
  Connection.new(endpoint)
end