API module
API module is a part of CMS based on Nette Framework
Installation
The best way to install ipub/api-module is using Composer:
$ composer require ipub/api-module
After that you have to register extension in config.neon.
extensions:
ipub/api-module: IPub\ApiModule\DI\ApiModuleExtension
Documentation
Learn how to manage API endpoints in documentation.
Homepage https://www.ipublikuj.eu and repository http://github.com/ipublikuj-fw/api-module.