Uses of Interface
nzilbb.labbcat.server.api.APIRequestContext
-
Packages that use APIRequestContext Package Description nzilbb.labbcat.server.api /api/… : API endpoints providing an HTTP-based API for access to transcripts, annotations, media, and functions that manipulate them. -
-
Uses of APIRequestContext in nzilbb.labbcat.server.api
Methods in nzilbb.labbcat.server.api with parameters of type APIRequestContext Modifier and Type Method Description void
APIRequestHandler. init(APIRequestContext context)
Initialise the endpoint data.
-