UNPKG

flickr-sdk

Version:

Almost certainly the best Flickr API client in the world for node and the browser

17 lines (16 loc) 611 B
/** * This file was auto-generated on 2023-10-24T15:44:49.806Z * flickr.photos.getCounts * Gets a list of photo counts for the given date ranges for the calling user. * Permissions required: read */ export type FlickrPhotosGetCountsParams = { /** * A comma delimited list of unix timestamps, denoting the periods to return counts for. They should be specified <b>smallest first</b>. */ dates?: string; /** * A comma delimited list of mysql datetimes, denoting the periods to return counts for. They should be specified <b>smallest first</b>. */ taken_dates?: string; };