Open macolu opened 4 years ago
Could you rebase against master, please @macolu? :)
@xh3n1 done :)
Confirmed working to add a subscriber to a single list.
It has been a year since the start of this PR. What needs to be done to get it into rest-api core ? @macolu @xh3n1
I'm not part of the team, so I can't go any further...
@michield Can we look into this?
@michield Can we look into this?
you need to clear cache in order to get the new
Summary
Add new endpoint to add a member to a list. Fix #118
Not sure this is the way you would have done it. Anyway, I had to implement it for an urgent need, so here it is :-)
Unit test
Integration tests added.
Code style
No code style errors according to phpcs.
Other Information
Code uses methods on Repositories that are not declared with "@method" annotations. I can make another PR on Core to add missing annotations if you want.