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

Replace get_resource_name with get_resource_id #864

Commits on Apr 13, 2023

  1. Replace .get_resource_name with .get_resource_id.

    Although the function is named `get_resource_name` in reality it's generating
    the ID that is used as an id of the resource description as well as in the
    URLs of apipie.
    
    It replaces `.get_resource_name` with `.get_resource_id` to avoid confusion
    with ResourceDescription#name.
    PanosCodes committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9c32eba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    972d9fa View commit details
    Browse the repository at this point in the history
  3. Fix rubocop warnings

    PanosCodes committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    0fd79e9 View commit details
    Browse the repository at this point in the history