Skip to content

API Developer Guide

Matt Magoffin edited this page Apr 12, 2020 · 11 revisions

SolarNetwork exposes some web service methods for use by developers wishing to create applications that integrate with SolarNetwork.

API Explorer

Use the API Explorer to try out the SolarNetwork API, which has API templates to help you form appropriate API calls.

SolarNetwork API access

For information on the URLs needed to access SolarNetwork services, see the SolarNet API access page.

SolarNetwork API authentication

Some web services require authentication. All SolarNetwork applications use the same authentication scheme, detailed on the SolarNet API authentication page.

SolarIn API

The SolarIn application exposes methods for posting the data collected by SolarNodes. See the SolarIn API page for more details.

SolarQuery API

The SolarQuery application exposes methods for querying the data collected by SolarNodes. See the SolarQuery API page for more details.

SolarUser API

The SolarUser application exposes methods for manipulating SolarNodes. See the SolarUser API page for more details.

Clone this wiki locally