-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
* add mockingjay pod * add some basic url tests * switch url qualifying to try/catch * fix url tests * add some more tests around GET/POST request parameter encoding * changed NetworkAPI.Error into NetworkAPIError simplified some try/catch logic add unknownError type switch requestFailed error type from String to Error moved NetworkAPIError: Equatable into tests, fixed tests * address PR issues: add anyDecodableType to remove restriction on GET params being [String: String] changed passing an empty object for get param encoding from an error to just carrying on simplifyed some try/catch blocks. * Fixed get param encoding to use NSJSONSerialization, better handling of unpermitted types Add some more tests, refined current tests removed unused debugging prints * Fixed get param encoding to use NSJSONSerialization, better handling of unpermitted types Add some more tests, refined current tests removed unused debugging prints
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,29 @@ | ||
PODS: | ||
- Mockingjay (2.0.1): | ||
- Mockingjay/Core (= 2.0.1) | ||
- Mockingjay/XCTest (= 2.0.1) | ||
- Mockingjay/Core (2.0.1): | ||
- URITemplate (~> 2.0) | ||
- Mockingjay/XCTest (2.0.1): | ||
- Mockingjay/Core | ||
- SwiftLint (0.27.0) | ||
- URITemplate (2.0.3) | ||
|
||
DEPENDENCIES: | ||
- Mockingjay | ||
- SwiftLint | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- Mockingjay | ||
- SwiftLint | ||
- URITemplate | ||
|
||
SPEC CHECKSUMS: | ||
Mockingjay: 11a621880d2887f1775bdcf824341eb68f218450 | ||
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073 | ||
URITemplate: ace0c4c46dcf8afe6e89b4060621852886b15c3b | ||
|
||
PODFILE CHECKSUM: 14e9088553906abf7cbce21103eabce7b7c484fd | ||
PODFILE CHECKSUM: cc186c01e2769e11750042d767aeb6f6086b5d1e | ||
|
||
COCOAPODS: 1.5.3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.