You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating Api::getPriorities method (see #68) we've kept Api::getPriorties method for BC reasons, but totally forgot that next release is 2.0.0, where BC breaks are allowed.
Proposing to drop Api::getPriorties method to make code base cleaner.