Package

lspace.services.rest

endpoints

Permalink

package endpoints

Visibility
  1. Public
  2. All

Type Members

  1. case class ApiService(ontology: Ontology)(implicit graph: Graph) extends JsonLDModule with Product with Serializable

    Permalink
  2. case class AppService(apps: List[JsApp]) extends Service with Product with Serializable

    Permalink
  3. case class AuthService() extends Service with Product with Serializable

    Permalink
  4. trait JsonLDModule extends Module[IO]

    Permalink
  5. case class NameSpaceService(graph: Graph) extends JsonLDModule with Product with Serializable

    Permalink
  6. case class PagedResult(result: List[Node]) extends Product with Serializable

    Permalink
  7. trait Service extends Module[IO]

    Permalink
  8. case class TraversalService(graph: Graph) extends JsonLDModule with Product with Serializable

    Permalink

Value Members

  1. object JsonLDModule

    Permalink

Ungrouped