DreamersCode.ISBNdb.Client
1.1.2
dotnet add package DreamersCode.ISBNdb.Client --version 1.1.2
NuGet\Install-Package DreamersCode.ISBNdb.Client -Version 1.1.2
<PackageReference Include="DreamersCode.ISBNdb.Client" Version="1.1.2" />
paket add DreamersCode.ISBNdb.Client --version 1.1.2
#r "nuget: DreamersCode.ISBNdb.Client, 1.1.2"
// Install DreamersCode.ISBNdb.Client as a Cake Addin #addin nuget:?package=DreamersCode.ISBNdb.Client&version=1.1.2 // Install DreamersCode.ISBNdb.Client as a Cake Tool #tool nuget:?package=DreamersCode.ISBNdb.Client&version=1.1.2
DreamersCode.ISBNdb.Client
Introduction
A handy .Net client for connecting with the ISBNDb apis (https://isbndb.com/apidocs/v2)
Getting Started
- How To Use
- Download the package from Nuget.org (Package name: Dreamers Code ISBNDb Client, URL: https://www.nuget.org/packages/DreamersCode.ISBNdb.Client)
- When configuring your services, in Startup.cs, use the provided extensions "services.AddDreamersCodeISBNdbClient". This will register the clients (AuthorsClient, BooksClient, SubjectsClient and PublisherClient) you will need to use to acccess the differnt apis
- Proceed to inject any of the mentioned clients into your code in order to access the different services
- Software dependencies
- The lib makes use of Polly in order to handle request limits set by the provider
Build and Test
The solution comes with console application (DreamersCode.ISBNdb.Client.ConsoleSample) which allows you to put in your API key in order to test out the methods
Release Notes
Version 1.1.2 (Rel Date: 17/02/2024)
- Yaml fixes plus changed relelae date of prev version.
Version 1.1.1 (Rel Date: 17/02/2024)
Changed URL for Repo plus aligned with other public projects.
Version 1.1.0 (Rel Date: 30/12/2023)
Moved to a CI/CD pipeline with automatic versioning.
Changed to using a Named HttpClient via the HttpFactory for increased scalability.
Updated Documentation.
Removed Configuration overload as was unused.
Version 1.0.0 (Rel Date: 19/12/2023)
- Initial Version.
Contribute
Feel free to send any feedback or suggestions to [email protected]
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.Http (>= 8.0.0)
- Polly (>= 8.2.0)
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.1.2 | 133 | 2/17/2024 |
1.1.2-beta0001 | 91 | 2/17/2024 |
1.1.0 | 188 | 12/30/2023 |
1.1.0-vesioning-and-ci0005 | 109 | 12/30/2023 |
1.1.0-vesioning-and-ci0004 | 114 | 12/30/2023 |
1.1.0-vesioning-and-ci0003 | 111 | 12/30/2023 |
1.0.0 | 154 | 12/11/2023 |