marda-alliance / metadata_extractors_registry

Archive. See Datatractor Yard, below:
https://github.com/datatractor/yard
MIT License
6 stars 6 forks source link

Add lookup endpoint for extractors that support a given file type #27

Closed ml-evs closed 1 year ago

ml-evs commented 1 year ago

This could either be additional data added to the single entry file type endpoint, e.g.,

/registry/filetypes/biologic-mpr also returns

"relationships": {
    "extractors": [
        "yadg"
    ]
}

or it could be a search endpoint for registry/extractors?supported_filetypes=biologic-mpr.

I think I prefer the former to start with.

ml-evs commented 1 year ago

Nevermind, I have already implemented this with the registered_extractors field...