The About
Endpoint
Definition
The About
endpoint requires no inputs and returns the version number of the libraries used by the web API.
- API endpoint:
https://solarfarmer.dnv.com/api/About
- It is a HTTP GET request
- Inputs:
- None
- Outputs:
- An object of type Response (details the SF-API (the API framework) and SF-Core (the calculation) library versions used by the API)
See the About Endpoint Tutorial to learn how to use this endpoint.