flickr-sdk
Version:
Almost certainly the best Flickr API client in the world for node and the browser
17 lines (15 loc) • 542 B
TypeScript
/**
* This file was auto-generated on 2023-10-24T15:44:49.879Z
* flickr.places.resolvePlaceURL
* Find Flickr Places information by Place URL.<br /><br />
This method has been deprecated. It won't be removed but you should use <a href="/services/api/flickr.places.getInfoByUrl.html">flickr.places.getInfoByUrl</a> instead.
* Permissions required: none
*/
export type FlickrPlacesResolvePlaceURLParams = {
/**
* A Flickr Places URL.
<br /><br />
Flickr Place URLs are of the form /country/region/city
*/
url: string;
};