Skip to content

Instantly share code, notes, and snippets.

Created February 6, 2016 13:54
Show Gist options
  • Save anonymous/54c0b0015ee4e769701c to your computer and use it in GitHub Desktop.
Save anonymous/54c0b0015ee4e769701c to your computer and use it in GitHub Desktop.
PaaS API Notes
/PaaS/<version>
Requests:
- get_pso
- evaluate
- source
- memory_map
- slice_contents
- slice
- dictionary
- stack
- errors
- clear_errors
- stack_and_errors
- clear_stack
- clear_stack_and_errors
PSO = Parable S(ession|napshot) Output
A PSO is currently a base64 encoded bzip2 compressed JSON string.
get_pso returns a PSO. All other requests require a PSO.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment