caronc / apprise-api

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

Stateless GET Parameter Support #166

Closed caronc closed 5 months ago

caronc commented 5 months ago

Description:

Related issue (if applicable): n/a

GET parameters title, type, and format can be passed on the URL to provide default values if nothing in the message body exists (this is already how Stateful Apprise POSTs are handled). This is merely making both consistent.

Checklist

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2b21ab7) 99.36% compared to head (1da364b) 99.36%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #166 +/- ## ======================================= Coverage 99.36% 99.36% ======================================= Files 7 7 Lines 785 791 +6 ======================================= + Hits 780 786 +6 Misses 5 5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.