Skip to content

Commit 77cb94e

Browse files
authored
Merge pull request #8 from crowdsecurity/$main-ed91f60
Update python SDK version: 1.29.0
2 parents ed91f60 + b783d4d commit 77cb94e

File tree

12 files changed

+442
-203
lines changed

12 files changed

+442
-203
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pip install crowdsec_service_api
1111

1212
## Usage
1313

14-
You can follow this [documentation](https://docs.crowdsec.net/u/service_api/sdks) to see the basic usage of the SDK.
14+
You can follow this [documentation](https://docs.crowdsec.net/u/service_api/quickstart/blocklists) to see the basic usage of the SDK.
1515

1616
## Documentation
1717
You can access the full usage documentation [here](https://github.com/crowdsecurity/crowdsec-service-api-sdk-python/tree/main/doc).

crowdsec_service_api/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from .services.blocklists import Blocklists
55
from .services.integrations import Integrations
66
from .services.info import Info
7+
from .services.hub import Hub
78
from .http_client import ApiKeyAuth
89

910
class Server(Enum):
@@ -13,6 +14,7 @@ class Server(Enum):
1314
'Blocklists',
1415
'Integrations',
1516
'Info',
17+
'Hub',
1618
'ApiKeyCredentials',
1719
'BasicAuthCredentials',
1820
'BlocklistAddIPsRequest',
@@ -58,6 +60,7 @@ class Server(Enum):
5860
'Share',
5961
'Stats',
6062
'ValidationError',
63+
'HubType',
6164
'ApiKeyAuth',
6265
'Server',
6366
'Page'
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)