IEXCloudDotNet 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package IEXCloudDotNet --version 1.0.1
NuGet\Install-Package IEXCloudDotNet -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IEXCloudDotNet" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IEXCloudDotNet --version 1.0.1
#r "nuget: IEXCloudDotNet, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IEXCloudDotNet as a Cake Addin
#addin nuget:?package=IEXCloudDotNet&version=1.0.1

// Install IEXCloudDotNet as a Cake Tool
#tool nuget:?package=IEXCloudDotNet&version=1.0.1

An official Documentation will be available within a few weeks, For now use this simple guide and any questions can be added to the GitHub issues page listed below, or directed to my email.

Inputting your Private Token: IEXCloudDotNet.IEXCloudClient.SetPublicToken("YOURTOKENHERE")

Setting the Environment to "sandbox": IEXCloudDotNet.IEXCloudClient.ChangeEnvironmentToSandbox();

Setting the Environment to "cloud": IEXCloudDotNet.IEXCloudClient.ChangeEnvironmentToCloud();

Setting the Version to "beta": IEXCloudDotNet.IEXCloudClient.ChangeVersionToBeta():

Helpful Links:

https://iexcloud.io/ https://iexcloud.io/docs/api/

Submit Questions To:

https://github.com/codyrocheleau/IEXCloudDotNet/issues

or

codyrocheleau@gmail.com

or

https://discord.gg/vRnDRmS

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1.1 1,516 4/1/2019
1.0.1 571 3/11/2019
1.0.0 548 3/8/2019

Added additional functionality of classes. See Project Page for details