Add README
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user