Home Manual Reference Source Test Repository
import ProvisionGenericFinder from 'opengate-js/src/ProvisionGenericFinder.js'
public class | source

ProvisionGenericFinder

Extends:

GenericFinder → ProvisionGenericFinder

This class allow make get request to user resource into Opengate North API.

Constructor Summary

Public Constructor
public

constructor(ogapi: InternalOpenGateAPI, source: string, reponseJsonData: string, error_not_found: string)

Constructor

Public Constructors

public constructor(ogapi: InternalOpenGateAPI, source: string, reponseJsonData: string, error_not_found: string) source

Constructor

Override:

GenericFinder#constructor

Params:

NameTypeAttributeDescription
ogapi InternalOpenGateAPI

Reference to the API object.

source string

Relative url where is located the resource.

reponseJsonData string

Relative url where is located the resource.

error_not_found string

String error which will be thrown on not_found error.