We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ea8b1 commit e5abad3Copy full SHA for e5abad3
README.MD
@@ -17,7 +17,7 @@ pip install sightengine
17
You will need your API USER and API SECRET to initialize the client. You can find both of them on your Sightengine account.
18
```python
19
from sightengine import SightengineClient
20
-client = SightengineClient("YOUR_API_USER", "YOUR_API_SECRET")
+client = SightengineClient('{api_user}', '{api_secret}')
21
```
22
23
# Moderate an image
0 commit comments