# File lib/apipie/client/generator.rb, line 98 def params_in_path(method) api(method)[:api_url].scan(/:([^\/]*)/).map(&:first) end