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

Add optional endpoint for incremental updates #36

Open
nichtich opened this issue Mar 3, 2023 · 1 comment
Open

Add optional endpoint for incremental updates #36

nichtich opened this issue Mar 3, 2023 · 1 comment
Labels
feature Additional functionality question Further information is requested

Comments

@nichtich
Copy link
Member

nichtich commented Mar 3, 2023

Two methods (disabled by default) to modify subject indexing of a record.

Endpoint URL could be same endpoint as HTTP GET /api/?record=${record}

Update endpoints should be restricted in the same way as JSKOS Server (see https://github.com/gbv/jskos-server#authentication) with a list of whitelisted identities.

Updates via these endpoints differ from updates via import script (#27) by import format: import scripts use internal format of backends (TSV or NTriples) , update endpoints use JSKOS Occurrences.

@nichtich
Copy link
Member Author

First step to do so: #43 (probably PUT instead of POST)

@nichtich nichtich added the feature Additional functionality label Jul 21, 2023
@nichtich nichtich added the question Further information is requested label Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Additional functionality question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant