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 91ce9d8 commit fd9c02fCopy full SHA for fd9c02f
README.md
@@ -62,11 +62,7 @@ securenative = SecureNative.init_with_api_key("YOUR_API_KEY")
62
from securenative.securenative import SecureNative
63
64
65
-securenative = SecureNative.init_with_options(SecureNative.config_builder()
66
- .with_api_key("API_KEY")
67
- .with_max_events(10)
68
- .with_log_level("ERROR")
69
- .build())
+securenative = SecureNative.init_with_options(SecureNative.config_builder().with_api_key("API_KEY").with_max_events(10).with_log_level("ERROR"))
70
```
71
72
## Getting SecureNative instance
0 commit comments