Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use consistent naming across resource methods #327

Merged
merged 2 commits into from Feb 24, 2022

Commits on Feb 24, 2022

  1. Use consistent naming across resource methods

    This commit introduces a refactor for several methods that express an action on a relationship between two resources. By using
    verbs, we can be more specific as to what action we're performing when calling these methods. An example would be
    ModuleConsumers() -- from this method signature we can't necessarily tell what action this method is performing without
    referring to the docs. Renaming it to ListModuleConsumers() we can now assess what the function does more conveniently.
    sebasslash committed Feb 24, 2022
    Copy the full SHA
    098b2d1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b8682da View commit details
    Browse the repository at this point in the history