This repository is currently being migrated. It's locked while the migration is in progress.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Add lines using the `()` operator on the line:
77
77
78
78
``` cpp
79
79
influxdb::raw::db_utf8 raw_db ("http://localhost:8086 ", "my_db");
80
- auto query = std::string("select count(* ) from my_db..my_measurements";
80
+ auto query = std::string("select count(* ) from my_db..my_measurements") ;
81
81
auto json_response = raw_db.get(query);
82
82
```
83
83
@@ -102,9 +102,9 @@ auto query = ...
102
102
- Synchronous C++ API will throw exceptions on HTTP errors
103
103
- Asynchronous APIs will drop inserts on HTTP errors and print to ` stderr `
104
104
- C api tries to catch CPP exceptions and
105
- - print exceptions to ` stderr `
106
- - return non-zero ` int ` or ` nullptr ` where sensible
107
- - Open issue: #18
105
+ - print exceptions to ` stderr `
106
+ - return non-zero ` int ` or ` nullptr ` where sensible
107
+ - Open issue: [ #18 ] ( https://github.com/d-led/influxdb-cpp-rest/issues/18 )
108
108
109
109
## Build & Test
110
110
@@ -128,4 +128,4 @@ If the build fails due to failed dependencies, check [premake5.lua](premake5.lua
128
128
129
129
130
130
## License
131
- [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fd-led%2Finfluxdb-cpp-rest.svg?type=large )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fd-led%2Finfluxdb-cpp-rest?ref=badge_large )
131
+ [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fd-led%2Finfluxdb-cpp-rest.svg?type=large )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fd-led%2Finfluxdb-cpp-rest?ref=badge_large )
You can’t perform that action at this time.
0 commit comments