February 2018
Intermediate to advanced
246 pages
6h 3m
English
Goophr Concierge is the user-facing component, and it has two responsibilities—to index new documents and to return query results. Informally, we can define the API as follows:
This simple API description is for our understanding. Now let's look at how this would be formulated using the OpenAPI specification:
# openapi/concierge.yamlopenapi: 3.0.0 servers: - url: /api info: title: ...
Read now
Unlock full access