Describes the general workings of the API, including differences between the Ruby and Python versions.
- There is no
persisted
attribute - There is no logger specification
- There is no
create
method, just instantiate the class and callsave
- Save does not return True or False. In case it fails it raises an exception
- Destroy is called Delete and returns no value. In case it fails it raises an exception
- Memoization on ModuleResult#processing
- ModuleResult#folder? is now ModuleResult#is_folder
- ModuleResult#file? is now ModuleResult#is_file