Cloud

class Cloud.Cloud(env, region=None)[source]
baseURL(base)[source]

Updates endpoint with publicURL and base.

basecdnURL(base)[source]

Updates endpoint with cdnURL and base.

postDict()[source]

Updates post data with all discovered dictionary keys + vals.

postDictVar(key, attrKey=None)[source]

Updates post data with a dictionary key and the key’s val.

postKeyDict()[source]

Updates post data with all discovered dictionary keys + vals.

postKeyDictVar(key, attrKey=None)[source]

Updates post data with a dictionary key and the key’s val.

postKeyListDict()[source]

Updates post data with a list of all discovered dictionaries and their keys + vals.

postKeyVar(key, val)[source]

Updates post data with key and val.

postVar(key, val)[source]

Updates post data with key and val.

queryDict()[source]

Updates endpoint with all discovered dictionary keys + vals.

queryDictVar(key, attrKey=None)[source]

Updates endpoint with a dictionary key and the key’s val.

queryVar(key, val)[source]

Updates endpoint with key and val.

so_chk1()[source]

For testing.

uri(val)[source]

Convert string to uri compliance.

auth = None
cdnURL = None
endpoint = None
env = None
internalURL = None
pd = '/Users/smlstvnh/projects/RSCloud/rscloud'
postData = {}
publicURL = None
region = None
reqData = None
reqDataType = None
reqEndpoint = None
reqHeaders = None
reqVerb = None
respHeaders = None
soLogFlg = None

Previous topic

rscloud package modules

Next topic

Bindings