forked from loafle/openapi-generator-original
* Add lazy CORS implementation While Slim4 doc applies CORS headers via middleware but their code team member recommends to use custom response emitter. Ref: https://github.com/slimphp/Slim/issues/2999#issuecomment-1066839414 * Refresh samples
28 lines
605 B
Plaintext
28 lines
605 B
Plaintext
.github/workflows/main.yml
|
|
.gitignore
|
|
README.md
|
|
composer.json
|
|
config/.htaccess
|
|
config/dev/default.inc.php
|
|
config/prod/default.inc.php
|
|
lib/Api/AbstractPetApi.php
|
|
lib/Api/AbstractStoreApi.php
|
|
lib/Api/AbstractUserApi.php
|
|
lib/App/RegisterDependencies.php
|
|
lib/App/RegisterMiddlewares.php
|
|
lib/App/RegisterRoutes.php
|
|
lib/App/ResponseEmitter.php
|
|
lib/Auth/AbstractAuthenticator.php
|
|
lib/BaseModel.php
|
|
lib/Model/ApiResponse.php
|
|
lib/Model/Category.php
|
|
lib/Model/Order.php
|
|
lib/Model/Pet.php
|
|
lib/Model/Tag.php
|
|
lib/Model/User.php
|
|
phpcs.xml.dist
|
|
phpunit.xml.dist
|
|
public/.htaccess
|
|
public/index.php
|
|
tests/BaseModelTest.php
|