| % layout 'main', title => 'KorAP: Application Programming Interface'; |
| |
| <h2 id="tutorial-top">Application Programming Interface</h2> |
| |
| <p>Internally the communication between KorAP components is done using the KoralQuery protocol. |
| The specification for KoralQuery is available on <%= doc_ext_link_to 'GitHub', "http://korap.github.io/Koral" %>. |
| All API endpoints either use KoralQuery or are (more or lest) REST-ful web APIs.</p> |
| |
| <p>All publicly available API endpoints including their requests and responses are described in the <%= doc_ext_link_to 'GitHub Wiki', "https://github.com/KorAP/Kustvakt/wiki" %> of <%= doc_link_to 'Kustvakt', 'korap', 'kustvakt' %>.</p> |