api_platform:
    mapping:
        paths: ['%kernel.project_dir%/src/Entity']

# App\Entity\Adherent:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Page:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Comptoir:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Cotisation:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\CotisationAdherent:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\CotisationPrestataire:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\CotisationInfos:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Document:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\EmailToken:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Faq:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Flux:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Geoloc:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Groupe:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\GroupePrestataire:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Lien:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Message:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\News:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Page:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Prestataire:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Rubrique:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Siege:
#     get: ~
# App\Entity\Transaction:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\TransactionAdherentPrestataire:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\TransactionPrestataireAdherent:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\TransactionPrestatairePrestataire:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Transfert:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\TransfertComptoirGroupe:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\TransfertGroupeComptoir:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\TransfertPrestataireComptoir:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\TransfertSiegeGroupe:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\TypePrestataire:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\User:
#     get: ~
#     post: ~
#     put: ~
# App\Entity\Usergroup:
#     get: ~
#     post: ~
#     put: ~

# App\Entity\Book:
#     itemOperations:
#         get:
#             method: 'GET'
#             path: '/grimoire/{id}'
#             requirements:
#                 id: '\d+'
#             defaults:
#                 color: 'brown'
#             host: '{subdomain}.api-platform.com'
#             schemes: ['https']
#             options:
#                 my_option: 'my_option_value'
#             status: 200 # customize the HTTP status code to send
#         put:
#             method: 'PUT'
#             path: '/grimoire/{id}/update'
#             hydra_context: { foo: 'bar' }
#             requirements:
#                 id: '\d+'