Feature: Retrieve Package Rating via Established Endpoint
This feature involves calling an already established endpoint (from Phase 1) and returning the rating of a given package.
Things to Consider:
Handle 'package not found' gracefully:
Ensure that if the requested package is not found, the system returns a clear, user-friendly message (e.g., "Package not found") instead of crashing or returning ambiguous errors.
Feature: Retrieve Package Rating via Established Endpoint
This feature involves calling an already established endpoint (from Phase 1) and returning the rating of a given package.
Things to Consider:
Feel free to expand on this issue.