From 4694e342651779bc7282ca8793861b0a4ee4ae6a Mon Sep 17 00:00:00 2001 From: Nathan Day <87125117+dadofsambonzuki@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:01:46 +0000 Subject: [PATCH] Created API Overview (markdown) --- API-Overview.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 API-Overview.md diff --git a/API-Overview.md b/API-Overview.md new file mode 100644 index 0000000..13bbd7e --- /dev/null +++ b/API-Overview.md @@ -0,0 +1,6 @@ +We have two APIs: + + * [REST API](rest-api.md) - a read-only restful API that returns data on a variety of primitives, including elements (merchants), areas (countries and communities), reports and users. + + * [RPC API](rpc-api.md) - a combination of read and write RPCs that enables clients to request data AND write data to the BTC Map API. +