You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create cmd/lostpuppy-service/main.go running single endpoint: POST /api/lostpuppy/ Payload: { id: PUPPY_ID }
This stubbed endpoint returns with 2 second delay:
HTTP status 201 for even IDs
HTTP status 500 for odd IDs
Update Puppy Delete method to notify lostpuppy-service in a goroutine and log response code asynchronously.
The text was updated successfully, but these errors were encountered:
Create cmd/lostpuppy-service/main.go running single endpoint:
POST /api/lostpuppy/ Payload: { id: PUPPY_ID }
This stubbed endpoint returns with 2 second delay:
Update Puppy Delete method to notify lostpuppy-service in a goroutine and log response code asynchronously.
The text was updated successfully, but these errors were encountered: