From b6ced623c0a01a8aac96da2d24a75a454f113e69 Mon Sep 17 00:00:00 2001
From: Henry Pitcairn <735tesla@gmail.com>
Date: Fri, 13 May 2016 18:38:34 -0400
Subject: [PATCH 1/2] Update api.md
---
api.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/api.md b/api.md
index 7d5665f..a9e95a0 100644
--- a/api.md
+++ b/api.md
@@ -283,6 +283,4 @@ Action|Description|Parameters
`addMac`|Adds a MAC to tracking|
- `mac`
- The MAC address to start tracking
`removeMac`|Removes a MAC from tracking|- `mac`
- The MAC address to stop tracking
## Community Python API
-
-
-## Further Information
+A community python API wrapper exists [here](https://github.com/735tesla/python-pineapple) but documentation is still in progress.
From c63be13dd5c33eadcf50c05ba783c465c345b081 Mon Sep 17 00:00:00 2001
From: Henry Pitcairn <735tesla@gmail.com>
Date: Fri, 13 May 2016 18:38:53 -0400
Subject: [PATCH 2/2] Update api.md
---
api.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/api.md b/api.md
index a9e95a0..b2681e0 100644
--- a/api.md
+++ b/api.md
@@ -1,5 +1,4 @@
# WiFi Pineapple Module API
-#TODO: Add available destinations for ModuleManager.
## Introduction
Unlike the old web interface, the back end of the new interface has been decoupled from the front end. All requests to perform system actions are sent as POSTs to `/api/`. The content of the POST is JSON and contains a minimum of two parameters.