Module: BWAPI::Client::Projects::Data::Urls
- Included in:
- BWAPI::Client::Projects::Data
- Defined in:
- lib/bwapi/client/projects/data/urls.rb
Overview
Urls module for the /projects/project_id/data/urls endpoint
Instance Method Summary collapse
-
#data_urls(project_id, opts = {}) ⇒ array
Get top n urls.
Instance Method Details
#data_urls(project_id, opts = {}) ⇒ array
Get top n urls
16 17 18 |
# File 'lib/bwapi/client/projects/data/urls.rb', line 16 def data_urls(project_id, opts = {}) get "/projects/#{project_id}/data/urls", opts end |