Skip to content

Commit

Permalink
Add sandbox URL to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna authored Nov 10, 2020
1 parent 8a7457b commit aafc35f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ $ yarn add @isic/client
// create an isic client
// when running the app pass the CLIENT_ID as an environment var
const client = new IsicClient(process.env.CLIENT_ID);

// or, if connecting to the sandbox:
// const client = new IsicClient(process.env.CLIENT_ID, 'https://api-sandbox.isic-archive.com');
```

```js
Expand Down

0 comments on commit aafc35f

Please sign in to comment.