Stefan Gustafsson
Stefan Gustafsson
Hi, I couldn't find any hint on what the license for this project's code is, can you update the repository - see https://help.github.com/articles/open-source-licensing/ ? cheers stefan
https://aboutcode.readthedocs.io/projects/PURLdb/en/latest/purldb/rest_api.html says: > We maintain also public endpoints at https://public.purldb.io/api/ Are there any terms of use, or SLAs, for those public endpoints? Would it be allowed/advised to use those APIs...
https://public.purldb.io/api/validate/?check_existence=true&purl=pkg%3Amaven%2Forg.kie%2Fkie-dmn-model%407.44.0.Final ```json { "valid": true, "exists": false, "message": "The provided PackageURL is valid, but does not exist in the upstream repo.", "purl": "pkg:maven/org.kie/[email protected]" } ``` https://mvnrepository.com/artifact/org.kie/kie-dmn-model/7.44.0.Final I can't make sense...