feat: firsts endpoints and firsts tests

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-02-05 16:54:13 +01:00
parent 89570ad951
commit 6bc3696190
20 changed files with 455 additions and 23 deletions

View File

@@ -2,8 +2,8 @@ api_platform:
title: Mangarr API
version: 1.0.0
formats:
jsonld: ['application/ld+json']
json: ['application/json']
jsonld: ['application/ld+json']
html: ['text/html']
jsonhal: ['application/hal+json']
swagger:
@@ -23,3 +23,8 @@ api_platform:
rfc_7807_compliant_errors: true
event_listeners_backward_compatibility_layer: false
keep_legacy_inflector: false
mapping:
paths:
- '%kernel.project_dir%/src/Domain/Scraping/Infrastructure/ApiPlatform/Dto'
patch_formats:
json: ['application/merge-patch+json']