python_webservices_library icon indicating copy to clipboard operation
python_webservices_library copied to clipboard

Implements set_entry method

Open Cosmologist opened this issue 11 years ago • 0 comments

I have a task - create an entry in the module and relate it with the other entry. The problem is that the dynamic method set_enty returned dictionary, but method relate occure SugarEntry object.

I changed the code, for convenience redefined the dynamic creation api methods, for easy overriding them. Created method set_entry, which works as before, only returns SugarEntry object instead dictionary, which can be used further.

Sorry for bad english!

Cosmologist avatar Jan 16 '14 10:01 Cosmologist