Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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