It seems I can communicate with Salesforce Metadata API just using SOAP python client (suds?)
Is there any more elegant way? I know about
but I could not find any example or documentation reference..
Any suggestion, reference or example would be appreciated!
Thanks
Salesforce does have a REST API but as far as I’m aware at this stage, the metadata operations are limited and also read-only, so using SOAP is the way forward.
The two projects you’ve linked to appear to be wrappers for the regular salesforce API and the bulk data API, that said, the source is available so maybe you could adapt one? Or wait for Superfell to answer, looks like he wrote the beatbox one!