sdk icon indicating copy to clipboard operation
sdk copied to clipboard

[Question] Binding for GO Lang?

Open stormenergy91 opened this issue 2 years ago • 1 comments

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

stormenergy91 avatar May 08 '22 09:05 stormenergy91

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

JaskaranSM avatar Jun 18 '22 15:06 JaskaranSM