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
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="DreamersCode.ISBNdb.Client" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DreamersCode.ISBNdb.Client --version 1.1.2
#r "nuget: DreamersCode.ISBNdb.Client, 1.1.2"
#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 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

  1. How To Use
    1. Download the package from Nuget.org (Package name: Dreamers Code ISBNDb Client, URL: https://www.nuget.org/packages/DreamersCode.ISBNdb.Client)
    2. 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
    3. Proceed to inject any of the mentioned clients into your code in order to access the different services
  2. Software dependencies
    1. 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 suggestions@dreamerscode.com

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 95 2/17/2024
1.1.2-beta0001 71 2/17/2024
1.1.0 161 12/30/2023
1.1.0-vesioning-and-ci0005 88 12/30/2023
1.1.0-vesioning-and-ci0004 90 12/30/2023
1.1.0-vesioning-and-ci0003 73 12/30/2023
1.0.0 127 12/11/2023