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

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

Open
kevin-kp opened this issue Jul 11, 2024 · 0 comments
Open

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

kevin-kp opened this issue Jul 11, 2024 · 0 comments

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:)'

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

No branches or pull requests

1 participant