Skip to content

Vertafore/skytap-api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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