Method: Bugsnag::Api::Client::CurrentUser#projects
- Defined in:
- lib/bugsnag/api/client/currentuser.rb
#projects(org_id, options = {}) ⇒ Array<Sawyer::Resource>
List the Current User's Projects
26 27 28 |
# File 'lib/bugsnag/api/client/currentuser.rb', line 26 def projects(org_id, = {}) paginate "organizations/#{org_id}/projects", end |