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
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
# FireEye Client Library for Python
5
5
This is the Python client library for all things FireEye API. Currently it only supports FireEye's Detection On Demand but will have support for other FireEye API's soon.
6
6
7
+
For more API information, visit the [FireEye Developer Hub](https://fireeye.dev)
8
+
7
9
Installation
8
10
------------
9
11
@@ -34,6 +36,8 @@ Construct a Detection object with your api key:
34
36
```python
35
37
detection = fireeyepy.Detection(key=api_key)
36
38
```
39
+
To obtain a free trial API key, subscribe on the [AWS Marketplace](https://aws.amazon.com/marketplace/pp/B07XSMKK41)
40
+
37
41
### Upload A File
38
42
```python
39
43
response = detection.submit_file(
@@ -52,6 +56,11 @@ You may also provide the optional `extended=True` flag to get the full, in-depth
0 commit comments