Skip to content

Commit b682cc5

Browse files
committed
Documentation links.
1 parent 281437f commit b682cc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ For more information about keys please check [New Amazon doc for create keys Dev
9898
## Usage
9999

100100
### Configuration
101+
You can configure a connection like so please see [Here](https://github.com/abuzuhri/Amazon-SP-API-CSharp/blob/main/Source/FikaAmazonAPI.SampleCode/Program.cs) for the relevant code file.
101102
```CSharp
102103
AmazonConnection amazonConnection = new AmazonConnection(new AmazonCredential()
103104
{
@@ -126,6 +127,7 @@ AmazonConnection amazonConnection = new AmazonConnection(new AmazonCredential()
126127
```
127128

128129
### Configuration using a proxy
130+
Please see [here](https://github.com/abuzuhri/Amazon-SP-API-CSharp/blob/main/Source/FikaAmazonAPI.SampleCode/Program.cs) for the relevant code file.
129131
>```csharp
130132
>AmazonConnection amazonConnection = new AmazonConnection(new AmazonCredential()
131133
>{

0 commit comments

Comments
 (0)