Version 1.4.0
-
New instance method
GetMyRateLimits
added which complements the older shared methodGetRateLimits
-
BREAKING CHANGE
The instance property
pathToConngaDLLs
has been removed and replaced by a shared field with the same name.This syntax change was necessary because some shared methods (
GetAllEndPoints
,GetRateLimits
) calledGetJson
which relies onpathToCongaDLLs
being defined. It only affects you when you have setpathToCongaDLLs
as a property of an instance because that needs changing: assign it to the field of the class instead.
To be consumed as a Tatin package from https://tatin.dev