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

Use Cloudant Producer in CrewService class #2

Open
3 tasks
mswatosh opened this issue Sep 17, 2024 · 0 comments
Open
3 tasks

Use Cloudant Producer in CrewService class #2

mswatosh opened this issue Sep 17, 2024 · 0 comments

Comments

@mswatosh
Copy link
Member

mswatosh commented Sep 17, 2024

The CrewService class needs access to a cloudant client to finish implementing the endpoints:

  • POST endpoint needs to insert a CrewMember into the database
  • DELETE endpoint should remove a CrewMember from the database
  • GET endpoint should return all CrewMembers stored in the database as a JsonArray

The test in CloudantIT.java should pass when these are implemented.

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

No branches or pull requests

1 participant