Documentation home page

CFlickr
Component Flickr

Flickr

Method Summary
public Flickr init(string apikey, [string secret=""], [string token=""], [AbstractCache cache])
public Response get(string method, [struct params="#structnew()#"])
public ActivityInterface getActivityInterface()
public struct getAllInterfaces()
public string getApiKey()
public AuthInterface getAuthInterface()
public string getAuthToken()
public BlogsInterface getBlogsInterface()
public AbstractCache getCache()
public CommentsInterface getCommentsInterface()
Deprecated: use getPhotoCommentsInterface() or getPhotosetsCommentsInterface instead
public ContactsInterface getContactsInterface()
public FavoritesInterface getFavoritesInterface()
public GeoInterface getGeoInterface()
public GroupsInterface getGroupsInterface()
public InterestingnessInterface getInterestingnessInterface()
private any getInterface(any name)
public struct getLastParams()
public boolean getLastRequestCached()
public Response getLastResponse()
public LicensesInterface getLicensesInterface()
public NotesInterface getNotesInterface()
public PeopleInterface getPeopleInterface()
public CommentsInterface getPhotoCommentsInterface()
public CommentsInterface getPhotosetsCommentsInterface()
public PhotosetsInterface getPhotosetsInterface()
public PhotosInterface getPhotosInterface()
public PoolsInterface getPoolsInterface()
public PrefsInterface getPrefsInterface()
public ReflectionInterface getReflectionInterface()
public string getSecret()
public string getSignature(struct params)
public TagsInterface getTagsInterface()
public TestInterface getTestInterface()
public TransformInterface getTransformInterface()
public UploadInterface getUploadInterface()
public string getUrl(string key)
public UrlsInterface getUrlsInterface()
public any getVersion()
public Response post(string method, [struct params="#structnew()#"])
public void setApiKey(string apikey)
public void setAuthToken(string token)
public void setCache(AbstractCache cache)
public void setLastParams(struct params)
public void setLastResponse(Response response)
public void setSecret(string secret)
public void setUrl(string key, string value)
 

Method Detail

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)