Return-Path: X-Original-To: apmail-streams-dev-archive@minotaur.apache.org Delivered-To: apmail-streams-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 91D0617F23 for ; Thu, 5 Feb 2015 20:20:16 +0000 (UTC) Received: (qmail 80104 invoked by uid 500); 5 Feb 2015 20:20:16 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 80056 invoked by uid 500); 5 Feb 2015 20:20:16 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 80042 invoked by uid 99); 5 Feb 2015 20:20:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2015 20:20:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 05 Feb 2015 20:19:54 +0000 Received: (qmail 79929 invoked by uid 99); 5 Feb 2015 20:19:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2015 20:19:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E0167E01D9; Thu, 5 Feb 2015 20:19:51 +0000 (UTC) From: robdouglas To: dev@streams.incubator.apache.org Reply-To: dev@streams.incubator.apache.org Message-ID: Subject: [GitHub] incubator-streams pull request: STREAMS-272 | YouTube Post Provide... Content-Type: text/plain Date: Thu, 5 Feb 2015 20:19:51 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org GitHub user robdouglas opened a pull request: https://github.com/apache/incubator-streams/pull/173 STREAMS-272 | YouTube Post Provider Put together all necessary resources for a YouTube Post provider. The provider takes in a UserInfo object (which contains a channel ID) and fetches all videos associated with that channel. Each video includes pertinent details, such as: title, description, likes/dislikes, comment count, videoId You can merge this pull request into a Git repository by running: $ git pull https://github.com/robdouglas/incubator-streams STREAMS-272-FIX Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-streams/pull/173.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #173 ---- commit 63ea2dda42eda3466481116ef463c956904aec6e Author: Robert Douglas Date: 2015-02-05T20:08:12Z STREAMS-272 | Including all changes necessary for a Youtube post provider commit 89dcc3c31db0cde19261eb98cd52065de076a6f9 Author: Robert Douglas Date: 2015-02-05T20:14:19Z STREAMS-272 | Removing unnecessary dependencies and Test Class ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---