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 71fb7db commit 9f300eeCopy full SHA for 9f300ee
README.md
@@ -4,7 +4,7 @@
4
5
API client library for the GitGuardian API.
6
7
-You can check API details [here](https://api.gitguardian.com/doc)
+You can check API details [here](https://api.gitguardian.com/docs)
8
with all the response codes and expected structures on each method.
9
10
## Requirements
@@ -40,7 +40,7 @@ Check [examples/](examples/) for full examples on how to use py-gitguardian.
40
### Scanning text content
41
42
```py
43
-# please don't hardcode your gg_api_key in source code :)
+# please don't hardcode your gg_api_key in source code :)
44
API_KEY = os.getenv("GG_API_KEY")
45
DOCUMENT = """
46
import urllib.request
0 commit comments