CFlickr
Component Flickr
Flickr
get
public CFlickr.Response get(string method, [struct params="#structnew()#"])
-
- Parameters:
string method (Required)
struct params="#structnew()#" (Optional)
getActivityInterface
public CFlickr.activity.ActivityInterface getActivityInterface()
-
getAllInterfaces
public struct getAllInterfaces()
-
getApiKey
public string getApiKey()
-
getAuthInterface
public CFlickr.auth.AuthInterface getAuthInterface()
-
getAuthToken
public string getAuthToken()
-
getBlogsInterface
public CFlickr.blogs.BlogsInterface getBlogsInterface()
-
getCache
public CFlickr.cache.AbstractCache getCache()
-
getCommentsInterface
public CFlickr.comments.CommentsInterface getCommentsInterface()
-
Deprecated: use getPhotoCommentsInterface() or getPhotosetsCommentsInterface instead
getContactsInterface
public CFlickr.contacts.ContactsInterface getContactsInterface()
-
getFavoritesInterface
public CFlickr.favorites.FavoritesInterface getFavoritesInterface()
-
getGeoInterface
public CFlickr.photos.geo.GeoInterface getGeoInterface()
-
getGroupsInterface
public CFlickr.groups.GroupsInterface getGroupsInterface()
-
getInterestingnessInterface
public CFlickr.interestingness.InterestingnessInterface getInterestingnessInterface()
-
getInterface
private any getInterface(any name)
-
- Parameters:
any name (Required)
getLastParams
public struct getLastParams()
-
getLastRequestCached
public boolean getLastRequestCached()
-
getLastResponse
public CFlickr.Response getLastResponse()
-
getLicensesInterface
public CFlickr.photos.licenses.LicensesInterface getLicensesInterface()
-
getNotesInterface
public CFlickr.photos.notes.NotesInterface getNotesInterface()
-
getPeopleInterface
public CFlickr.people.PeopleInterface getPeopleInterface()
-
getPhotoCommentsInterface
public CFlickr.photos.comments.CommentsInterface getPhotoCommentsInterface()
-
getPhotosetsCommentsInterface
public CFlickr.photosets.comments.CommentsInterface getPhotosetsCommentsInterface()
-
getPhotosetsInterface
public CFlickr.photosets.PhotosetsInterface getPhotosetsInterface()
-
getPhotosInterface
public CFlickr.photos.PhotosInterface getPhotosInterface()
-
getPoolsInterface
public CFlickr.groups.pools.PoolsInterface getPoolsInterface()
-
getPrefsInterface
public CFlickr.prefs.PrefsInterface getPrefsInterface()
-
getReflectionInterface
public CFlickr.reflection.ReflectionInterface getReflectionInterface()
-
getSecret
public string getSecret()
-
getSignature
public string getSignature(struct params)
-
- Parameters:
struct params (Required)
getTagsInterface
public CFlickr.tags.TagsInterface getTagsInterface()
-
getTestInterface
public CFlickr.test.TestInterface getTestInterface()
-
getTransformInterface
public CFlickr.photos.transform.TransformInterface getTransformInterface()
-
getUploadInterface
public CFlickr.photos.upload.UploadInterface getUploadInterface()
-
getUrl
public string getUrl(string key)
-
- Parameters:
string key (Required)
getUrlsInterface
public CFlickr.urls.UrlsInterface getUrlsInterface()
-
getVersion
public any getVersion()
-
init
public CFlickr.Flickr init(string apikey, [string secret=""], [string token=""], [AbstractCache cache])
-
- Parameters:
string apikey (Required)
string secret="" (Optional)
string token="" (Optional)
AbstractCache cache (Optional)
post
public CFlickr.Response post(string method, [struct params="#structnew()#"])
-
- Parameters:
string method (Required)
struct params="#structnew()#" (Optional)
setApiKey
public void setApiKey(string apikey)
-
- Parameters:
string apikey (Required)
setAuthToken
public void setAuthToken(string token)
-
- Parameters:
string token (Required)
setCache
public void setCache(AbstractCache cache)
-
- Parameters:
AbstractCache cache (Required)
setLastParams
public void setLastParams(struct params)
-
- Parameters:
struct params (Required)
setLastResponse
public void setLastResponse(Response response)
-
- Parameters:
Response response (Required)
setSecret
public void setSecret(string secret)
-
- Parameters:
string secret (Required)
setUrl
public void setUrl(string key, string value)
-
- Parameters:
string key (Required)
string value (Required)