Paul Cantrell
Paul Cantrell
One thought: it looks like your SDKAPI class subclasses Service. Instead of subclassing, try holding an internal Service reference inside SDKAPI and making it a facade for Siesta’s Service API,...
Yeah. I haven’t figured out how to suppress that; last I checked, `@discardableResult` just doesn’t translate to Obj-C. If you know how, I’d welcome a pull request! In the meantime,...
Hi @jrmsklar, and thanks for suggesting this! I have several concerns about attaching the full `HTTPURLResponse` to `RequestError`. Here they are, in order of decreasing importance: 1. **Duplicated, possibly inconsistent...
> I'd like the to have access to the URL in order to log it when handling API response errors. That does make perfect sense. Adding a `url` property sounds...
@jrmsklar and @jeffaburt: Hello, and sorry for the very slow turnaround on this! I see you've been maintaining your own fork; I hope my delay hasn't caused your project distress....
Hmm, that is a compelling and clarifying example. Thanks for taking the time to share it! Although you’re logging only errors, I can imagine scenarios where one would also want...
> Actually WatchKit includes way of getting data through the iOS app so it's ok if it's dismissed for now. That was my understanding, but… > It would be very...
Looks like maybe @TriTT was working on tvOS support?
#187 added a tvOS target. Specs don’t run on tvOS because of Nocilla, but that seems solvable. I'd like to hear from users about any success / troubles in actual...
Belated reply: yes, I like this idea, and have thought along similar lines in the past but never did anything about it. One could split out just the logic pieces...