rrabinovitch / rails_engine_rr

ReST API for sales data
0 stars 0 forks source link

Relationships endpoints #21

Closed rrabinovitch closed 3 years ago

rrabinovitch commented 3 years ago

Adds and tests endpoints that show related records, including: • GET /api/v1/merchants/:id/items => returns all items associated with a merchant • GET /api/v1/items/:id/merchant => returns the merchant associated with an item