Packagesk.prasa.webapis.picasa.core
Classpublic class Community
InheritanceCommunity Inheritance sk.prasa.webapis.picasa.core.MethodHelper



Public Methods
 MethodDefined by
  
search(query:String, urlparams:UrlParams = null):PicasaResponder
List photos in community by given query.
Community
Method detail
search()method
public function search(query:String, urlparams:UrlParams = null):PicasaResponder

List photos in community by given query. This is query-based feed. Loads e.g. http://picasaweb.google.com/data/feed/api/all?kind=photo&q=searchTerm The "result data" contains meta as Meta (default one because the feed doesn't have the category tag in the atom head) and entries as Array.

Parameters
query:String — String Query
 
urlparams:UrlParams (default = null) — UrlParams Parameters to alter the feed url

Returns
PicasaResponder