Skip to content

Instantly share code, notes, and snippets.

@thiagoa
Created November 22, 2016 14:40
Show Gist options
  • Save thiagoa/5727a5eb4f50de84dcc3151ee138a7c9 to your computer and use it in GitHub Desktop.
Save thiagoa/5727a5eb4f50de84dcc3151ee138a7c9 to your computer and use it in GitHub Desktop.
// 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