silo.low_code.framework.sf_single module

silo.low_code.framework.sf_single.parse_collection(cred_info, device_info, snippet_arg)

Generates a collection from the given information

Parameters
  • cred_info (str) – Stringified JSON dictionary containing the requested credential data. If cred_type is not specified, this will assume the credential_type is SOAP/cURL.

  • device_info (str) – Stringified JSON dictionary containing the requested device information data.

  • snippet_arg (str) – Snippet argument to execute for the request

Return type

silo.apps.collection.Collection

silo.low_code.framework.sf_single.process_memory_loggers(mem_logger)

Processes the results of a Memory Logger

Parameters

mem_logger (dict) – Dictionary containing the separated output when running snippet_framework_single.

Returns

OrderedDictionary containing all of the messages dumped into their respective keys

Return type

OrderedDict