Skip to content

credyt/sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python SDK for Credyt.ai API

Getting started

Prequisites

  • Python 3.9 or later is required to use this package.

Install the package

Step into folder where setup.py is then run:

pip install credyt-api

Examples

def main():
    client = CredytApiClient(
        credential=ServiceKeyCredential(key=os.getenv("CREDYT_API_KEY")),
    )

    response = client.customers.get(
        customer_id="cust_4qh0wajx2n9qtazh2tghzkyan2",
    )
    print(response)


if __name__ == "__main__":
    main()

For more examples, check the samples folder.

About

Python SDK for Credyt API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages