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

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

@robertjd

Description

@robertjd

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions