|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include "kalshi/environment.hpp"#include "kalshi/error.hpp"#include "kalshi/signer.hpp"#include <chrono>#include <cstdint>#include <memory>#include <optional>#include <string>#include <string_view>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | kalshi::HttpResponse |
| struct | kalshi::ClientConfig |
| class | kalshi::HttpTransport |
| Request boundary used by KalshiClient. More... | |
| class | kalshi::HttpClient |
| libcurl transport. More... | |
Namespaces | |
| namespace | kalshi |
Enumerations | |
| enum class | kalshi::HttpMethod : std::uint8_t { kalshi::GET , kalshi::POST , kalshi::PUT , kalshi::DEL } |
| HTTP methods. More... | |
Functions | |
| constexpr std::string_view | kalshi::to_string (HttpMethod method) noexcept |