(id: EventType['id'], teamId?: TeamType['id'])
| 218 | } |
| 219 | |
| 220 | public event(id: EventType['id'], teamId?: TeamType['id']): ApiRequest { |
| 221 | return this.events(teamId).addPathComponent(id) |
| 222 | } |
| 223 | |
| 224 | public tags(teamId?: TeamType['id']): ApiRequest { |
| 225 | return this.projectsDetail(teamId).addPathComponent('tags') |
no test coverage detected