79343811

Date: 2025-01-09 19:31:39
Score: 1.5
Natty:
Report link

Firstly, your database should be refined further. It doesn't make sense to have a column with just one data in it. either your DB holds both data (e.g. OPEC & Non-OPEC) and the DB table_name is good enough to asses that list has only OPEC Countries in it.

For your REST API, the most logical uri path would be /opec/member_countries for OPEC based

If you planning to make it extensible, then /org/{OPEC}/member-countries would be a better uri.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: thourc