flickr-sdk
Version:
Almost certainly the best Flickr API client in the world for node and the browser
13 lines (12 loc) • 434 B
TypeScript
/**
* This file was auto-generated on 2023-10-24T15:44:49.679Z
* flickr.blogs.getList
* Get a list of configured blogs for the calling user.
* Permissions required: read
*/
export type FlickrBlogsGetListParams = {
/**
* Optionally only return blogs for a given service id. You can get a list of from <a href="/services/api/flickr.blogs.getServices.html">flickr.blogs.getServices()</a>.
*/
service?: string;
};