Project to use functionality from the N2YO API.
A list of projects within the solution can be found below:
Note: The list will change as the project changes
Project | Discription |
---|---|
Kcow3.N2YO.Api | In this project, various methods will be exposed to return formatted data from the N2YO API. The API is protected using the Auth0 authentication provider. |
Kcow3.N2YO.Cmd | This is a console application that will primerily be used for debugging |
Setup for API authentication using Auth0.
A very useful blogpost for .Net Core API authentication using Auth0 can be found at this link.