Skip to content

Instantly share code, notes, and snippets.

@zachaysan
Created June 15, 2015 16:25
def create_link( url: url,
title: title )
body = { link: { url: url, title: title }}
body
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment