UNPKG
amazon-sp-api-tcat
Version:
latest (1.1.0)
1.1.0
1.0.11
1.0.10
1.0.9
1.0.8
Amazon Selling Partner API client
getarthy.com
turkycat/amazon-sp-api
amazon-sp-api-tcat
/
lib
/
resources
/
versions
/
application_management
/
applicationManagement_2023-11-30.js
12 lines
(11 loc)
•
262 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= {
"2023-11-30"
: {
rotateApplicationClientSecret
:
(
req_params
) =>
{
return
Object
.
assign
(req_params, {
method
:
"POST"
,
api_path
:
"/applications/2023-11-30/clientSecret"
,
restore_rate
:
60
}); } } };