404
edits
Line 78: | Line 78: | ||
=== Query available URIs with OPTIONS === | === Query available URIs with OPTIONS === | ||
The Allegro REST API has the fixed URI <code>API/stats</code> for statistics. To see all possible subtrees of a specific request, use the '''OPTIONS''' request instead of ''GET'''. It can be set with the parameter <code>-X OPTIONS</code> for curl. | The Allegro REST API has the fixed URI <code>API/stats</code> for statistics. To see all possible subtrees of a specific request, use the '''OPTIONS''' request instead of '''GET'''. It can be set with the parameter <code>-X OPTIONS</code> for curl. | ||
<pre> | <pre> |
edits