Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
5fbde2e
Package layout updates
jshcodes Dec 5, 2020
01946ec
Package updates
jshcodes Dec 5, 2020
2260c87
Cleaning up tabs
jshcodes Dec 5, 2020
9a3429c
README and LICENSE updates
jshcodes Dec 5, 2020
70c8150
More package testing
jshcodes Dec 5, 2020
123ed9d
Broken link fixes
jshcodes Dec 7, 2020
32b260b
Merge remote-tracking branch 'upstream/main' into main
jshcodes Dec 7, 2020
04db984
merge commit
jshcodes Dec 8, 2020
4d6efd3
Uber class custom headers, Content-Type retained
jshcodes Dec 8, 2020
00b1208
v0.1.8 - Uber class custom headers
jshcodes Dec 8, 2020
6f675e9
Uber class fix for octet-stream file uploads
jshcodes Dec 8, 2020
dfe335d
README.md updates
jshcodes Dec 8, 2020
294462f
Merge remote-tracking branch 'upstream/main' into main
jshcodes Dec 8, 2020
ae63d10
Package development status alignment
jshcodes Dec 8, 2020
9345089
Typo fix in README.md
jshcodes Dec 8, 2020
bfde09d
Merge remote-tracking branch 'upstream/main' into main
jshcodes Dec 8, 2020
626a632
Merge remote-tracking branch 'upstream/main' into main
jshcodes Dec 9, 2020
f072ac7
Minor README.md text edits
jshcodes Dec 9, 2020
1b9b186
Initial unit tests: Service and Uber Auth / Revoke
jshcodes Dec 9, 2020
8f4c38d
Initial unit tests: CCAWS - GetAWSSettings
jshcodes Dec 9, 2020
d0668f7
Uber class fix for non-JSON API responses
jshcodes Dec 15, 2020
ce7318e
Updated to support GitHub workflow execution
jshcodes Dec 16, 2020
c81ac5c
Merge branch 'main' into workflow-pytest
shawndwells Dec 18, 2020
f3059d7
Working directory fix
jshcodes Dec 18, 2020
62132b9
Fixed authorization unit test 500 error
jshcodes Dec 18, 2020
cea896c
Adjusted workflow directory
jshcodes Dec 18, 2020
d9c8ee8
Added working directory
jshcodes Dec 18, 2020
91f9f87
Merge branch 'main' into workflow-pytest
jshcodes Dec 18, 2020
58318ae
Changed working directory
jshcodes Dec 18, 2020
148f0b0
Merge branch 'workflow-pytest' of github.com:jshcodes/falconpy into w…
jshcodes Dec 18, 2020
6b2128f
Working directory debugging
jshcodes Dec 18, 2020
8d41963
Debugging workflows
jshcodes Dec 18, 2020
301ad3f
Lessee if this werks...
jshcodes Dec 18, 2020
0c8bc3f
Reverted linting.yml change
jshcodes Dec 18, 2020
b6a4d31
Now there's a test package
jshcodes Dec 18, 2020
d4f4b69
Pytest debugging
jshcodes Dec 18, 2020
baaf7e3
Trying it another way
jshcodes Dec 18, 2020
1aa3952
Another variation
jshcodes Dec 18, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor README.md text edits
  • Loading branch information
jshcodes committed Dec 9, 2020
commit f072ac76487dda7d4c13962bb89c7483b9451782
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ $ python -m pip install crowdstrike-falconpy

If you'd like to try the *absolute bleeding edge*, an automated GitHub action releases a test package with every merged pull request. To install the testing version:
```shell
$ python -m pip install -i https://test.pypi.org/simple/crowdstrike-falconpy
$ python -m pip install -i https://test.pypi.org/simple crowdstrike-falconpy
```

To uninstall/remove FalconPy:
```shell
$ python -m pip uninstall crowdstrike-falconpy
```

# Available Classes
# Service classes
| OAuth2-Based API<br>*(CrowdStrike documentation, requires CrowdStrike customer login)* | Code Location |
|:-|:-|
| CrowdStrike Device Control API | [./src/falconpy/device_control_policies.py](./src/falconpy/device_control_policies.py) |
Expand Down Expand Up @@ -56,7 +56,7 @@ $ python -m pip uninstall crowdstrike-falconpy
| [Falcon Discover for Cloud and Containers - Azure Subscriptions APIs](https://falcon.crowdstrike.com/support/documentation/118/falcon-discover-for-cloud-and-containers-azure-subscription-apis) | *Coming Soon* |
| [Falcon Discover for Cloud and Containers - GCP Projects APIs](https://falcon.crowdstrike.com/support/documentation/117/falcon-discover-for-cloud-and-containers-gcp-projects-apis) | *Coming Soon* |

## Uber-class
## Uber class
+ [./src/falconpy/api_complete.py](./src/falconpy/api_complete.py) - Provides an interface to all CrowdStrike APIs with a single handler.

# Contributing
Expand Down Expand Up @@ -91,7 +91,7 @@ See the wiki for extended documentation: [https://github.com/CrowdStrike/falconp
*Coming soon*.

## Conference Presentations
*Coming soon.*
*Coming soon*.

## Blogs/Articles/Prose
*Coming soon*.