Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Find resources that incorrectly implement save() or delete() #539

Open
robertjd opened this issue Sep 14, 2016 · 0 comments
Open

Find resources that incorrectly implement save() or delete() #539

robertjd opened this issue Sep 14, 2016 · 0 comments
Milestone

Comments

@robertjd
Copy link
Member

Most of our concrete resources (Directory, etc) inherit from InstanceResource, which provides save() and delete() methods, but these operations are not supported on every REST resource. We need to find any concrete resources that have methods which can't actually be used, because the REST API doesn't support them.

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

No branches or pull requests

2 participants