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

Fix: Renaming channels.notifications Get/Post endpoints #10257

Merged
merged 1 commit into from Mar 29, 2018

Conversation

MarcosSpessatto
Copy link
Contributor

Renaming channels.notifications Get/Post endpoints to subscriptions.getOne and rooms.saveNotifications.

@@ -25,6 +25,28 @@ RocketChat.API.v1.addRoute('subscriptions.get', { authRequired: true }, {
}
});

RocketChat.API.v1.addRoute('subscriptions.getOne', { authRequired: true }, {
Copy link
Member

Choose a reason for hiding this comment

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

I know this is just for renaming endpoints, but since I was not able to comment on the old PR I'll do it now =)

what is the difference between subscriptions.getOne and subscriptions.get? IMO they should be the same accepting different queries.

Copy link
Contributor

Choose a reason for hiding this comment

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

One calls the method and one calls directly from the database. I haven't had a chance to look into what exactly that method does, so no clue if there is a difference.

Copy link
Contributor

Choose a reason for hiding this comment

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

@sampaiodiego sadly, I'm going to have to say that we should keep the calls separated. The main reason for this is because the subscriptions.get returns an object with two properties that are arrays. If we switch to allow support for getting only one, either we would have to change the response format for it to make sense or use the current format which doesn't make sense when returning/getting only one. So, keeping the subscriptions.getOne makes sense for the data being returned. What's your thoughts?

Copy link
Member

Choose a reason for hiding this comment

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

yep.. I've tested this and saw the payload differences as well.. 😞 agreed keeping both separated

@rafaelks rafaelks added this to the 0.63.0 milestone Mar 29, 2018
@rafaelks rafaelks added this to Desireable in 0.63.0 via automation Mar 29, 2018
@rafaelks
Copy link
Contributor

@sampaiodiego @rodrigok Just added to milestone 0.63... let me know if you guys can make it please.

@rodrigok rodrigok changed the title [FIX] Renaming channels.notifications Get/Post endpoints Fix: Renaming channels.notifications Get/Post endpoints Mar 29, 2018
@rodrigok rodrigok merged commit be482c5 into develop Mar 29, 2018
0.63.0 automation moved this from Desireable to Done Mar 29, 2018
@rodrigok rodrigok deleted the fix-rest-channels-notifications branch March 29, 2018 18:38
@rodrigok rodrigok mentioned this pull request Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
0.63.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

6 participants