From c2f43303d4e30e9172b77324147d9c66820303a2 Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Tue, 12 Nov 2024 21:20:42 +0100 Subject: [PATCH] Add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f6c6ad --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ + +# SpareBank 1 API Client + +Check the [SpareBank 1 API documentation](https://developer.sparebank1.no/#/) +on how to set up a client. The following environment variables are needed: + +*SB1\_REDIRECT\_URI* - Redirect uri, e.g. http://localhost + +*SB1\_HOST* - Hostname of redirect uri, e.g. localhost + +*SB1\_PORT* - Port of redirect uri, e.g. 8080 + +*SB1\_CLIENT\_ID* - ID of personal client, check the SB1 API Documentation + +*SB1\_CLIENT\_SECRET* - Secret of personal client, check the SB1 API Documentation + +*SB1\_FIN\_INST* - Financial Institution, check the SB1 API Documentation