UNPKG

flickr-sdk

Version:

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

13 lines (12 loc) 339 B
/** * This file was auto-generated on 2023-10-24T15:44:49.892Z * flickr.reflection.getMethodInfo * Returns information for a given flickr API method. * Permissions required: none */ export type FlickrReflectionGetMethodInfoParams = { /** * The name of the method to fetch information for. */ method_name: string; };