taxonomy4good icon indicating copy to clipboard operation
taxonomy4good copied to clipboard

Document Taxonomy4Good API

Open Anis-Bouhamadouche opened this issue 1 year ago • 0 comments

The current documentation does not include an explanation of how to use the taxonomy4good API. Upon request/registration, users will receive an API key that allows them to get up-to-date taxonomies with fewer lines of code and without having to install a newer version of the library. The usage will be as follows:

from taxonomy4good import SustainabilityTaxonomy

api_key = "XXXXXXXXXXXXXX"
taxonomy = SustainabilityTaxonomy(api_key=api_key, taxonomy_name="un_sdg_taxonomy")

Currently, a website is being built for registrations. In the meantime, users can request access by emailing: [email protected]

Anis-Bouhamadouche avatar Oct 30 '23 19:10 Anis-Bouhamadouche