rrabinovitch / rails_engine_rr

ReST API for sales data
0 stars 0 forks source link

Merchants "find" endpoints #8

Open rrabinovitch opened 4 years ago

rrabinovitch commented 4 years ago

Single finders: return a single record that matches a set of criteria input through query parameters URI pattern: GET /api/v1/<resource>/find?<attribute>=<value>

Multi-finders: return all records that match a set of criteria input through query parameters URI pattern: GET /api/v1/<resource>/find_all?<attribute>=<value>

rrabinovitch commented 4 years ago

rrabinovitch commented 4 years ago