constructor()

in src/GenericRestClient.ts [46:48]


    constructor(endpointUrl: string) {
        this._endpointUrl = endpointUrl;
    }