richtier / alexa-voice-service-client

Python Client for Alexa Voice Service (AVS)
MIT License
42 stars 29 forks source link

Move oauth2 url logic to helper function #12

Closed richtier closed 6 years ago

richtier commented 6 years ago

This change facilitates creating oauth2 views in downstream projects, specifically alexa-browser-client

codecov-io commented 6 years ago

Codecov Report

Merging #12 into master will increase coverage by 1.1%. The diff coverage is 96.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #12     +/-   ##
=========================================
+ Coverage   93.51%   94.61%   +1.1%     
=========================================
  Files          11       12      +1     
  Lines         216      223      +7     
=========================================
+ Hits          202      211      +9     
+ Misses         14       12      -2
Impacted Files Coverage Δ
serve.py 0% <0%> (ø)
avs_client/avs_client/authentication.py 100% <100%> (ø) :arrow_up:
avs_client/refreshtoken/handlers.py 100% <100%> (ø) :arrow_up:
avs_client/refreshtoken/helpers.py 100% <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 b08e4c4...d1f504e. Read the comment docs.