janjaali / sendGrid-mock

SendGrid-Mock serves as a simple server mocking the sendgrid-apis for development purposes.
https://cloud.docker.com/repository/docker/ghashange/sendgrid-mock/general
MIT License
48 stars 19 forks source link

Support for unsubscribe groups API #71

Open fernandosesma opened 7 months ago

fernandosesma commented 7 months ago

Hello! My team could have use for this project to do contract testing. One feature missing for us is support for the groups APIs (/v3/asm/groups). Would you be willing to look at a PR for the addition of these APIs to your mock server project? Thanks!

janjaali commented 7 months ago

Sure, we can try that and thx for your contribution in advance! Most likely you're interested in integrating only a subset of the /v3/asm/groups API into this project, correct?

fernandosesma commented 7 months ago

Of course! And yes specifically the unsubscribe groups APIs. As in the following:

image