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

Add refresh_token API call #139

Conversation

protoroto
Copy link
Member

Description

Add refresh_token API call

References

Fix #131

Checklist

  • I have read the contribution guide
  • Code lint checked via inv lint
  • changes file included (see docs)
  • Usage documentation added in case of new features
  • Tests added

@protoroto protoroto requested a review from yakky August 23, 2023 08:05
@coveralls
Copy link

coveralls commented Aug 23, 2023

Coverage Status

coverage: 97.921% (+0.04%) from 97.877% when pulling a6b7e10 on protoroto:feature/issue-131-add-refresh-token-api-call into da66c92 on nephila:master.

@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Patch coverage: 78.94% and project coverage change: -0.37% ⚠️

Comparison is base (da66c92) 96.42% compared to head (9a7b1bb) 96.06%.

❗ Current head 9a7b1bb differs from pull request most recent head a6b7e10. Consider uploading reports for the commit a6b7e10 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
- Coverage   96.42%   96.06%   -0.37%     
==========================================
  Files           8        8              
  Lines         895      914      +19     
  Branches       66       69       +3     
==========================================
+ Hits          863      878      +15     
- Misses         19       22       +3     
- Partials       13       14       +1     
Flag Coverage Δ
unittests 96.06% <78.94%> (-0.37%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
taiga/client.py 88.88% <78.94%> (-1.77%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@protoroto protoroto force-pushed the feature/issue-131-add-refresh-token-api-call branch from 9a7b1bb to a6b7e10 Compare August 23, 2023 10:12
@protoroto protoroto merged commit 30c4349 into nephila:master Aug 23, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto-refresh token after auth_token expired
3 participants