Skip to content

validate ruby handles multiple indexers endpoints at the same level #1666

Closed

Description

more information in #1535

Some APIs might index collections by different ids, historically this can be an issue as we end up generating multiple method in the same class with the same name. We should make sure we de-duplicate the methods when needed.

/repos/{owner}/{repo}/commits/{ref}
/repos/{owner}/{repo}/commits/{commit_sha}

Should result in a GetByRef and a GetByCommitSha method which don't conflict with one another.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions