Closed maxkonovalov closed 7 years ago
This makes possible to map plain swift types like this:
func getArticlesCount() -> Promise<Int> { return ws.get("/articles", keypath: "count") }
Need to figure out a better way to parse RawRepresentable types to pass all the tests.
RawRepresentable
Also added some minor changes to WSError:
WSError
Type
Status
Another Great feature to write more concise code 🎉👏
This makes possible to map plain swift types like this:
Need to figure out a better way to parse
RawRepresentable
types to pass all the tests.