Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter Encoding Tests #2

Merged
merged 11 commits into from
Nov 16, 2018
Merged

Parameter Encoding Tests #2

merged 11 commits into from
Nov 16, 2018

Commits on Oct 22, 2018

  1. add mockingjay pod

    brendanlensink committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    5971da3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    2d8eb99 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    44a1b91 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bwl/testing

    * master:
      fixed request throwing weird wrapped errors
      fix error in encoding logic
      update podspec
      bump version
      remove todos, update project settings that were throwing a warning
    brendanlensink committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    c222182 View commit details
    Browse the repository at this point in the history
  3. fix url tests

    brendanlensink committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    255f79d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54bd97d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. 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
    brendanlensink committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    2010d27 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. 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.
    brendanlensink committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    8b568f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Fixed get param encoding to use NSJSONSerialization, better handling …

    …of unpermitted types
    
    Add some more tests, refined current tests
    removed unused debugging prints
    brendanlensink committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    14b25f9 View commit details
    Browse the repository at this point in the history
  2. Fixed get param encoding to use NSJSONSerialization, better handling …

    …of unpermitted types
    
    Add some more tests, refined current tests
    removed unused debugging prints
    brendanlensink committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    9c31a07 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'bwl/testing' of https://github.com/steamclock/networkAPI

    …into bwl/testing
    
    * 'bwl/testing' of https://github.com/steamclock/networkAPI:
      Fixed get param encoding to use NSJSONSerialization, better handling of unpermitted types Add some more tests, refined current tests removed unused debugging prints
    brendanlensink committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    e65467c View commit details
    Browse the repository at this point in the history