UNPKG

flickr-sdk

Version:

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

13 lines (12 loc) 458 B
/** * This file was auto-generated on 2023-10-24T15:44:49.929Z * flickr.testimonials.getAllTestimonialsAboutBy * Get the testimonial by the currently logged-in user about the given user, regardless of approval status. Note that at most 1 testimonial will be returned * Permissions required: read */ export type FlickrTestimonialsGetAllTestimonialsAboutByParams = { /** * ID of the user to get testimonials about */ user_id: string; };