Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 698 Bytes

api.md

File metadata and controls

20 lines (13 loc) · 698 Bytes

Contributing to the API

Note

This readme is work in progress. So this is currently just some basic information about the API.

API Guidelines

Even though this has not really been implemented yet, we would refer to the Zalando's API guidelines for future changes and new endpoints.

API documentation

The API documentation is available at /api/documentation.

API documentation can be generated by running php artisan l5-swagger:generate.

It is recommended that you set the environment variable L5_SWAGGER_GENERATE_ALWAYS=true in your local .env file to always generate the API documentation on every request.