Search With Summary Builder
SearchWithSummaryBuilder
SearchWithSummaryBuilder Objects
class SearchWithSummaryBuilder()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
function constructor()Constructor
Arguments:
parentInternalOpenGateAPI - this is ogapi instanceroutesobject - this defined the routes. One of those routes must be called on Builder before call build method.
summary
function summary() -> 'SearchWithSummaryBuilder'The response will only have a summary information
Returns:
SearchWithSummaryBuilder
Example:
ogapi.subscriptionsSearchBuilder().summary()