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

Lab11 - Puppy Notification #660

Closed
wants to merge 7 commits into from
Closed

Lab11 - Puppy Notification #660

wants to merge 7 commits into from

Conversation

willshen8
Copy link
Collaborator

@willshen8 willshen8 commented Sep 15, 2019

Fixes #658

Review of colleague's PR #625

Changes proposed in this PR:

- Adding a lost puppy server which:

  • has a single endpoint of POST /api/lostpuppy/ Payload: { id: PUPPY_ID }
  • returns HTTP status 201 for even IDs
  • returns HTTP status 500 for odd IDs
  • Update Puppy Delete method to notify lostpuppy-service in a goroutine and log response code asynchronously.

…pdated puppy delete method to notify lostPuppy server via a goroutine
@willshen8 willshen8 closed this Sep 15, 2019
@willshen8
Copy link
Collaborator Author

.

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.

Lab 11 - Puppy Notifications
3 participants