introduce a "find Wells by Name" feature

implement find method on a /find/wells_by_name route

acceptance:

  • a frontend application could use the method to find wells by name.

steps:

  • implement a handler to the route
  • apply an authorization middleware
  • implement incoming parameters parsing and verification (well_name: string)
  • introduce a call-search-api helper
  • apply call-search-api helper to perform a proper search
  • handle an api response
  • form a route response to match a given schema
Edited by Dmitry