UNPKG

architect-node-sdk

Version:

Essentialz Architect Nodejs SDK

8 lines (7 loc) 338 B
import { HttpClientInterface } from '../http'; import { ResourceService } from './ResourceService'; import { ArchitectConfig } from '../types'; export declare class UsersService<T> extends ResourceService<T> { constructor(httpClient: HttpClientInterface, config: ArchitectConfig); protected getResourceUrl(id?: string): string; }