UNPKG

flickr-sdk

Version:

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

14 lines (13 loc) 463 B
/** * This file was auto-generated on 2023-10-24T15:44:49.878Z * flickr.places.resolvePlaceId * Find Flickr Places information by Place ID.<br /><br /> This method has been deprecated. It won't be removed but you should use <a href="/services/api/flickr.places.getInfo.html">flickr.places.getInfo</a> instead. * Permissions required: none */ export type FlickrPlacesResolvePlaceIdParams = { /** * A Flickr Places ID */ place_id: string; };