You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
Can you provide details of how you generated the clients using NSwag? Did you do it using the UI or command line? What settings did you use? Can you provide screenshots/code samples?
Thanks! This is a great repo!
The text was updated successfully, but these errors were encountered:
If you look in the src/Clients/XXXX.Clients directories you'll find a nswag.json file that contains the settings for code generation.
Based on that I'm guessing that the command line was used to generate the code.
Don't discount the work done on the Authentication code so that it uses HttpClient instead of RestSharp.
I think that this code supports the suggested best practice to setup the IAM policies and entities so that the policy is attached to a role which is attached to a user. The Authentication code in the main branch of Selling Partner API Authentication/Authorization Library only supports a policy directly attached to a user. At least I could only get the Amazon directions in their blog post to work with that configuration.
I'm new to Swagger and using AWS Authentication so no guarantees I'm right. I know just enough to be dangerous.
Hey,
Can you provide details of how you generated the clients using NSwag? Did you do it using the UI or command line? What settings did you use? Can you provide screenshots/code samples?
Thanks! This is a great repo!
The text was updated successfully, but these errors were encountered: