Skip to content

Instantly share code, notes, and snippets.

@mogeta
Created June 21, 2018 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mogeta/179132edd1178b998e6130edf53c0db8 to your computer and use it in GitHub Desktop.
Save mogeta/179132edd1178b998e6130edf53c0db8 to your computer and use it in GitHub Desktop.
https://developers.google.com/photos/ で利用するrequest body
{
"filters": {
"dateFilter": {
"dates": [
{
"day": 11,
"month": 6,
"year": 2018
}
]
},
"contentFilter": {
"includedContentCategories": [
"FOOD"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment