Just wanted to play around with RESTful APIs in C++. So I decided to create a client for a service I already use, Hevy.
- Language: C++23
- Dependencies:
- JSON: nlohmann/json
- HTTP: yhirose/cpp-httplib
- UI: ocornut/imgui and glfw
- Testing: catchorg/Catch2
- Build system: CMake
Create .env in the root of your project which defines your Hevy App API key:
HEVY_API_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
This project is licensed under the MIT License.