All Downloads are FREE. Search and download functionalities are using the official Maven repository.

endpoints.documented.openapi.OptionalResponses.scala Maven / Gradle / Ivy

There is a newer version: 0.10.1
Show newest version
package endpoints
package documented
package openapi

/**
  * Interpreter for [[algebra.OptionalResponses]]
  */
trait OptionalResponses
  extends algebra.OptionalResponses
    with Endpoints {

  def option[A](response: Response[A], notFoundDocumentation: String): Response[Option[A]] =
    DocumentedResponse(404, notFoundDocumentation, content = Map.empty) :: response

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy