object CallbackDocs
- Companion:
- class
Type members
Classlikes
trait SomeRequestEntity
A wrapper type for a RequestEntity whose carried information is unknown.
A wrapper type for a RequestEntity whose carried information is unknown.
This wrapper type is necessary because Scala 3 does not support writing RequestEntity[_].
- Companion:
- object
trait SomeResponse
Value members
Concrete methods
Deprecated methods
@deprecated("Use `CallbackDocs(...).withRequestDocs(docs)` instead of `CallbackDocs(..., requestDocs = docs)`", "1.0.0")
def apply[A, B](method: Method, entity: RequestEntity[A], response: Response[B], requestDocs: Documentation): CallbackDocs
- Deprecated