Getting Started
Install the package
dotnet add package Tudormobile.AlphaVantageAPI
Dependencies
Microsoft.Extensions.Logging
Including library provided services
using Tudormobile.AlphaVantage;
Including Extensions
using Tudormobile.AlphaVantage;
using Tudormobile.AlphaVantage.Extensions;
Extensions provide additional methods including an entity-object model to further abstract and extend the API by providing useful entities for most API calls.