digital-humani-js-sdk
Version:
[](https://github.com/impe93/digital-humani-js-sdk/actions/workflows/continuous-integrations.yaml) [ => Promise<T>;
readonly post: <T, P = any>(url: string, configs?: PostRequestConfig<P>) => Promise<T>;
readonly put: <T, P = any>(url: string, configs?: PutRequestConfig<P>) => Promise<T>;
readonly patch: <T, P = any>(url: string, configs?: PatchRequestConfig<P>) => Promise<T>;
readonly delete: <T>(url: string, configs?: DeleteRequestConfig) => Promise<T>;
}
//# sourceMappingURL=IHttpClient.d.ts.map