Skip to content

Instantly share code, notes, and snippets.

@CarlosLevir
Created March 16, 2019 20:35
Show Gist options
  • Save CarlosLevir/2fffdbde9f9cccd64ec43316bb0075ee to your computer and use it in GitHub Desktop.
Save CarlosLevir/2fffdbde9f9cccd64ec43316bb0075ee to your computer and use it in GitHub Desktop.
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