From 81c7afb1ab331233028d310a659fecd702636db2 Mon Sep 17 00:00:00 2001 From: hamitsu Date: Tue, 13 Jan 2026 08:55:33 +0100 Subject: [PATCH] Add project overview documentation Introduces a high-level overview of the project purpose and structure --- docs/PROJECT_OVERVIEW.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/PROJECT_OVERVIEW.md diff --git a/docs/PROJECT_OVERVIEW.md b/docs/PROJECT_OVERVIEW.md new file mode 100644 index 00000000..40911b80 --- /dev/null +++ b/docs/PROJECT_OVERVIEW.md @@ -0,0 +1,10 @@ +# Project Overview + +This repository provides starter Python code for interacting with the Kalshi API. + +It is intended to help developers quickly understand: +- How authentication works +- How to structure API requests +- How to handle basic responses + +This document gives a high-level overview for new contributors.