Commit Graph

32 Commits

Author SHA1 Message Date
hinavinayak 1dcd1bc78e
Merge pull request #353 from umedats/main
Add Python SDK
2024-02-21 14:38:11 -08:00
Umeda 1453655e5b Add Python SDK 2024-02-21 13:44:07 +09:00
hinavinayak 23f3f5f51e
Merge pull request #351 from umedats/main
Add javascript SDK
2024-02-20 15:30:36 -08:00
Umeda 28f5a337d6 Add javascript SDK 2024-02-20 12:24:32 +09:00
Meena Peri f48b0a3564 CSharp Auth and auth lib changes 2023-10-01 18:16:11 -05:00
Meena Peri fcf32fdff6 Java Auth and auth lib changes 2023-09-29 17:37:57 -05:00
Amrutha Reddy 72c8d5a7cf Add a constructor for AWSSigV4Signer so that a request can be signed in a NAWS environment using only the IAM role and region , Add custom credential provider support ,Add fix to Junit test case and tests when building ,remove enable trust all mode code path 2023-02-24 13:50:03 -05:00
dependabot[bot] 9e3f9f2c0f
Bump Newtonsoft.Json
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 00:05:31 +00:00
dependabot[bot] af96fadc7c
Bump gson from 2.8.5 to 2.8.9 in /clients/sellingpartner-api-aa-java
Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.9)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-20 21:56:56 +00:00
Parvathi Mallampalli f1b2bc7b3e Fix issue of signature mismatch for resource path with UrlSegment 2022-03-30 14:17:01 -07:00
Parvathi Mallampalli e5898b4344 Clientside RateLimit configuration 2021-09-20 13:38:42 -07:00
rickdeee 553de9fa0e Add Java examples for delegating auth with RDT
Added DelegatedRestrictedDataTokenWorkflowForDelegator.java and
DelegatedRestrictedDataTokenWorkflowForDelegatee.java Java examples
for delegating authorization using the RDT.
2021-09-14 11:49:31 -07:00
rickdeee b10e26f368 Add dataElements parameter
Added the dataElements parameter to RestrictedDataTokenWorkflow.java.
For specifiying the type of restricted data to return with subsequent
calls to the getOrder, getOrders, or getOrderItems operations of the
Orders API.
2021-09-14 11:34:18 -07:00
rickdeee 3a1d41ed98 Rename restricted-data-token-workflow.java
Renamed restricted-data-token-workflow.java to
RestrictedDataTokenWorkflow.java to match the class name in the file.
2021-09-14 11:13:59 -07:00
Parvathi Mallampalli 706c72d6f1 removed converting url to uri before getting path to avoid decoding 2021-08-27 13:29:13 -07:00
Shivika Khare ae478d1062
Merge pull request #159 from amzn/dependabot/maven/clients/sellingpartner-api-aa-java/org.apache.httpcomponents-httpclient-4.5.13
Bump httpclient from 4.5.9 to 4.5.13 in /clients/sellingpartner-api-aa-java
2021-08-11 12:00:12 -07:00
Parvathi Mallampalli 6b03ab3a2f RateLimiter Update 2021-08-11 11:16:42 -07:00
dependabot[bot] af2543bd96
Bump httpclient in /clients/sellingpartner-api-aa-java
Bumps httpclient from 4.5.9 to 4.5.13.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 18:11:18 +00:00
Parvathi Mallampalli 83d2bcff44 Ratelimiter update to the library 2021-08-11 11:08:01 -07:00
dependabot[bot] 68aee591b9
Bump RestSharp
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 105.1.0 to 106.12.0.
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Changelog](https://github.com/restsharp/RestSharp/blob/dev/releasenotes.md)
- [Commits](https://github.com/restsharp/RestSharp/compare/105.1.0...106.12)

---
updated-dependencies:
- dependency-name: RestSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-16 18:12:27 +00:00
dependabot[bot] 90945a1c95
Bump httpclient in /clients/sellingpartner-api-aa-java
Bumps httpclient from 4.5.9 to 4.5.13.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 02:51:34 +00:00
Shivika Khare 11c346b40e Update pom.xml
Upgrade com.google.guava:guava version to address security risk
2021-04-06 15:29:59 -07:00
rickdeee 63a55cee11 Add restricted-data-token-workflow.java 2021-04-06 09:05:25 -07:00
rickdeee 84adcd4c02 Add tokens-api-sandbox-postman-collection.json 2021-04-05 21:36:33 -07:00
EstebanSP 49ff7fd436
Delete placeholder 2020-09-28 11:29:03 -06:00
EstebanSP 42744a1b38
Updated Documents Helper 2020-09-28 11:27:49 -06:00
EstebanSP b1d990cdf7
Create placeholder
placeholder for sellingpartner-api-documents-helper-java client
2020-09-25 16:52:38 -06:00
Mallampalli c04580189a updated readme to support IAM role and access token reuse 2020-09-23 16:14:56 -07:00
Mallampalli f737a56175 Auth library updated to support access token reuse and IAM role 2020-09-23 15:42:38 -07:00
Mallampalli ffe4882398 updated client folder 2020-09-03 12:04:56 -07:00
evdeg f4b881563b Updated links and descriptions in main README.md and clients/sellingpartner-api-frp-helper-java/README.md 2020-08-11 18:56:58 -07:00
evdeg 2f93f06357 Added the clients directory 2020-08-05 17:53:39 -07:00