aplchian / api-exam

1 stars 0 forks source link

Design suggestion: Consider using consistent path for all t-shirts . #1

Open tripott opened 7 years ago

tripott commented 7 years ago

Your project looks fine. One best practice suggestion...

You are using a /tshirts route and a /tshirt route. Consider using consistent path for all t-shirts routes (/tshirts)

GET /tshirts
GET /tshirts/:id
POST /tshirts
aplchian commented 7 years ago

@tripott cool, thank you!