Skip to content

Order of path parameters is not preserved #4151

@andreaTP

Description

@andreaTP

Found reviewing the result of this generation:
octokit/source-generator#50

The generated DSL in Java for the endpoint /repos/{owner}/{repo} is:

client.repos().byReposId(repo).byOwnerId(owner)

I believe that the same issue affects other languages, I quickly looked up Go.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done ✔️

Relationships

None yet

Development

No branches or pull requests

Issue actions