nicorithner / rails_engine

Turing Module 3 - Api rails app exercise
0 stars 0 forks source link

Single Finders #24

Closed nicorithner closed 3 years ago

nicorithner commented 3 years ago

This endpoint should return a single record that matches a set of criteria. Criteria will be input through query parameters.

The URI should follow this pattern: GET /api/v1//find?=

This endpoint should: