Module: BWAPI::Client::Projects::Summary

Included in:
BWAPI::Client::Projects
Defined in:
lib/bwapi/client/projects/summary.rb

Overview

Summary module for projects/summary endpoints

Instance Method Summary collapse

Instance Method Details

#projects_summary(opts = {}) ⇒ Hash

Summary of projects

Parameters:

  • opts (Hash) (defaults to: {})

    options hash of parameters

Options Hash (opts):

  • page (Integer)

    Page of projects to retrieve

  • pageSize (Integer)

    Results per page of results

  • :filter (String)

    Filter to apply to the query

Returns:

  • (Hash)

    Project summary information



13
14
15
# File 'lib/bwapi/client/projects/summary.rb', line 13

def projects_summary(opts = {})
  get 'projects/summary', opts
end