Skip to content

v1.2.0

Compare
Choose a tag to compare
@vslee vslee released this 24 Mar 05:16

In this release, all endpoints have been converted to returning IEXResponse instead of the returnType directly. This allows the endpoints to return IEXResponse.ErrorMessage instead of throwing an exception. The returnType is now at IEXResponse.Data.

@Matthiee also contributed two new endpoints: Search (#5) and Advanced Dividends (#7).

An extension method DateTimeExtensions.GetDateTimeInUTC() was added (currently only works with HistoricalPriceResponse )

SecretKey and PublishableKey were renamed from pk/sk

Many other small changes were made to clean up the code behind the scenes...