We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
addAuthentication
tamer/example/src/main/scala/tamer/rest/RESTCustomAuth.scala
Line 21 in 8c8c40f
val authentication: Authentication[Any] = new Authentication[Any] { override def addAuthentication(request: SttpRequest, supplementalSecret: Option[String]): SttpRequest = // ... }
A suggestion is to make the type parameter -R <: SttpClient or to make authentication independent from any particular client.
-R <: SttpClient
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tamer/example/src/main/scala/tamer/rest/RESTCustomAuth.scala
Line 21 in 8c8c40f
This can result in code like this for custom auth:
A suggestion is to make the type parameter
-R <: SttpClient
or to make authentication independent from any particular client.The text was updated successfully, but these errors were encountered: