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

GenericFinder

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, serviceBaseURL: string)

Constructor

Public Constructors

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

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. Can be null

error_not_found string

String error which will be thrown on not_found error.

serviceBaseURL string

base of the uri petition