Area Finder
AreaFinder
AreaFinder Objects
class AreaFinder()This class allow make get request to area resource into Opengate North API.
constructor
function constructor()Constructor
Arguments:
ogapiInternalOpenGateAPI - Reference to the API object.
findByOrganizationAndIdentifier
function findByOrganizationAndIdentifier(organization: string,identifier: string) -> 'Promise'Download a specific area by its organization and identifier. This execute a GET http method
Arguments:
organizationstring - area organization .identifierstring - area name.
Returns:
Promise