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

add API method to request a single message #6783

Closed
arminfelder opened this issue Apr 25, 2017 · 2 comments · Fixed by #7085
Closed

add API method to request a single message #6783

arminfelder opened this issue Apr 25, 2017 · 2 comments · Fixed by #7085
Assignees
Labels
Milestone

Comments

@arminfelder
Copy link
Contributor

add a DDP/REST Method to request a specific message by its ID, to make the handling of messages which got a reply easier, with native applications

@graywolf336 graywolf336 self-assigned this Apr 25, 2017
@graywolf336
Copy link
Contributor

@arminfelder How would you envision this being done? Like what would the name of the real time api be called and what would the rest api endpoint look like?

@graywolf336 graywolf336 added this to the Short-term milestone Apr 25, 2017
@arminfelder
Copy link
Contributor Author

something like
REST:
/api/v1/message.get:

  • payload
    • messageId

DDP Method:
getMessage:

  • payload
    • messageId

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

Successfully merging a pull request may close this issue.

4 participants