Flattened Search Builder
This is a abstract class. It is a class that extends from base to make all kind of summary search request to OpenGate North API.
constructor
Constructor
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| parent | InternalOpenGateAPI |
❌ | this is ogapi instance |
| routes | object |
❌ | this defined the routes. One of those routes must be called on Builder before call build method. |
build()
Build a instance of Search
Retorna
Tip
Tipo: Search
Ejemplos
flattened()
The response will return a flattened response
Retorna
Tip
Tipo: FlattenedSearchBuilder