sympmarc / SPServices

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.
MIT License
208 stars 61 forks source link

Address issues found in src/core/SPServices.core.js [Opened by bitHound] #19

Closed sympmarc closed 7 years ago

sympmarc commented 9 years ago

bitHound discovered 1 Complex Function in src/core/SPServices.core.js. For details go to bitHound.


I've had a ridiculously long switch statement in the core of SPServices forever. We should make this JSON-driven, which will also serve us better as we begin offering a REST option.