Skip to content

A Python based API for using the Skytap Web Services API.

License

Notifications You must be signed in to change notification settings

Vertafore/skytap-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

skytap-api

skytapAPI is a pythonic implementation of a Facade pattern for the Skytap Rest Web Services API.

Requirements

Using skytapAPI

Example

# Get a specific Skytap user
import skytapAPI

skytap = skytapAPI.SkytapAPI('https://cloud.skytap.com', 'login@example.com',
                         'someskytapapikey')
user = skytap.get_user('12345')
print(user['email'])

About

A Python based API for using the Skytap Web Services API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages