[ 
https://issues.apache.org/jira/browse/STREAMS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16052989#comment-16052989
 ] 

ASF GitHub Bot commented on STREAMS-508:
----------------------------------------

Github user jfrazee commented on a diff in the pull request:

    https://github.com/apache/incubator-streams/pull/368#discussion_r122576107
  
    --- Diff: 
streams-contrib/streams-provider-twitter/src/main/jsonschema/org/apache/streams/twitter/api/FavoritesListRequest.json
 ---
    @@ -0,0 +1,41 @@
    +{
    +  "$schema": "http://json-schema.org/draft-03/schema";,
    +  "$license": [
    +    "http://www.apache.org/licenses/LICENSE-2.0";
    +  ],
    +  "id": "#",
    +  "javaType" : "org.apache.streams.twitter.api.FavoritesListRequest",
    +  "javaInterfaces": ["java.io.Serializable"],
    +  "properties": {
    +    "user_id": {
    +      "description": "The ID of the user for whom to return results. 
Either an id or screen_name is required for this method.",
    +      "required": false,
    +      "type": "integer"
    --- End diff --
    
    Is having the type here as integer going to cause any problems with some of 
the Twitter ids with the id != id_str thing?


> Utilize new third-party rest proxy capability in provider-twitter
> -----------------------------------------------------------------
>
>                 Key: STREAMS-508
>                 URL: https://issues.apache.org/jira/browse/STREAMS-508
>             Project: Streams
>          Issue Type: Improvement
>            Reporter: Steve Blackmon
>            Assignee: Steve Blackmon
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Requires upgrade juneau dependency to 6.2.1 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to