freme-project / freme-project.github.io

Apache License 2.0
2 stars 0 forks source link

Document nif-version parameter #294

Closed jnehring closed 7 years ago

jnehring commented 8 years ago

Please add a query string parameter nif-version to the API documentation of each of these endpoints. It has values "" (blank), "2.0" and "2.1". The description is: "Specify the nif version that the endpoint should produce. Can be "2.0" or "2.1". Leave blank for the default value "2.0".

Currently this waits for https://github.com/freme-project/e-services/issues/31 and https://github.com/freme-project/basic-services/issues/98 (for the nif-converter)

This parameter needs to be added to

ArneBinder commented 8 years ago

Just to note: The nif-version is handled by BaseRestController.normalizeNif() when passing the parameters map like it is used here and accessible via nifParameter.getNifVersion(), have a look at this, for instance.

In this way, it is a implemented for:

Still missing: POST /e-entity/dbpedia-spotlight/documents

jnehring commented 8 years ago

This issue is about API documentation of the new parameter. I think the documentation did not change yet.

jnehring commented 7 years ago

Please remove dbpedia spotlight because this is not implemented yet (see https://github.com/freme-project/e-services/issues/31)

jnehring commented 7 years ago

this task is finished