Skip to content

Commit 245d64c

Browse files
committed
Simplify README and correct the GitHub badge link.
1 parent 06cb711 commit 245d64c

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Linux Build](https://github.com/hlquery/cpp-api/workflows/Linux%20build/badge.svg)](https://github.com/hlquery/cpp-api/actions)
1111
[![macOS Build](https://github.com/hlquery/cpp-api/workflows/macOS%20Build/badge.svg)](https://github.com/hlquery/cpp-api/actions)
1212
[![Commit Activity](https://img.shields.io/github/commit-activity/m/hlquery/cpp-api)](https://github.com/hlquery/cpp-api/pulse)
13-
[![cpp-api](https://img.shields.io/badge/GitHub-cpp--api-181717?logo=github&logoColor=white)](https://github.com/hlquery/cpp-api/stargazers)
13+
[![GitHub](https://img.shields.io/badge/GitHub-hlquery-blue?logo=github&logoColor=white)](https://github.com/hlquery/hlquery/stargazers)
1414
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
1515

1616
</div>
@@ -20,23 +20,6 @@
2020

2121
A C++ client library for hlquery with modular APIs, authentication support, HTTPS support, and type-safe responses.
2222

23-
### Features
24-
25-
- **Modular Architecture**: Clean separation of concerns with organized classes
26-
- **Intuitive API**: Familiar and easy-to-use structure
27-
- **Authentication Support**: Bearer token and X-API-Key authentication
28-
- **HTTPS Support**: Optional OpenSSL support for secure connections
29-
- **SQL Support**: Collection-bound SQL selects and top-level `/sql` execution
30-
- **Type-safe Responses**: Response objects with helper methods
31-
- **Comprehensive Validation**: Input validation for all operations
32-
- **Minimal Dependencies**: Uses nlohmann/json (included) and standard C++ libraries
33-
34-
### Requirements
35-
36-
- C++17 or later
37-
- nlohmann/json (included in `vendor/json/json.hpp`)
38-
- OpenSSL (optional, for HTTPS support)
39-
4023
### Installation
4124

4225
Build the client and examples locally:

0 commit comments

Comments
 (0)