Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/restfulhead/azure-functions-nodejs-openapi-validator
Open API validator and an Azure Functions v4 hook that validates http requests.
https://github.com/restfulhead/azure-functions-nodejs-openapi-validator
azure-functions azure-functions-v4 openapi validator
Last synced: 8 days ago
JSON representation
Open API validator and an Azure Functions v4 hook that validates http requests.
- Host: GitHub
- URL: https://github.com/restfulhead/azure-functions-nodejs-openapi-validator
- Owner: restfulhead
- License: mit
- Created: 2023-12-30T08:08:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T01:49:52.000Z (9 months ago)
- Last Synced: 2025-01-31T00:24:39.228Z (11 days ago)
- Topics: azure-functions, azure-functions-v4, openapi, validator
- Language: TypeScript
- Homepage:
- Size: 769 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js API tools
This mono repository contains libraries for implementing APIs. It contains the following sub-packages:
* [ajv-openapi-request-response-validator](./packages/ajv-openapi-request-response-validator/README.md): Validation of http request and responses against an OpenAPI schema.
* [azure-functions-openapi-validator](./packages/azure-functions-openapi-validator/README.md): Azure functions v4 middleware that uses the openapi validator
* [azure-functions-openapi-validator-example](./packages/azure-functions-openapi-validator-example/README.md): Example Azure functions v4 app that uses the middleware