thybag / PHP-SharePoint-Lists-API

A simple PHP API to make working with SharePoint lists easy.
MIT License
184 stars 95 forks source link

No error on write if column names do not exist or are misspelled #127

Open anchorman5588 opened 7 years ago

anchorman5588 commented 7 years ago

I'm using 'Write' to add items to a list. It works fine but I noticed there is no error or exception if a column name is spelled incorrectly or is not in the SP list - the information gets sent but NOT added to the list and there's no way (it seems) to know it wasn't added.

Is there any way to get an error or is this beyond the capability of the API?