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

No hostable service for executing CRUD operations #14

Open
withtwoemms opened this issue May 30, 2023 · 0 comments
Open

No hostable service for executing CRUD operations #14

withtwoemms opened this issue May 30, 2023 · 0 comments

Comments

@withtwoemms
Copy link
Owner

As a user
I want a service to which i can create new and modifiy existing Pokemon
So I can 'be the very best no one ever was'


GIVEN some service
WHEN a "create" request is received
THEN a new Pokemon is made available

GIVEN some service
WHEN a "read" request is received
THEN an existing Pokemon is returned

GIVEN some service
WHEN an "update" request is received
THEN an data associated with an existing Pokemon is modified

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