mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 13:05:21 +02:00
documentation updates
This commit is contained in:
parent
7b6fdc7619
commit
79f957eb8c
12 changed files with 82 additions and 36 deletions
|
@ -1,5 +0,0 @@
|
|||
# API Examples
|
||||
|
||||
TODO
|
||||
|
||||
Have Ideas? Submit a PR!
|
14
docs/docs/api/api-usage.md
Normal file
14
docs/docs/api/api-usage.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Usage
|
||||
|
||||
## Key Components
|
||||
### Recipe Extras
|
||||
Recipes extras are a key feature of the Mealie API. They allow you to create custom json key/value pairs within a recipe to reference from 3rd part applications. You can use these keys to contain information to trigger automation or custom messages to relay to your desired device.
|
||||
|
||||
For example you could add `{"message": "Remember to thaw the chicken"}` to a recipe and use the webhooks built into mealie to send that message payload to a destination to be processed.
|
||||
|
||||

|
||||
|
||||
|
||||
## Examples
|
||||
|
||||
Have Ideas? Submit a PR!
|
Loading…
Add table
Add a link
Reference in a new issue