Skip to content

Commit

Permalink
API-1821 add comment on example
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmartins committed Dec 7, 2023
1 parent e0cf12c commit eab5725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ make executeSdkSample sample-file-name=file.py
```
All sample files are located in the `./samples` directory.

> :warning: Caution: The sample scripts are provided as examples. It is crucial to review and modify the commands before execution. The container updates automatically with changes, ensuring a seamless development experience. Always exercise caution when executing scripts.
> [!WARNING]
> Caution: The sample scripts are provided as examples. It is crucial to review and modify the commands before execution. The container updates automatically with changes, ensuring a seamless development experience. Always exercise caution when executing scripts.
## Stopping the Docker Container

Expand Down
2 changes: 1 addition & 1 deletion secret.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"client_id": "your OAuth app client id",
"client_secret": "your OAuth app client secret",
"scopes": ["offline", "asset:read", "meta.assetbank:read"],
"token": "token json object (not required)",
"token": "token json object check samples/client.py comment for example (not required EXCEPT if you're running on docker)",
"permanent_token": "permanent token hash generated on platform"
}

0 comments on commit eab5725

Please sign in to comment.