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.git

Discrepancies

  • Python 3

  • Standard libraries:

    • json: Utilized for parsing JSON data.

  • requests: Used for making HTTP requests to the API.

Last updated

Was this helpful?