NewDialService returns a new instance of DialService.
(client *Client)
| 326 | |
| 327 | // NewDialService returns a new instance of DialService. |
| 328 | func NewDialService(client *Client) *DialService { |
| 329 | return &DialService{Client: client} |
| 330 | } |
| 331 | |
| 332 | // FindDialByID retrieves a single dial by ID along with associated memberships. |
| 333 | // Only the dial owner & members can see a dial. Returns ENOTFOUND if dial does |