youtubeapi-8.x-1.2/config/api/comments.yml
config/api/comments.yml
#Youtube API Settings.
#Generated on : 2017-05-15 12:15:15
method: comments
#Request Parameters
request_uri: https://www.googleapis.com/youtube/v3/comments
request:
part:
apitype: string
options:
- id
- snippet
default: id
multiple: true
required: true
id:
apitype: string
multiple: true
parentId:
apitype: string
maxResults:
apitype: unsigned integer
pageToken:
apitype: string
textFormat:
apitype: string
options:
- html
- plainText
#Response Parameters
response:
kind:
apitype: string
etag:
apitype: etag
nextPageToken:
apitype: string
pageInfo:
apitype: object
pageInfo.totalResults:
apitype: integer
pageInfo.resultsPerPage:
apitype: integer
items:
apitype: list
isarray: true
