ZendeskApiClient icon indicating copy to clipboard operation
ZendeskApiClient copied to clipboard

Missing method from interface

Open theolivenbaum opened this issue 4 years ago • 1 comments

Minor thing I just noticed, but the GetAsync method is missing from the IAttachmentsResource interface.

 public async Task<Attachment> GetAsync(
            long attachmentId,
            CancellationToken cancellationToken = default(CancellationToken))

theolivenbaum avatar Feb 12 '21 10:02 theolivenbaum

Hi @theolivenbaum, our team has recently taken some level of ownership of this repository. I have added a TODO card for this. We plan on prioritising the work as part of our workflow so we should get round to it. Until then, PRs are welcome 👍

mikerogers123 avatar Jun 29 '22 12:06 mikerogers123