Replies: 2 comments 5 replies
-
I'm not sour what the best for you but for peoples have multi marketplaces we have RefNumber can filled and later get object by this number AmazonConnection amazonConnection = new AmazonConnection(new AmazonCredential()
{
.
.
},
RefNumber:"ABCD...."
); |
Beta Was this translation helpful? Give feedback.
0 replies
-
A related question. Should the connection be short lived or long/singleton? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any suggestions about how to go about using .Net Core DI to create the AmazonConnection ?
Am thinking a connection factory approach so I can connect to different marketplaces.
Beta Was this translation helpful? Give feedback.
All reactions