File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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