golang sdk / swagger schema

lucmichalski

New Member
Hi guys,

Hope you are all well !

Is there any plan to release a Golang SDK for wrapping the api ? It would be awesome for large imports and custom code.
(I am gopher, last time I touched PHP was 10 years ago)

I found this repository https://github.com/ets9p21x/mailwizz-sdk but it is incomplete.

I would recommend to use https://github.com/dghubble/sling for wrapping the api endpoints.
Btw, is there a swagger file for the api ? It could help me to create one.

Thanks in advance for your inputs and insights on these topics.

Cheers,
Luc Michalski
 
Hello,

I think that's something we can do in the near future, after 2.0 anyway.
In the last months we created for ruby and python, so i think go can be next.

I am gopher
Me too, the whole mailwizz.com site runs on Go: the site is generated with hugo, the web server is caddy 2, database is cockroachdb, api backend code is written using echo framework distributed on 3 servers load balanced by caddy. At some point i'll have a blog post about this experience :p

Btw, is there a swagger file for the api ? It could help me to create one.
Unfortunately not...
 
Me too, the whole mailwizz.com stack runs on Go: the web server is caddy 2, database is cockroachdb, backend code is written using echo framework distributed on 3 servers load balanced by caddy. At some point i'll have a blog post about this experience :p

I am impatient to read it soon. What did you use for the front-end ?
 
That's actually nice, congrats on the work :)
We'll keep in mind the go-sdk and will work on it when we have our first chance.
 
Back
Top