-
Notifications
You must be signed in to change notification settings - Fork 2
API Developer Guide
SolarNetwork exposes some web service methods for use by developers wishing to create applications that integrate with SolarNetwork.
Use the API Explorer to try out the SolarNetwork API, which has API templates to help you form appropriate API calls.
Use the solarnetwork-api-core JavaScript library to help you use the SolarNetwork API in web applications.
Use the solarnetwork-datum-loader JavaScript library to help you query datum streams using the SolarQuery API.
Here are some examples that demonstrate using the SolarNetwork API:
Example | Description |
---|---|
Chart using TypeScript and Billboard.js | TypeScript project that demonstrates using the solarnetwork-api-core package to make authenticated API calls that drive the generation of an area chart using the billboard.js library. |
Datum Loader using TypeScript | TypeScript project that demonstrates using the solarnetwork-datum-loader package to make authenticated API calls to fetch large data sets from SolarNetwork. |
Datum Loader CLI | NodeJS CLI app that demonstrates using the solarnetwork-datum-loader package to make authenticated API calls to fetch large data sets from SolarNetwork in a NodeJS environment. |
For information on the URLs needed to access SolarNetwork services, see the SolarNet API access page.
Some web services require authentication. All SolarNetwork applications use the same authentication scheme, detailed on the SolarNet API authentication page.
The SolarIn application exposes methods for posting the data collected by SolarNodes. See the SolarIn API page for more details.
The SolarQuery application exposes methods for querying the data collected by SolarNodes. See the SolarQuery API page for more details.
The SolarUser application exposes methods for manipulating SolarNodes. See the SolarUser API page for more details.
- SolarNetwork API access
- SolarNetwork API authentication
- SolarNetwork global objects
- SolarNetwork aggregation
- SolarFlux API
- SolarIn API
- SolarQuery API
-
SolarUser API
- SolarUser enumerated types
- SolarUser datum expire API
- SolarUser datum export API
- SolarUser datum import API
- SolarUser event hook API
- SolarUser location request API
- SolarUser Cloud Integrations API
- SolarUser DIN API
- SolarUser DNP3 API
- SolarUser ININ API
- SolarUser OCPP API
- SolarUser OSCP API
- SolarUser SolarFlux API