Info
Version: | 1.4.8.3 |
Author(s): | Simone Giuliani, Antonio Papa |
Last Update: | Thursday, September 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AvapiDotNet/Avapi |
NuGet Url: | https://www.nuget.org/packages/Avapi |
Install
Install-Package Avapi
dotnet add package Avapi
paket add Avapi
Avapi Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Newtonsoft.Json(>= 10.0.3)
- Microsoft.NETCore.App(>= 1.1.2)
- Newtonsoft.Json(>= 10.0.3)
Tags
The official page of Avapi.NET CORE is available at this link: https://github.com/AvapiDotNet/Avapi/
The complete documentation of Avapi.NET CORE is available at this link: https://github.com/AvapiDotNet/Avapi/wiki
To start using Avapi you just need to:
1.
Register to Alpha Vantage web site and get your personal api key(https://www.alphavantage.co/support/#api-key). It's for free!
2.
Install Avapi package on your project
3. Consume the Avapi library.