I'm writing an app that pulls the demands for a particular performer.
Currently it looks like I need to supply the performer ID to /perfomers/get, then iterate over the demand elements, passing each one to /demands/get to find the details.
This seems expensive. Is there a way to batch these requests to /demands/get ? Or is there another way to get all the demands for a performer directly with one call?
I experimented with /demands/search, but it's inaccurate because it doesn't accept performer IDs AFAICT. A search for, say, "Hawthorne Heights" pulls up demands of other performers who've listed HH somewhere in their profiles.
thanks, Scott
