Created
November 22, 2016 14:40
-
-
Save thiagoa/5727a5eb4f50de84dcc3151ee138a7c9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// app/assets/javascxripts/app/twitter/fetchTimeline.js | |
import axios from 'axios'; | |
export default function fetchTimeline(id) { | |
return axios.get(`/twitter_timeline/${id}`); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment