You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add DEBUG logging to the API
This commit adds debug logs for the request and response. This can be
useful later for debugging purposes when this SDK is being used.
* Rename main class
This commit renames the main class that we use from `Api` to `Nightfall`
because it makes it a bit more clear about what is going on when you are
using this library in another module.
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,16 @@ pip install nightfall
15
15
Make a new [API Token](https://app.nightfall.ai/api/) and [Detection Rule Set](https://app.nightfall.ai/detection-engine/detection-rules) in Nightfall and store the values as environment variables.
0 commit comments