Last active
August 5, 2016 16:23
-
-
Save Jeweller-Tsai/06751b08f4065718f032dfba0e246cd6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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