Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to the Web API #142

Assignees

Comments

@tudorache
Copy link
Contributor

tudorache commented Dec 5, 2024

There are a few minor renames of keys and small changes that we need to make:

  • In all services (basic-get-entity-ashybush, get-entity-comments, update-existing-entity):
    entityIRI should be renamed to entityUri
  • In get-linearization-definitions:
    whoficEntityIri -> linearizationUri
    Id -> linearizationId
    Description -> description
    DisplayLabel -> displayLabel
  • In get-entity-history-summary:
    dateTime -> timestamp
  • In basic-get-entity-ashybush:
    linearizationId should get as value not the linearizationUri, but the linearizationId of the linearization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment