Lee Tracey
Results
1
comments of
Lee Tracey
We did this ourselves, but would be great to get it baked in: public async Task LookupAsync( string discountCode, CancellationToken cancellationToken = default) { var uri = PrepareRequest("discount_codes/lookup.json"); uri.QueryParams.Add("code", discountCode);...