-
Notifications
You must be signed in to change notification settings - Fork 2
P4: Python client configuration to demonstrate Custos functioning
Raghunadham G edited this page May 6, 2022
·
3 revisions
We used the Python SDK to build a Flask application to test and demonstrate the functioning of Custos.
The Flask application is on the custos-python-sdk
branch here
We referred the Google Colab book provided by Isuru, and the API Endpoint reference here to understand the working of Custos and test the functionality.
We were able to test out the functions we intended to. Working with the Python SDK made it easier because we did not have to handle the tokens manually. The data required to handle the tokens was generated using the SDK and we did not enter tokens for every request.