meganz / sdk

MEGA C++ SDK
BSD 2-Clause "Simplified" License
1.33k stars 504 forks source link

[Question] Binding for GO Lang? #2618

Open stormenergy91 opened 2 years ago

stormenergy91 commented 2 years ago

Hi, do you have any plans to release a binding for the GO language?

JaskaranSM commented 2 years ago

Hi, If you only care about the download functionality I have made a CGO based wrapper over MegaSDK, here ,Its very basic and only exports the login and download stuff of SDK to golang, as these two are the only things I had required for my project. To make things even more simpler, I have wrapped it into an HTTP server daemon too so that it can be controlled over HTTP by any language that supports HTTP requests. That one is here