@dc0de/http-client
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"private": false, | ||
"license": "MIT", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"name": "@dc0de/http-client", | ||
@@ -6,0 +6,0 @@ "description": "Simple HttpClient built on top of Axios and RxJS", |
@@ -16,3 +16,3 @@ import { Observable } from "rxjs"; | ||
export declare type HttpClientGetRequestConfig = Pick<HttpClientRequestConfig, "pathParams" | "queryParams" | "headers" | "timeout">; | ||
export declare type HttpClientPostRequestConfig = Pick<HttpClientRequestConfig, "pathParams" | "queryParams" | "headers" | "timeout">; | ||
export declare type HttpClientPostRequestConfig = Pick<HttpClientRequestConfig, "data" | "pathParams" | "queryParams" | "headers" | "timeout">; | ||
export declare type HttpClientPutRequestConfig = HttpClientPostRequestConfig; | ||
@@ -19,0 +19,0 @@ export declare type HttpClientPatchRequestConfig = HttpClientPostRequestConfig; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52732