ahdinosaur / bigspace

an infinite space of resources
MIT License
1 stars 1 forks source link

make it so the indexes of get/create/etc of resources can take either IDs or the actual resources #46

Closed wolfbiter closed 11 years ago

wolfbiter commented 11 years ago

update: should it be the get/create/etc index, or the resource's root view index?

wolfbiter commented 11 years ago

consider changing data.id to data.<resource>

wolfbiter commented 11 years ago

also make sure it can handle the case of undefined data.<resource>

ahdinosaur commented 11 years ago

do #58 first, then maybe we can think about a batch resource that makes multiple method calls into one method call.

ahdinosaur commented 11 years ago

58 done and batch issue moved to #80