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

endpoints4s.algebra.TextEntitiesTestApi.scala Maven / Gradle / Ivy

package endpoints4s.algebra

trait TextEntitiesTestApi extends EndpointsTestApi {

  val textRequestEndpointTest: Endpoint[String, String] =
    endpoint(
      post(path / "text", textRequest),
      ok(textResponse)
    )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy