Repository containing documentation and code samples for specific API use cases and functions to help developers quickly learn how to use our APIs.
You can install the editedapi
module in the following way:
To install the editedapi
module directly from GitHub, run this command:
pip install git+https://github.com/EDITD/edited-api-use-case-guides.git
The above command will build and install the editedapi
module for your use, but it does not clone the repository. In order to run any of the pre-built use cases, you should clone the repository locally:
git clone https://github.com/EDITD/edited-api-use-case-guides.git
These use case guides require a configuration file named config.ini
to be placed in the root directory of the project. A sample version has been put in place, but you must edit it to use your provided API Key as well as any other optional configurations which might be used by the sample use cases guides.
#config.ini
[api]
; Required Configuration Parameters
log_level = INFO
api_key = <YOUR_API_KEY>
; Optional Configuration Parameters
filterset_id = <YOUR_FILTER_SET_ID>