mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
21 lines
758 B
ReStructuredText
21 lines
758 B
ReStructuredText
API
|
|
===
|
|
|
|
.. warning::
|
|
|
|
The new, unified Sylius API is still under development, that's why the whole ``ApiBundle`` is tagged with ``@experimental``.
|
|
This means that all code from ``ApiBundle`` is excluded from :doc:`Backward Compatibility Promise </book/organization/backward-compatibility-promise>`.
|
|
|
|
To use this API remember to generate JWT token. For more information, please visit `jwt package documentation <https://github.com/lexik/LexikJWTAuthenticationBundle/blob/master/Resources/doc/index.md#generate-the-ssh-keys>`_.
|
|
|
|
This part of the documentation is about the currently developed unified API for the Sylius platform.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
introduction
|
|
authorization
|
|
sylius_api_paths
|
|
|
|
.. include:: /book/api/map.rst.inc
|
|
|