Skip to content

Ambiguous use of 'addParameter(_:value:)' #59

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

Open
kevin-kp opened this issue Jul 11, 2024 · 0 comments · May be fixed by #72
Open

Ambiguous use of 'addParameter(_:value:)' #59

kevin-kp opened this issue Jul 11, 2024 · 0 comments · May be fixed by #72

Comments

@kevin-kp
Copy link
Contributor

When creating an api with the following:

@GET("/some/endpoint/:param")
func getSomething(param: Path<Param>) async throws -> Something

Where Param is an enum with a raw value of String

enum Param: String, Codable, CaseIterable {
        case something
        case somethingElse = "something-else"
}

The following error occurs when building: Ambiguous use of 'addParameter(_:value:)'

@kevin-kp kevin-kp linked a pull request May 19, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant