aronbalog / Vox

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

Added userInfo and changed interface for request execution #4

Closed JFejza closed 6 years ago

JFejza commented 6 years ago

This is a convenience change on interface for request to enable configuration with userInfo dictionary Issue: https://github.com/aronbalog/Vox/issues/3

codecov-io commented 6 years ago

Codecov Report

Merging #4 into master will increase coverage by <.01%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   90.14%   90.15%   +<.01%     
==========================================
  Files          31       31              
  Lines        2091     2103      +12     
==========================================
+ Hits         1885     1896      +11     
- Misses        206      207       +1
Impacted Files Coverage Δ
VoxTests/DataSource/PaginationSpec.swift 82.41% <100%> (ø) :arrow_up:
...ox/Plugins/Alamofire/JSONAPIClient_Alamofire.swift 97.91% <100%> (ø) :arrow_up:
Vox/Core/Networking/Class/Request.swift 74.28% <50%> (-0.72%) :arrow_down:
VoxTests/DataSource/DataSourceSpec.swift 86.89% <70.58%> (+0.29%) :arrow_up:

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 e02efd5...5784b44. Read the comment docs.