From bc0574840f81c4ebb9f8aa5ba7960422a4746ee5 Mon Sep 17 00:00:00 2001 From: burnettk Date: Wed, 27 Mar 2024 14:58:29 -0400 Subject: [PATCH] readme for api --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 465030a..81d76cd 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ The default username is `spiffuser` and the password is `spiffpass`, as configur Health checks are configured for the `spiffworkflow-backend` and `spiffdb` services to ensure they are ready before dependent services start. +## Interacting with the API + + +```sh +# get a token and store it in a file +./bin/get_token admin > /tmp/t +``` + ### Troubleshooting: If you encounter any issues with the services, check the logs using `docker-compose logs`.