caronc / apprise-api

A lightweight REST framework that wraps the Apprise Notification Library
https://hub.docker.com/r/caronc/apprise
MIT License
638 stars 56 forks source link

Drop unnecessary file I/O handling + Auto-Detect Configuration Format #18

Closed caronc closed 4 years ago

caronc commented 4 years ago

Description:

The following changes come bundled in this Pull Request (PR):

Note: Test cases won't pass until PR apprise/282 makes it upstream into the official version. The requirements.txt has already been updated to point to it. For this reason this PR will remain open until Apprise catches up. Code has been tested to work great against the Apprise/Master branch though.

Checklist

codecov-commenter commented 4 years ago

Codecov Report

Merging #18 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #18   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          335       321   -14     
=========================================
- Hits           335       321   -14     
Impacted Files Coverage Δ
apprise_api/api/forms.py 100.00% <100.00%> (ø)
apprise_api/api/views.py 100.00% <100.00%> (ø)

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 949b8d9...00dba03. Read the comment docs.