class GdsApi::NeedApi

def reopen(need_id, author)

def reopen(need_id, author)
  # author params: { "author" => { ... } }"
  # NB: This should really be a POST
  delete_json_with_params!("#{endpoint}/needs/#{CGI.escape(need_id.to_s)}/closed", author)
end