Skip to content

Commit a764ac8

Browse files
committed
Updated readme for optional client init params
1 parent 1bc9aec commit a764ac8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Instantiate Qencode API Client:
1313

1414
const qencodeApiClient = new QencodeApiClient(apiKey);
1515

16+
Or:
17+
18+
const qencodeApiClient = new QencodeApiClient({key: apiKey, endpoint: 'https://api-us-west.qencode.com'});
19+
1620
Create a new job:
1721

1822
```javascript

0 commit comments

Comments
 (0)