Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Update to areas.Task methods #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BeardedSteve
Copy link

Adds a find method on the Task area to retrieve a single task by the id. This has been named Task.find to remain consistent with other areas. The get method is not consistent with other areas though which use find_all or find_all_by_*. So find_all has been added and a comment placed in get to deprecate this method.

Adds a `find` method on the `Task` area to retrieve a single task by the id. This has been named `Task.find` to remain consistent with other areas.  The `get` method is not consistent with other areas though which use `find_all` or `find_all_by_*`. So `find_all` has been added and a comment placed in `get` to deprecate this method.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant