blob: 6aad5cbeba23284141a11298bb1a6534512e7dfd [file] [log] [blame]
Nils Diewalda31a5152015-04-17 21:05:23 +00001% layout 'main', title => 'KorAP: Application Programming Interface';
2
Akron9490e3b2019-10-17 12:26:29 +02003%= page_title
Nils Diewalda31a5152015-04-17 21:05:23 +00004
Akron07d166a2019-07-17 17:21:29 +02005<p>Internally the communication between KorAP components is done using the KoralQuery protocol.
Akron9490e3b2019-10-17 12:26:29 +02006 The specification for KoralQuery is available on <%= ext_link_to 'GitHub', "http://korap.github.io/Koral" %>.
Akron07d166a2019-07-17 17:21:29 +02007 All API endpoints either use KoralQuery or are (more or lest) REST-ful web APIs.</p>
Nils Diewalda31a5152015-04-17 21:05:23 +00008
Akron9490e3b2019-10-17 12:26:29 +02009<p>All publicly available API endpoints including their requests and responses are described in the <%= ext_link_to 'GitHub Wiki', "https://github.com/KorAP/Kustvakt/wiki" %> of <%= embedded_link_to 'Kustvakt', 'korap', 'kustvakt' %>.</p>