Swish icon indicating copy to clipboard operation
Swish copied to clipboard

Nothing but Net(working)

Results 10 Swish issues
Sort by recently updated
recently updated
newest added

Hi, The latest released version available via Swift Package Manager (4.0.0) doesn't contain all the commits available on the `master` branch. Could you please add tag `4.0.1` on commit `24f58c51a3b1b1b318bf863a781d74ac46add441`...

Swish 3.0.0 is the most up to date version available: https://cocoapods.org/pods/Swish Do you think we could get 4.0.0 avaialble on Cocoapods?

Our inline documentation is pretty lacking. We should fix that.

This seems like it's going to get real hairy real quick (and I know nothing about this stuff) but it's definitely something we should look into. I'm thinking that we...

Once we have releases automated (see #105) it'd be nice to be able to generate docs as a part of that and then host them on GitHub pages.

It's be nice to add a script that bumps version numbers, adds tags, uploads to cocoapods, etc.

Adds a new extension to the `Client` protocol that allows two requests to be performed concurrently, with their results combined into a tuple: ``` perform(_: RequestA, _: RequestB, completionHandler: (Result)...

When Carthage checks out Swish into a project, it also recursively copies its submodules. This means that even if Carthage finds a more recent version of Result or Argo, when...

At this stage I've been using Alamofire's [`MultipartFormData` class](https://github.com/Alamofire/Alamofire/blob/0f506b1c455e5ce4312d27daeb98c10a608107d3/Source/MultipartFormData.swift) which seems pretty solid and has some nice abstractions. It would be great for Swish to support this natively. I wonder...

Sometimes I get an invalid JSON response from the API and it's not clear why (for example, a HTML error page where there would normally be a JSON body). Here's...