From db114eb25e0ac5a9c1971d09c082fadcb1b6ceea Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 25 May 2023 23:23:42 -0400 Subject: [PATCH 1/2] Added Meshtastic-Web-API page --- .../software/community/meshtastic-web-api.mdx | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/software/community/meshtastic-web-api.mdx diff --git a/docs/software/community/meshtastic-web-api.mdx b/docs/software/community/meshtastic-web-api.mdx new file mode 100644 index 00000000..97ff5c90 --- /dev/null +++ b/docs/software/community/meshtastic-web-api.mdx @@ -0,0 +1,27 @@ +--- +id: meshtastic-web-api +title: Meshtastic Web API +sidebar_label: Meshtastic Web API +sidebar_position: 3 +--- + +:::note + +This is a community project maintained by @bmswens. +Development can be followed on [GitHub](https://github.com/bmswens/Meshtastic-Web-API). +Support should be sought from the respective authors. + +::: + +## Overview + +Meshtastic Web APi provides a RESTful interface to interact with a +a Meshtastic node connected via serial connection. + +## Links + +- [Source](https://github.com/bmswens/Meshtastic-Web-API) +- [API Docs](https://bmswens.github.io/Meshtastic-Web-API/) +- [Installation Instructions](https://github.com/bmswens/Meshtastic-Web-API/wiki/Installation) +- [Supported Services](https://github.com/bmswens/Meshtastic-Web-API/wiki/Supported-Services) + * Mattermost \ No newline at end of file From 2c128e4bd67a0c9571b87b92ca9b6f7dd0915e9e Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 25 May 2023 23:58:00 -0400 Subject: [PATCH 2/2] fixed typo --- docs/software/community/meshtastic-web-api.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/software/community/meshtastic-web-api.mdx b/docs/software/community/meshtastic-web-api.mdx index 97ff5c90..32cd01d5 100644 --- a/docs/software/community/meshtastic-web-api.mdx +++ b/docs/software/community/meshtastic-web-api.mdx @@ -15,8 +15,7 @@ Support should be sought from the respective authors. ## Overview -Meshtastic Web APi provides a RESTful interface to interact with a -a Meshtastic node connected via serial connection. +Meshtastic Web API provides a RESTful interface to interact with a Meshtastic node via a serial connection. ## Links