research-software-directory / RSD-as-a-service

This repo contains the new RSD-as-a-service implementation
https://research.software
23 stars 14 forks source link

Codemeta server #1131

Closed ewan-escience closed 7 months ago

ewan-escience commented 7 months ago

CodeMeta server

Changes proposed in this pull request:

How to test:

Closes #1128

PR Checklist:

cmeessen commented 7 months ago

Works as described :+1: Will codemeta be the only metadata format that the RSD will offer in the future? If not, would it make sense to use a more generic route route, e.g. /api/metadata and use arguments to specify the desired metadata format? This could make it easier and more stable to use in case there will be support for other formats in the future.

ewan-escience commented 7 months ago

Works as described 👍 Will codemeta be the only metadata format that the RSD will offer in the future? If not, would it make sense to use a more generic route route, e.g. /api/metadata and use arguments to specify the desired metadata format? This could make it easier and more stable to use in case there will be support for other formats in the future.

Nothing concrete planned, but who knows. I don't think this is part of the API, so how about /metadata/codemeta or /metadata/codemeta/v3, since we use V3 of the spec?

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed for 'rsd-codemeta'

Issues
3 New issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

ewan-escience commented 7 months ago

I changed the path to metadata/codemeta/v3.