You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>The full set of options available to judges and administrators.
34
36
Log in with username and password <em>jury</em> or username and password <em>admin</em> respectively. The admin interface is a superset of the jury interface with additional options to configure the contests.
@@ -37,6 +39,16 @@ Team source code and testdata in/output has been replaced with a placeholder, so
37
39
and testdata diff functionality is not useful.</dd>
<dd>Documentation on how to use DOMjudge from scripts. This is used by our submit client and the <code>configure-domjudge</code> & <code>import-contest</code> scripts. Also useful if you want to use only parts of DOMjudge, for example as you use your own custom scoreboard or another submission method. Some of the <a href="tools">tools</a> also work via this API.</dd>
42
+
<dt><a href="demoweb/api/">Contest API</a></dt>
43
+
<dd>The contest API itself, which adheres to the <a href="https://ccs-specs.icpc.io/draft/contest_api">Contest API specification</a>.
44
+
Note that we do not implement all optional details of the API, some
45
+
new specifications from the draft version may be work in progress.
46
+
We also have some private additions; additional properties in
47
+
endpoints specified by the standard can be disabled by passing the URL
48
+
parameter <kbd>strict=1</kbd>.
49
+
Various endpoints are available (or provide full access) only with
50
+
admin credentials, which have to be provided via HTTP basic auth;
51
+
username and password are <em>admin</em>.</dd>
40
52
</dl>
41
53
42
54
<p>The data in the system is reset to a known good state every night, so feel
0 commit comments