update README.md

This commit is contained in:
StevanFreeborn
2022-05-02 16:20:47 -05:00
parent 7333f847df
commit e344a40ca5
+8 -1
View File
@@ -27,8 +27,15 @@ The most common way to use the SDK is to create an OnspringClient instance and c
It is best practice to read these values in from a configuration file for both flexibility and security purposes. It is best practice to read these values in from a configuration file for both flexibility and security purposes.
For example: Example config.ini file:
```py
[prod]
key = 000000ffffff000000ffffff/00000000-ffff-0000-ffff-000000000000
url = https://api.onspring.com
```
Example constructing `OnspringClient`:
```py ```py
import sys import sys
from OnspringClient import OnspringClient from OnspringClient import OnspringClient