Skip to content

Commit 79abca5

Browse files
authored
Update README.md
Attempting to clean up formatting that isn't showing well on the GitHub viewer.
1 parent f174d4a commit 79abca5

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ pip install cyapi
1717
# Example
1818

1919
Please note there are a number of example scripts in the examples directory. These are valuable for initial authentication as well as some basic interactions with the library. The example scripts include:
20+
2021
Single Tenant
21-
> simple_setup.py
22-
> find_stale_devices.py
23-
> safelist_trusted_local.py
24-
> time_getting_all_detection_detail.py
22+
* simple_setup.py
23+
* find_stale_devices.py
24+
* safelist_trusted_local.py
25+
* time_getting_all_detection_detail.py
2526

2627
Multi-Tenant Console (MTC)
27-
> simple_MTC_setup.py
28-
> MTC_tenants_loop.py
28+
* simple_MTC_setup.py
29+
* MTC_tenants_loop.py
2930

3031
This example will create a connection to the API and return all devices that have registered.
3132

@@ -77,9 +78,9 @@ The creds json file can then be passed in by passing -c path/to/creds.json to an
7778

7879
# API End Point Documentation
7980

80-
Tenant User API Guide - https://docs.blackberry.com/content/dam/docs-blackberry-com/release-pdfs/en/cylance-products/api-and-developer-guides/Cylance%20User%20API%20Guide%20v2.0%20rev24.pdf
81-
Tenant User API Release Notes - https://docs.blackberry.com/en/unified-endpoint-security/cylance--products/cylance-api-release-notes/BlackBerry-Cylance-API-release-notes
82-
Multi-Tenant API - https://dev-admin.cylance.com/documentation/api.html
81+
* Tenant User API Guide - https://docs.blackberry.com/content/dam/docs-blackberry-com/release-pdfs/en/cylance-products/api-and-developer-guides/Cylance%20User%20API%20Guide%20v2.0%20rev24.pdf
82+
* Tenant User API Release Notes - https://docs.blackberry.com/en/unified-endpoint-security/cylance--products/cylance-api-release-notes/BlackBerry-Cylance-API-release-notes
83+
* Multi-Tenant API - https://dev-admin.cylance.com/documentation/api.html
8384

8485
# Contributing
8586

0 commit comments

Comments
 (0)