Suggestion: Create wrappers that support *all* the functionality of the API methods
Hi there, I have run into this a lot. The wrappers are GREAT, they *could* save me a lot of hassle dealing with generating tickets and writing a lot of code.
But the problem is, that often I find I need some of the functionality of the api method that the wrapper does not support.
Main example is with
insertRecords which supports "on duplicate, update" similar to the functionality in MySQL.
However the wrapper does not. It is frustrating.
Thanks,
David