nuxt / http

Universal HTTP Module for Nuxt.js
https://http.nuxtjs.org
MIT License
229 stars 51 forks source link

feat: add create and setBaseURL helpers and docs improvements #94

Closed atinux closed 4 years ago

atinux commented 4 years ago

This PR adds:

Update and improves the documentation:

Add more tests for better coverage 💯

codecov-io commented 4 years ago

Codecov Report

Merging #94 into dev will increase coverage by 1.75%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #94      +/-   ##
==========================================
+ Coverage   81.57%   83.33%   +1.75%     
==========================================
  Files           1        1              
  Lines          38       36       -2     
  Branches       17       16       -1     
==========================================
- Hits           31       30       -1     
+ Misses          6        5       -1     
  Partials        1        1              
Impacted Files Coverage Δ
lib/module.js 83.33% <ø> (+1.75%) :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 3a9100f...7cc5976. Read the comment docs.