Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] POST subscriptions route #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

macolu
Copy link

@macolu macolu commented Sep 1, 2020

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.

@suelaP suelaP requested a review from xh3n1 September 2, 2020 10:23
Copy link
Member

@xh3n1 xh3n1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution @macolu :)

just tested this and it works great :)

@xh3n1
Copy link
Member

xh3n1 commented Jan 25, 2021

Could you rebase against master, please @macolu? :)

@macolu
Copy link
Author

macolu commented Jan 29, 2021

@xh3n1 done :)

@ramonfincken
Copy link

Confirmed working to add a subscriber to a single list.

@ramonfincken
Copy link

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

@macolu
Copy link
Author

macolu commented Aug 22, 2021

I'm not part of the team, so I can't go any further...

@Fenn-CS
Copy link
Contributor

Fenn-CS commented Aug 23, 2021

@michield Can we look into this?

@hurricaneop
Copy link

@michield Can we look into this?

you need to clear cache in order to get the new /subscriptions to be recognized

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request: Add subscriber to a specified list
6 participants