jakesorce / clubhouse_ruby

A lightweight Ruby wrapper for the Clubhouse REST API.
MIT License
18 stars 11 forks source link

V3 API for "Teams" is missing. #10

Closed jakesorce closed 3 years ago

jakesorce commented 3 years ago

Groups List Groups A group in our API maps to a “Team” within the Clubhouse Product. A Team is a collection of Users that can be associated to Stories, Epics, and Iterations within Clubhouse.

GET https://api.clubhouse.io/api/v3/groups

jakesorce commented 3 years ago

https://github.com/PhilipCastiglione/clubhouse_ruby/pull/11 - Here is the PR that fixes this issue.

jakesorce commented 3 years ago

11 - closed this issue