Created
March 16, 2019 20:35
-
-
Save CarlosLevir/2fffdbde9f9cccd64ec43316bb0075ee 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
import request from './request'; | |
import * as env from '../.env.json'; | |
const getUnsubscribedTrailer = () => request.get(`/channels?key=${env.youtubeApiKey}&part=brandingSettings&id=${env.vevoChannelId}`); | |
export { getUnsubscribedTrailer }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment