Skip to content

Latest commit

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date

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 userimportskytapAPIskytap=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

Stars

2 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages