cookbook
cookbook copied to clipboard
🍲 A library for all your recipes
In the current API, the recipe id is declared to be an integer. In reality, a string is transmitted. This should be corrected.
Automated update of the dependabot-approve-merge.yml workflow from https://github.com/nextcloud/.github
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.11.0 to 2.0.0. Release notes Sourced from @nextcloud/axios's releases. v2.0.0 Added Use rollup as bundler Add ESM Support Run tests in more Node versions Changed Remove babel...
Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.3.0 to 2.0.0. Release notes Sourced from @nextcloud/auth's releases. v2.0.0 Added Rollup as bundler ESM bundle Changed Remove core-js Remove babel Remove unnecessary dev dependencies README.md Changelog...
Automated update of the npm and node engines versions
A stable version of the public API should be defined for the `1.0.0` version of the app. As far as I can see, we currently have the following endpoints which...
Currently, there is the risk of orphaned database entries. There should be some procedure to cure that. Possible solutions are a Cron job, a repair step out of usual database...
There are some basic, funcdamental decisions that were made in the past. An example would be to keep the complete data set in the file system for external programs to...
Currently the files are structured in a folder of the user. In this folder, one `recipe.json` and max two images are located. I suggest to extend this file/folder structure to...