Module: FileboundClient::Endpoints::Query
- Defined in:
- lib/filebound_client/endpoints/query.rb
Overview
Module for Query resource endpoint
Instance Method Summary collapse
-
#query(projects_query, files_query, documents_query, query_params = nil) ⇒ Object
Runs a query against the API using the project, files and documents query supplied.
Instance Method Details
#query(projects_query, files_query, documents_query, query_params = nil) ⇒ Object
Runs a query against the API using the project, files and documents query supplied. See applications.filebound.com/v3/documentation/endpoints#Custom+Query for more detail.
12 13 14 |
# File 'lib/filebound_client/endpoints/query.rb', line 12 def query(projects_query, files_query, documents_query, query_params = nil) get("/query/#{projects_query}/#{files_query}/#{documents_query}", query_params) end |