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

Add simulation of GET endpoint /products to shop.go #9

Closed
kshpdr opened this issue Jun 5, 2023 · 1 comment
Closed

Add simulation of GET endpoint /products to shop.go #9

kshpdr opened this issue Jun 5, 2023 · 1 comment
Assignees
Labels

Comments

@kshpdr
Copy link
Contributor

kshpdr commented Jun 5, 2023

Task description
Even though it's intended to use shop.go as a client used by shops and they have to implement GET endpoint /products somewhere, now we would probably need it for testing since we don't know when other team is gonna get it running on the one of two shops there and in our case it's really easy to implement.

Tasks
Implement one GET endpoint /products that is going to return list of products according to our Architecture document. Dummy products could be saved in external file products.js and then just extracted from there.

@kshpdr
Copy link
Contributor Author

kshpdr commented Jun 20, 2023

Closed since intergrating Hub into shops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants