-
The build for the `google-cloud--sdk` in version `368.0.0` currently fails, because the `0004-collections-abc.patch` cannot be applied.
```
failed to apply patch: 0004-collections-abc.patch
```
…
-
Hello,
I'm finding difficult to get an working example for getting error responses according to backend response and not the default 500 error response.
I've implemented my Gateway according t…
-
I am migrating the Amazon API to its new version (SP-API), the problem is when you query the information of a specific ASIN the measurement units are different by default on "item_package_dimensions".…
-
### Python Version
3.7
### Python Amazon MWS (PAM) Version
0.8 (PyPI version / GitHub master branch / 'legacy')
### Has your copy of PAM been altered in any way?
No, I HAVE NOT made cha…
-
### Configuration
```hcl
resource "databricks_instance_profile" "instance_role" {
provider = databricks.created_workspace
depends_on = [
aws_iam_role_policy.s3_policy,
aws_iam_role_p…
-
How i can read websocket api json format in Java Desktop App? i added your jar file and tryed this, but this only doing closed connection.
My webscoket api url : ws://168.119.56.105/radioapi/ws
``…
-
At first I was getting this response because I didn't have the config completely right, but I fixed that and had a successful createReport() request that returned a report_id (it says report_id, but i…
-
Hi, thank you for your work!
I'm currently working on a local NodeJS API and tried to transfer your python code for the authentication to JS.
So the interesting parts (how I assume) are:
The …
-
`.data` will not be available if the server loses connection to the internet or the MWS servers are down.
https://github.com/ScaleLeap/amazon-mws-api-sdk/blob/7ec26308606b7f48dc1dc089177a2509da4281…
-
Thank you for the package. The documentation is truly top-notch.
Just wanted to clarify something about the AuthorizationApi. We have an existing MWS app and being able to use the Auth made from mw…