This is an API RESTful which purpose is to feed different Product Inventory Managers in different devices.
This software gets some inspiration from JuanD MeGon course about building an API RESTful with the PHP Framework Laravel.
When sending a request, add the header X-localization with the language code es,en
. If none is added, it will get english by default.
This API is using the Laravel-apidoc-generator by Mpociot to generate automatically the documentation for the methods you can use.
Be good and follow its instructions if you are editing the code.
Just run the following instruction to get your documentation updated.
php artisan api:generate --routePrefix="*"