Skip to content

P4: Python client configuration to demonstrate Custos functioning

Raghunadham G edited this page May 6, 2022 · 3 revisions

Python client configuration to demonstrate Custos functioning

Back to Project 4 Home

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.

Clone this wiki locally