Example code in Python
Description about how to use ABC model API with Python
We provide abc_model_api_toolkit to easily use ABC model API and also give you an example Python script using this toolkit.
For more details, visit the abc_model_api_toolkit GitHub repository and review the README file.
Installation
!git clone https://github.com/CenterForTheBuiltEnvironment/ABC_toolbox.gitDiscrepancies
Python 3
Standard libraries:
json: Utilized for parsing JSON data.
requests: Used for making HTTP requests to the API.
Example code in a Python file (.py):
https://github.com/CenterForTheBuiltEnvironment/ABC_toolbox/blob/main/abc_model_api_toolkit/example/example.py
Last updated
Was this helpful?