Skip to content

servlet: pantry #63

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

Merged
merged 3 commits into from
Apr 18, 2025
Merged

servlet: pantry #63

merged 3 commits into from
Apr 18, 2025

Conversation

evacchi
Copy link
Contributor

@evacchi evacchi commented Mar 13, 2025

A simple JSON storage servlet based on Pantry. Use it to give long-term memory to your servlets or your tasks.

Register a Pantry with just an email address on Pantry, you will be given a PANTRY_ID you can use to store and retrieve data.

Config

  • PANTRY_ID: the ID of the pantry you want to use

Domains

  • getpantry.cloud

Tools

The pantry tool takes an action (get or post) and a basket to identify the data. If the action is post then it also takes a body parameter in JSON format.

evacchi added 3 commits March 13, 2025 16:21
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
@evacchi
Copy link
Contributor Author

evacchi commented Apr 18, 2025

this works and it's good to go

@evacchi evacchi merged commit 006e737 into main Apr 18, 2025
1 check passed
@evacchi evacchi deleted the pantry branch April 18, 2025 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant