Skip to content

Sideko-Inc/linode_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account Python SDK

Overview

Read the API documentation.

Synchronous Client

from linode_py import Client
from os import getenv

client = Client(oauth_token_1=getenv("API_TOKEN"), token=getenv("API_TOKEN"))

Asynchronous Client

from linode_py import AsyncClient
from os import getenv

client = AsyncClient(oauth_token_1=getenv("API_TOKEN"), token=getenv("API_TOKEN"))

SDK Usage

See SDK Examples for example usage of all SDK functionality

About

Linode multi-spec demo SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages