Static Search

StaticSearch

StaticSearch Objects

class StaticSearch()

This extends Search and it allow make request to any available resource into static resources for Opengate North API

constructor
function constructor()

Constructor

Arguments:

  • ogapi InternalOpenGateAPI - this is configuration about Opengate North API.
  • url string - this define a specific resource to make the search
  • filter object - this is the filter

execute
function execute() -> 'Promise'

This invoke a dummy request to OpenGate North API and the callback is managed by promises

Returns:

  • Promise