commercetools / rmf-codegen

Provides RAML code generators based on RMF.
Apache License 2.0
13 stars 7 forks source link

Add support for more languages #306

Open mseele opened 1 year ago

mseele commented 1 year ago

Hi there,

I'm wondering if there are considerations that the generator supports even more languages.

We use Rust in the backend and would be very happy about a Rust SDK.

Are there any plans in this direction?

jenschude commented 1 year ago

It would be possible to extend it. But there is atm no expertise in Rust in the team responsible for the code generator

HugoPelletier commented 4 weeks ago

Hi!

Same as @mseele , but for Python! There is an unofficial SDK, but nothing directly from CommerceTools.

Do you know if there are any plans in this direction?

Thanks!

fedegamondes commented 4 weeks ago

+1 to the Python SDK request!

yannbr commented 4 weeks ago

Hi!

Same as HugoPelletier and fedegamondes above to add support for Python.

Python has risen in popularity in the last 4 to 5 years, and many companies are now leveraging its strength around data processing to integrate different 3rd parties with CommerceTools.

Cheers!

jenschude commented 3 weeks ago

The Python SDK by Lab Digital contributed the templates and uses this tool to generate their Python SDK.

Internally their is no expertise in Python in the team. So developing an SDK in this language is atm no option.