You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.