flex-plugins-api-utils
Advanced tools
Comparing version 0.12.1 to 0.13.0
@@ -23,3 +23,2 @@ import { AxiosInstance } from 'axios'; | ||
private static transformResponseError; | ||
list<R>(uri: string, option?: RequestOption): Promise<R[]>; | ||
get<R>(uri: string, option?: RequestOption): Promise<R>; | ||
@@ -26,0 +25,0 @@ post<R>(uri: string, data: object): Promise<R>; |
@@ -135,9 +135,2 @@ "use strict"; | ||
}; | ||
Http.prototype.list = function (uri, option) { | ||
return __awaiter(this, void 0, void 0, function () { | ||
return __generator(this, function (_a) { | ||
return [2, this.get(uri, option)]; | ||
}); | ||
}); | ||
}; | ||
Http.prototype.get = function (uri, option) { | ||
@@ -144,0 +137,0 @@ return __awaiter(this, void 0, void 0, function () { |
{ | ||
"name": "flex-plugins-api-utils", | ||
"version": "0.12.1", | ||
"version": "0.13.0", | ||
"description": "Flex Plugins API Utils", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "da7682a5f1d9b4e2ce2cd1de80ec8f916cb87c62" | ||
"gitHead": "5b61319b4e8e90f697c7ed61f1fbb8c533e39aa3" | ||
} |
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
18860
234