NYU DevOps Wishlists Service Fall 2025

1 stars 0 forks 1 watchers Python Apache License 2.0
1 Open Issue Need Help Last updated: Sep 18, 2025

Open Issues Need Help

View All on GitHub
Read Wishlist API about 6 hours ago

AI Summary: This issue describes the creation of a 'Read Wishlist' API endpoint. It requires implementing a GET request to `/wishlists/{id}` to retrieve a customer's wishlist details, including fields like id, customer_id, name, and items. The endpoint must return a 200 OK with the wishlist details if found, or a 404 Not Found with a JSON error message if the specified wishlist ID does not exist.

Complexity: 2/5
good first issue

NYU DevOps Wishlists Service Fall 2025

Python