flickr-sdk
Version:
Almost certainly the best Flickr API client in the world for node and the browser
17 lines (14 loc) • 586 B
TypeScript
/**
* This file was auto-generated on 2023-10-24T15:44:49.907Z
* flickr.stats.getTotalViews
* Get the overall view counts for an account
* Permissions required: read
*/
export type FlickrStatsGetTotalViewsParams = {
/**
* Stats will be returned for this date. This should be in either be in YYYY-MM-DD or unix timestamp format.
A day according to Flickr Stats starts at midnight GMT for all users, and timestamps will automatically be rounded down to the start of the day.
If no date is provided, all time view counts will be returned.
*/
date?: string;
};