| Date | 2022-09-06 (1,155 days ago) |
|---|---|
| Downloads | 181 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET Standard 2.0 |
New beta release 🎉
#installation">InstallationInstall the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Integrations.FirstAgenda --version 1.0.0-beta006or the NuGet package manager:
Install-Package Limbo.Integrations.FirstAgenda -Version 1.0.0-beta006#changelog">ChangelogAdded additional static methods for creating a new FirstAgendaHttpService instance (see 4df7bc6)
With this release, the static methods CreateFromClient and CreateFromAccessToken are now available on FirstAgendaHttpService.
Fixed bad URL generated by GetAgendasByComitteeOptions (see f0369e8)
The committee UID was included twice in the generated URL, there by resulting in an API error.
Renamed properties with Id suffix to Uid (see 8a094ec)
FirstAgenda calls their GUID IDs "UIDs", so our code should reflect that.