Skip to content

evan-griffiths/notifications-sdk-python-preview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LUSID® Notifications Python Preview SDK

LUSID_by_Finbourne

branch status
master 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Dockerfile 0.1%