REST: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 19: | Line 19: | ||
function onselectchange(select, link) | function onselectchange(select, link) | ||
{ | { | ||
button = select.nextElementSibling.nextElementSibling; | |||
if (button.nextElementSibling.nextElementSibling.style.display != "none") | |||
searchOSSelot(button, link); | |||
} | } | ||
</script> | </script> |
Revision as of 17:25, 27 July 2023
Obtain curation data via a REST interface
Available formats
Currently, the curated data are available in JSON, RDF-XML, SPDX2TV and YAML format.
Scheme
This REST interface uses HTTP protocol at port 3262 and the following scheme:
http://www.osselot.org:3262/<format>/<package>/<version>
Alternatively and if needed, the SSL-enabled port 3263 can be used in which case the scheme has the form
https://www.osselot.org:3263/<format>/<package>/<version>
where <format> may be any of "json", "spdx", "xml" or "yaml". The version must be given when RDF-XML, SPDX2TV or YAML format is used. Only JSON format permits to retrieve all curated versions of a software package with a single REST call.