YAML: Difference between revisions

From OSSelot
Jump to navigation Jump to search
(Added search box)
mNo edit summary
Line 26: Line 26:
<script src="/scripts/osadl.js">
<script src="/scripts/osadl.js">
</script>
</script>
<h4>Use the below search box to immediately test the REST interface for YAML formatted data and display the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> curation data in a new window</h4>
<h4>Search for a package, select it, submit it to the REST interface for YAML formatted data and display the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> curation data in a new window</h4>
<input type="text" onkeyup="searchtextkeyup(event, this, 'restyaml');" size="30" /><button onclick="searchOSSelot(this, 'restyaml');">Search the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> repository</button><br />
<input type="text" onkeyup="searchtextkeyup(event, this, 'restyaml');" size="30" /><button onclick="searchOSSelot(this, 'restyaml');">Search the <span style="font-family: OSSelot-Bold; font-weight: 500; color: #1565af;">O</span> repository</button><br />
<span style="display: none;"></span>
<span style="display: none;"></span>
<br />
<br />
</html>
</html>

Revision as of 21:43, 28 July 2023

Obtain curation data in YAML format

Single version

To obtain curation data of a single version of a software package in YAML format, the following REST calls may be used:

http://www.osselot.org:3262/yaml/<package>/<version>

or

https://www.osselot.org:3263/yaml/<package>/<version>

such as in a wget command

wget -qO - http://www.osselot.org:3262/yaml/dbus/1.15.2

All available versions of a software package

This REST interface for data of a curated software package in YAML format only permits to retrieve a single version at a time. Only the JSON interface concatenates all curated versions of a software package to a data array.

Format YAML text file in browser

The curated data of a single version of a curated software package may be displayed in plain text format in a browser such as DBus version 1.15.2

Search for a package, select it, submit it to the REST interface for YAML formatted data and display the O curation data in a new window