├── Documentation.php ├── DocumentationInterface.php ├── Entrypoint.php ├── LICENSE ├── README.md └── composer.json /Documentation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api-platform/documentation/HEAD/Documentation.php -------------------------------------------------------------------------------- /DocumentationInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api-platform/documentation/HEAD/DocumentationInterface.php -------------------------------------------------------------------------------- /Entrypoint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api-platform/documentation/HEAD/Entrypoint.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api-platform/documentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api-platform/documentation/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api-platform/documentation/HEAD/composer.json --------------------------------------------------------------------------------