* Get the diff for this session
(options: Options<SessionDiffData, ThrowOnError>)
| 579 | * Get the diff for this session |
| 580 | */ |
| 581 | public diff<ThrowOnError extends boolean = false>(options: Options<SessionDiffData, ThrowOnError>) { |
| 582 | return (options.client ?? this._client).get<SessionDiffResponses, SessionDiffErrors, ThrowOnError>({ |
| 583 | url: "/session/{id}/diff", |
| 584 | ...options, |
| 585 | }) |
| 586 | } |
| 587 | |
| 588 | /** |
| 589 | * Summarize the session |