Skip to content

finbourne/notifications-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LUSID® Notifications Python SDK

LUSID_by_Finbourne

branch status
main PyPI

Installation

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

$ pip install lusid-notifications-sdk 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

Languages