Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Querying for multiple resources at once without sending tag parameter to Endpoint #84

Open
sallespro opened this issue Feb 1, 2016 · 1 comment

Comments

@sallespro
Copy link

    var CachedParents = $cachedResource('data', 'http://www.example.com/data/:_id', { _id: "@id"});
    // gets an Array and tags it 'cached-parents'
    var all = CachedParents.query({tag: 'cached-resource'})

ends up doing this

GET /data?tag=cached-resource

How can i tag to store the resulting Array, but not send the tag parameter in the request ?

@sallespro
Copy link
Author

i have also found this issue which suggests the ability to define the Array tag independently, which is pretty much related.
#42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant