module BWAPI::Client::Projects::Summary

Summary module for projects/summary endpoints

Public Instance Methods

projects_summary(opts = {}) click to toggle source

Summary of projects

@param opts [Hash] options hash of parameters @option opts [Integer] page Page of projects to retrieve @option opts [Integer] pageSize Results per page of results @option opts [String] :filter Filter to apply to the query @return [Hash] Project summary information

# File lib/bwapi/client/projects/summary.rb, line 13
def projects_summary(opts = {})
  get 'projects/summary', opts
end