v2.1.0
Installation
include(FetchContent)
FetchContent_Declare(polymarket
GIT_REPOSITORY https://github.com/Wammero/polymarket-sdk-cpp.git
GIT_TAG v2.1.0)
FetchContent_MakeAvailable(polymarket)
target_link_libraries(your_app PRIVATE polymarket)See CHANGELOG.md for details.
Full Changelog: v2.0.0...v2.1.0