Skip to content

finbourne/notifications-sdk-python-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

Please note that this repository is deprecated and will be archived early 2024.

All functionality is now contained, in the notifications-sdk-python repository on the main branch.

LUSID® Notifications Python Preview SDK

LUSID_by_Finbourne

PyPI

Installation

The PyPi package for the LUSID Notifications Preview SDK can installed using the following:

$ pip install lusid-notifications-sdk-preview finbourne-sdk-utilities

Usage

import lusid_notifications
from fbnsdkutilities import ApiClientFactory

api_factory = ApiClientFactory(lusid_notifications, api_secrets_filename="secrets.json")
event_types_api = api_factory.build(lusid_notifications.api.EventTypesApi)

response = event_types_api.list_event_types().values
print(response)

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published