Skip to content

AranScope/pystarling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starling Python SDK

Build Status

Install

pip install pystarling

Documentation

The documentation for the Starling SDK can be found here.

Examples

from starling.starling import Starling

customer = Starling({
    "access_token": "some_access_token",
    "api_url": "https://api-sandbox.starlingbank.com"
})

print(customer.get_card())

About

Python Starling API client with V1 support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages