aronbalog / Vox

Swift JSON:API client framework
http://jsonapi.org
MIT License
46 stars 19 forks source link

Allow Alamofire Client plugin to be subclassed #14

Open Thiryn opened 6 years ago

Thiryn commented 6 years ago

Alamofire Client plugin is now open instead of public to enable subclassing Add a getHeaders() function to allow specific header handling on client Add a responseHandler function to allow response handling resolves #13

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@18b1663). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #14   +/-   ##
=========================================
  Coverage          ?   90.17%           
=========================================
  Files             ?       31           
  Lines             ?     2107           
  Branches          ?        0           
=========================================
  Hits              ?     1900           
  Misses            ?      207           
  Partials          ?        0
Impacted Files Coverage Δ
...ox/Plugins/Alamofire/JSONAPIClient_Alamofire.swift 98.07% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 18b1663...35a4729. Read the comment docs.