ContentClient

uk.gov.nationalarchives.dp.client.ContentClient
See theContentClient companion object
trait ContentClient[F[_]]

A client to search for entities in Preservica

Type parameters

F

Type of the effect

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def searchEntities(searchQuery: SearchQuery, max: Int): F[List[Entity]]

Value parameters

max

The maximum number of results to return. Defaults to 100

searchQuery

The search query to use

Attributes

Returns

A list of Entity objects wrapped in the F effect