A Hapi plugin for validating the schema of path, query, request body, and response body params using JSON-schema
71
stars
27
forks
source link
added ability to override `operation.nickname` from plugin settings #46
Closed
siacomuzzi closed 8 years ago
I have the following endpoints:
DELETE /api/users
(delete all users)DELETE /api/connections/{id}/users
(delete all connection users)And both endpoints are generating the same
operation.nickname
->delete_users