Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit f81dd01

Browse files
author
Nenad Lukic
committed
Add server example link to readme
1 parent 89d564b commit f81dd01

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ api_url=http://0.0.0.0
1919
views_url=http://js.basiq.io/index.html
2020
```
2121

22+
### Server requirements
23+
2224
To run the example, your API must expose two endpoints, ```/access_token``` and ```/user```. These
2325
endpoints must return the access_token that was retrieved from Basiq's API with the CLIENT_CREDENTIALS
24-
scope, and a user_id that will be used to create the connection.
26+
scope, and a user_id that will be used to create the connection.
27+
28+
You can find an example server implementation [here](https://github.com/basiqio/basiq-blink-server-example)

0 commit comments

Comments
 (0)