Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Dan-Tan/riot-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Tan committed Sep 23, 2023
2 parents df4830f + 41fed39 commit b1074c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./test/simdjson.cpp linguist-generated=true
./test/simdjson.h linguist-generated=true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Simple Api client for the Riot Games Resful API implemented in C++ 20.

This library implements rate limiting to prevent api key blacklisting from exceeding Riot's rate limits. The library handles server response error's and will retry when a successful request is possible (429, 500, 503 errors). The client contains a logging class to help with debugging dependent code as well as providing information of the running of the client. Riot-cpp will adapt to the specific api key's rate limits after the first request and try to recover from errors.

Riot-cpp uses [libcurl](https://curl.se/libcurl/) to send https get requests.
Riot-cpp uses [libcurl](https://curl.se/libcurl/) to send https get requests. The Json parser [simdjson](https://github.com/simdjson/simdjson) is used as a dependency for testing but NOT in the library. Parsing is done by the user.

Documentation is located at following page.

Expand Down

0 comments on commit b1074c5

Please sign in to comment.