You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sparql files now reside in `apis_entities/rdfimport` and the list of
sparqlfiles can be extended, resp. the existing ones overridden, by
putting `.toml` files in any `rdfimport` folder of a Djang app.
The function for parsing the RDF endpoint was renamed to
`get_defintion_and_attributes_from_uri`. Given the new logic to iterate
through the app `rdfimport` folders, it does not use the
`APIS_RDF_YAML_SETTINGS` setting anymore, which was therefore dropped
(together with the corresponding function from `utils.settins`)
Closes: #603
The sparql files now reside in `apis_entities/rdfimport` and the list of
sparqlfiles can be extended, resp. the existing ones overridden, by
putting `.toml` files in any `rdfimport` folder of a Djang app.
The function for parsing the RDF endpoint was renamed to
`get_defintion_and_attributes_from_uri`. Given the new logic to iterate
through the app `rdfimport` folders, it does not use the
`APIS_RDF_YAML_SETTINGS` setting anymore, which was therefore dropped
(together with the corresponding function from `utils.settins`)
Closes: #603
and let user add custom ones in their app
The text was updated successfully, but these errors were encountered: