Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 566 Bytes

index.rst

File metadata and controls

33 lines (24 loc) · 566 Bytes

RPC API

.. index:: api

StoreKeeper uses HATEOAS :index:`RCP API` for communicate server and client side each other. The URLs are prefixed with name of application what you can customize in server/config.yml.

Example URL:

http://localhost:8000/<name>/api/<command>

Endpoints

.. toctree::
    :maxdepth: 3

    acquisitions
    barcodes
    config
    customers
    error
    items
    session
    stocktakings
    units
    users
    vendors
    works