Skip to content

Instantly share code, notes, and snippets.

@nate-tsai
Last active August 5, 2016 16:23
Show Gist options
  • Save nate-tsai/06751b08f4065718f032dfba0e246cd6 to your computer and use it in GitHub Desktop.
Save nate-tsai/06751b08f4065718f032dfba0e246cd6 to your computer and use it in GitHub Desktop.
body = %{"title": "Creating an awesome worklog client using Elixir"} |> Poison.encode!
HTTPoison.post! @url, body, %{"Authorization" => "token your_access_token"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment