This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Description
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.