UNPKG

flickr-sdk

Version:

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

13 lines (12 loc) 383 B
/** * This file was auto-generated on 2023-10-24T15:44:49.869Z * flickr.places.getInfoByUrl * Lookup information about a place, by its flickr.com/places URL. * Permissions required: none */ export type FlickrPlacesGetInfoByUrlParams = { /** * A flickr.com/places URL in the form of /country/region/city. For example: /Canada/Quebec/Montreal */ url: string; };