Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Nov 13, 2023
1 parent 50f524d commit 80b233e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<img src="assets/cpp_oas_validator.png" alt="Icon" width="40" height="40"/> cpp-oasvalidator: REST Request Validator
<img src="assets/cpp_oas_validator.png" alt="Icon" width="25" height="25"/> cpp-oasvalidator: REST Request Validator
============================================
[![Language C++](https://img.shields.io/badge/language-c++-blue.svg?logo=c%2B%2B)](https://isocpp.org)
[![Github releases](https://img.shields.io/github/release/nawaz1991/cpp-oasvalidator.svg)](https://github.com/nawaz1991/cpp-oasvalidator/releases)
![C++ CI](https://github.com/nawaz1991/cpp-oasvalidator/actions/workflows/ci.yml/badge.svg)
[![codecov](https://codecov.io/gh/nawaz1991/cpp-oasvalidator/branch/main/graph/badge.svg?token=96b475c2-8dc1-4693-8ce3-84a572720d43)](https://codecov.io/gh/nawaz1991/cpp-oasvalidator)

[![License](https://img.shields.io/github/license/nawaz1991/cpp-oasvalidator.svg)](./LICENSE)

`cpp-oasvalidator` is a C++ library engineered for the validation of HTTP requests against OpenAPI 3.x specifications. This library can be integrated with REST servers and API gateways to ensure only compliant requests reach your backend services.

Expand Down

0 comments on commit 80b233e

Please sign in to comment.