Skip to content

Instantly share code, notes, and snippets.

@Jeweller-Tsai
Last active August 5, 2016 16:23
Show Gist options
  • Save Jeweller-Tsai/06751b08f4065718f032dfba0e246cd6 to your computer and use it in GitHub Desktop.
Save Jeweller-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