-
Notifications
You must be signed in to change notification settings - Fork 61
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
Documenting the Service Schema for Generic #218
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #218 +/- ##
=======================================
Coverage 76.95% 76.95%
=======================================
Files 85 85
Lines 2703 2703
=======================================
Hits 2080 2080
Misses 441 441
Partials 182 182 Continue to review full report at Codecov.
|
Hello! The documentation is located in https://github.com/containrrr/shoutrrr/blob/main/docs/services/generic.md. Just put any additional content below the include line. The config.md file is generated from the actual config parser when building the docs (through |
Ah that's brilliant. |
@jbishop129 I had the exact same issue with |
Yeah, sorry about that. It's If you need to add one of the reserved query params, you can escape it by prefixing it with
That would cause the service to do a POST request, with the
but unescaped
it would instead send it with the
|
PR for documenting explicitly the service schema for Generic
Took me about an hour to work out how to use
./shoutrrr send
for a generic request till I read through the PR for generic.Hope this small change can help others.
I wanted to make changes the generic service document but I am not sure of what voodoo is going on as the linked file and directory at
docs/services/generic/config.md
does not exist in the repo!