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

A simple endpoint to send message to queue #2

Closed
dadiorchen opened this issue Feb 15, 2024 · 1 comment
Closed

A simple endpoint to send message to queue #2

dadiorchen opened this issue Feb 15, 2024 · 1 comment
Labels
good first issue Good for newcomers node.js

Comments

@dadiorchen
Copy link
Contributor

Build a POST api to send a message:

url/route: /send
body:

{
  queue: [the name of the queue],
  message: [message content, a string],
}
@dadiorchen dadiorchen added good first issue Good for newcomers node.js labels Feb 15, 2024
@dadiorchen
Copy link
Contributor Author

Implement the integration test for this endpoint?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers node.js
Projects
Status: 🐞 In Review
Development

No branches or pull requests

2 participants