John Sanderson

Results 2 issues of John Sanderson

Removed the old CommandLineKit dependency in favour of the Swift Argument Parser package (see https://swift.org/blog/argument-parser/). This change **IS** backwards compatible.

enhancement

Added NetworkFormDataResourceType and NetworkJSONResourceType. Refactored NetworkResourceType to take more generic 'body' and moved encoding of data to the conforming types. Updated tests