-
Notifications
You must be signed in to change notification settings - Fork 0
Technical Docs
Julio César G. Costa edited this page Apr 26, 2026
·
4 revisions
OntologyToAPI.core.APIGenerator.APIGeneratorThis method instantiate the Generator class.
- showLogs: Show the serialisation and configuration process when handling the ontologies and generating the API.
This method is used to load the ontologies in the generator.
- paths: Load a list of ontology files in .rdf .owl or .ttl.
This method serialize the ontologies, and execute verifications in the ontology specifications.
This method configures the api routes and return an FastAPI object.