salesforce-marketingcloud / FuelSDK-Ruby

Fuel SDK for Ruby
BSD 3-Clause "New" or "Revised" License
52 stars 154 forks source link

Status of this SDK #87

Open wrs opened 6 years ago

wrs commented 6 years ago

We are trying to bring up our MarketingCloud integration, and trying to decide whether to use this SDK, which seems to be abandoned. @amagar088, you did the last string of commits (ending in 2016) — are you still around? What is the roadmap? Thanks.

hatch-carl commented 5 years ago

Don't use it. There are still extant bugs and the code is old, weird, and convoluted.

It requires some more bootstrapping, but I have been able to use Savon with the WSDL to make up for the deficiencies in this SDK and will probably continue to reduce dependence on this SDK moving forward.

wrs commented 5 years ago

Yes, we made our own library based on Savon rather than using the SDK at all.

hendricius commented 5 years ago

@wrs any chance this is open source? :D

wrs commented 5 years ago

@hendricius It's not, but it could be…it only implements the few calls we use, though, it's not a general SDK.

hendricius commented 5 years ago

@wrs thanks :)

popcorn commented 2 years ago

@wrs - hey Walter, I see you mentioned your client could be open source.

Is it open somewhere? I'm having huge trouble implementing the SFMC SOAP client and it would be of great help to me to see how other people have done it.