Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 345 Bytes

File metadata and controls

executable file
·
18 lines (14 loc) · 345 Bytes
import formance
from formance.models import operations, shared

s = formance.Formance(
    security=shared.Security(
        authorization="Bearer YOUR_ACCESS_TOKEN_HERE",
    ),
)

    
res = s.get_server_info()

if res.server_info is not None:
    # handle response