@basetime/a2w-api-ts
Advanced tools
Comparing version 0.1.23 to 0.1.24
@@ -286,9 +286,5 @@ "use strict"; | ||
const url = `${_OrganizationsEndpoint.endpoint}/apiKeys`; | ||
return await this.req.fetch( | ||
url, | ||
{ | ||
method: "GET" | ||
}, | ||
false | ||
); | ||
return await this.req.fetch(url, { | ||
method: "GET" | ||
}); | ||
}; | ||
@@ -302,9 +298,5 @@ /** | ||
const url = `${_OrganizationsEndpoint.endpoint}/apiKeys/${id}`; | ||
return await this.req.fetch( | ||
url, | ||
{ | ||
method: "GET" | ||
}, | ||
false | ||
); | ||
return await this.req.fetch(url, { | ||
method: "GET" | ||
}); | ||
}; | ||
@@ -311,0 +303,0 @@ }; |
@@ -252,9 +252,5 @@ // src/Endpoint.ts | ||
const url = `${_OrganizationsEndpoint.endpoint}/apiKeys`; | ||
return await this.req.fetch( | ||
url, | ||
{ | ||
method: "GET" | ||
}, | ||
false | ||
); | ||
return await this.req.fetch(url, { | ||
method: "GET" | ||
}); | ||
}; | ||
@@ -268,9 +264,5 @@ /** | ||
const url = `${_OrganizationsEndpoint.endpoint}/apiKeys/${id}`; | ||
return await this.req.fetch( | ||
url, | ||
{ | ||
method: "GET" | ||
}, | ||
false | ||
); | ||
return await this.req.fetch(url, { | ||
method: "GET" | ||
}); | ||
}; | ||
@@ -277,0 +269,0 @@ }; |
{ | ||
"name": "@basetime/a2w-api-ts", | ||
"version": "0.1.23", | ||
"version": "0.1.24", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Client library that communicates with the addtowallet API.", |
Sorry, the diff of this file is not supported yet
115673
3170