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

lspace.services.rest.endpoints.NodesApi.scala Maven / Gradle / Ivy

package lspace.services.rest.endpoints

import cats.effect.IO
import io.finch.Endpoint
import lspace.structure.Node

trait NodesApi {
  def apply(): Endpoint[IO, List[Node]]
  def hasId(id: Long): Endpoint[IO, Node]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy