February 2018
Intermediate to advanced
246 pages
6h 3m
English
Goophr Librarian is the actual maintainer of the index for a set of documents, and its responsibilities are to add terms to the index and to return query results for the search terms based on the terms available in the index.
Informally, we can define the API as follows:
The following is the OpenAPI definition for Goophr Librarian:
# openapi/librarian.yamlopenapi: 3.0.0 servers: - url: /api info: title: Goophr Librarian API version: '1.0' ...
Read now
Unlock full access