Skip to content
Snippets Groups Projects
Commit 6f99765f authored by dtluna's avatar dtluna
Browse files

Add home timeline

parent b5e94bf9
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ def user_fetcher(username) do
post "/account/verify_credentials", TwitterAPI.Controller, :verify_credentials
post "/statuses/update", TwitterAPI.Controller, :status_update
get "/statuses/home_timeline", TwitterAPI.Controller, :friends_timeline
get "/statuses/friends_timeline", TwitterAPI.Controller, :friends_timeline
post "/friendships/create", TwitterAPI.Controller, :follow
post "/friendships/destroy", TwitterAPI.Controller, :unfollow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment