Skip to content
Markus Hauge edited this page Dec 21, 2015 · 6 revisions

Documentation for the API communication protocol.

All responses are formatted in the JSON format.

Pages:

  • Home
  • Errors
  • API
    <ul>
    Book handling
        <ul>
          <li>
            <a href="https://github.com/toyenyouthlibrary/backend/wiki/lend_book.php">lend_book.php</a>
          </li>
          <li>
            <a href="https://github.com/toyenyouthlibrary/backend/wiki/deliver_book.php">deliver_book.php</a>
          </li>
          <li>
            <a href="https://github.com/toyenyouthlibrary/backend/wiki/get_lended_books.php">get_lended_books.php</a>
          </li>
          <li>
            <a href="https://github.com/toyenyouthlibrary/backend/wiki/get_books.php">get_books.php</a>
          </li>
          <li>
            <a href="https://github.com/toyenyouthlibrary/backend/wiki/get_book_info.php">get_book_info.php</a>
          </li>
          
        </ul>
    </ul>
    <ul>
    Global
        <ul>
          <li>
            <a href="https://github.com/toyenyouthlibrary/backend/wiki/get_global_stats.php">get_global_stats.php</a>
          </li>
          
        </ul>
    </ul>
    
Clone this wiki locally