getItem
Find and get objects, this is for single results
Last updated
Find and get objects, this is for single results
Last updated
getItem({key: value, ...} , (data)=> {}, (error)=> {})
if many items exists and matches with object you provide, getItem only return the last matched one.
to get list of matched items use getItems.
if pleex don't find anything its return undefined
parameter
required
types
search object
yes
object
success callback
yes
function
failure callback
yes
function