Python samples for Incode API products:
Samples include Web Hook Implementations for:
- Creating an session and access token for web and mobile clients
- Creating onboarding URL links
- A basic Web Hook implementation for accessing onboarding results
To browse ready to use code samples check Incode Samples.
- Install Anaconda
-
Create conda environment:
cd <repo root directory> conda env create -f dependencies.yml conda env update --prefix ./env --file dependencies.yml --prune
-
Clone this repository:
git clone https://github.com/Incode-Technologies-Example-Repos/python-samples.
-
Install python
-
For each dependency listed in the dependencies .yml file run the pip install command
-
Start Jupyter Nodebook App
-
Browse to the sample directory
-
Open the <sample.ipynb> file
-
Run the following command
python sample.py